Работа с клиентскими библиотеками
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Клиентские библиотеки Google My Business API обеспечивают улучшенную языковую интеграцию и упрощают аутентификацию пользователей.
Прежде чем начинать работу с Google My Business API, необходимо зарегистрировать свое приложение и получить учетные данные OAuth 2.0. Инструкции по началу работы приведены в разделе Базовая настройка.
Примечание. Эти инструкции предполагают использование Unix-подобной среды.
Скачивание клиентских библиотек
Перейдите на страницу Библиотеки, чтобы найти их последние версии.
Клиентские библиотеки Google API используются для работы с Google My Business API. Они поддерживают стандартные функции, например обработку ошибок, управление запросами и ответами, а также OAuth.
Документ discovery поможет вам автоматически создать собственные клиентские библиотеки, если для вашего языка программирования их пока нет.
Пример использования клиентской библиотеки
Полный пример вы можете посмотреть и скачать на GitHub.
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-05-08 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-05-08 UTC."],[[["\u003cp\u003eThe Google My Business API client libraries offer better language integration and easier user authentication.\u003c/p\u003e\n"],["\u003cp\u003eYou must register your application and get OAuth 2.0 credentials before using the Google My Business API, with setup details available in the Basic Setup guide.\u003c/p\u003e\n"],["\u003cp\u003eClient libraries can be downloaded from the Libraries page, and a discovery document is provided to assist in generating custom libraries for unsupported languages.\u003c/p\u003e\n"],["\u003cp\u003eFor usage examples and complete samples, refer to the Google My Business samples on GitHub.\u003c/p\u003e\n"]]],["To use the Google My Business API, register your application and obtain OAuth 2.0 credentials. Client libraries, which offer improved language integration and user authentication, can be downloaded from the Libraries page. These libraries utilize Google API Client Libraries for core functionalities. If a specific language isn't supported, a Discovery document aids in generating custom libraries. Full usage examples are available on GitHub. The setup assumes a Unix-like environment.\n"],null,["# Work with client libraries\n\n\u003cbr /\u003e\n\nThe Google My Business API client libraries provide improved language integration and\nsimplified user authentication.\n\nBefore working with the Google My Business API you need to register your application and\nobtain OAuth 2.0 credentials. See [Basic Setup](/my-business/content/basic-setup) for details on\nhow to start working with the Google My Business API.\n\n**Note**: These instructions assume a Unix-like environment.\n\nClient library downloads\n------------------------\n\nVisit the [Libraries](/my-business/samples) page to get the latest\nGoogle My Business API client libraries.\n\nThe Google My Business API client library makes use of the [Google API Client\nLibraries](/api-client-library) for error handling, managing requests and\nresponses, OAuth, and other common functionality.\n\nA [Discovery document](/my-business/samples#discovery_document) is available to\naid in auto-generating your own client libraries if support for your programming\nlanguage of choice is not available for download.\n\nExample client library usage\n----------------------------\n\nVisit [GitHub](https://github.com/google/google-my-business-samples) to view and\ndownload full samples of working with client libraries."]]