Client Libraries

You can generate client libraries in your preferred programming language using the Google Discovery document:

  1. Retrieve the Discovery Document for the API:
    1. Create an API Key in your Google Cloud project.
    2. Call the $discovery endpoint following the Discovery API instructions. Example: none GET https://dv360seller.googleapis.com/$discovery/rest?version=v1beta1&key={API-Key}
  2. Generate the Client Library: Follow the instructions in the Google APIs Client Generator repository.