Write Your First Client Application
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 2023-09-18 UTC.
[null,null,["Last updated 2023-09-18 UTC."],[[["This tutorial guides you through creating a basic client application using the Google Abusive Experience Report API."],["Before starting, ensure you have a Google API Console project and necessary authorization."],["You'll learn how to configure your application using a client library and set up authentication."],["The tutorial provides examples of sending requests to the API for practical implementation."]]],["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"]]