Write Your First Client Application
Stay organized with collections
Save and categorize content based on your preferences.
To create a small but functional basic client application using the Google Abusive Experience Report API, follow the steps in this tutorial.
- Prerequisites
- Get an account, learn about the product, and create a project in the Google API Console.
- Set up your application
- Download a client library for your programming language, set up authorization, provide your client ID and secret, and create a
Service
object.
- Send requests
- Send a few sample requests to the API.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis tutorial guides you through creating a basic client application using the Google Abusive Experience Report API.\u003c/p\u003e\n"],["\u003cp\u003eBefore starting, you need to obtain an account, understand the product, and establish a project within the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eThe setup involves downloading a client library, configuring authorization, providing client credentials, and creating a \u003ccode\u003eService\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe process is concluded by demonstrating how to send sample requests to the API.\u003c/p\u003e\n"]]],["The tutorial guides users through creating a basic client application for the Google Abusive Experience Report API. First, acquire an account, understand the product, and establish a Google API Console project. Next, configure the application by downloading the necessary client library, setting up authorization with client ID and secret, and making a `Service` object. Finally, the tutorial instructs users to send sample requests to test the API.\n"],null,["# Write Your First Client Application\n\nTo create a small but functional basic client application using the Google Abusive Experience Report API, follow the steps in this tutorial.\n\n[Prerequisites](/abusive-experience-report/v1/prereqs)\n: Get an account, learn about the product, and create a project in the Google API Console.\n\n[Set up your application](/abusive-experience-report/v1/configure)\n: Download a client library for your programming language, set up authorization, provide your client ID and secret, and create a `Service` object.\n\n[Send requests](/abusive-experience-report/v1/requests)\n: Send a few sample requests to the API."]]