Directory API: biblioteki klienta
Interfejs Directory API został zaprojektowany na podstawie protokołu HTTP i JSON, więc każdy standardowy klient HTTP może wysyłać do niego żądania i analizować odpowiedzi.
Biblioteki klienta interfejsów API Google zapewniają jednak lepszą integrację językową, wyższy poziom bezpieczeństwa i obsługę wywołań, które wymagają autoryzacji użytkownika. Biblioteki klienta są dostępne w wielu językach programowania. Dzięki nim nie musisz ręcznie konfigurować żądań HTTP ani analizować odpowiedzi.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-27 UTC."],[[["The Directory API can be accessed using any standard HTTP client due to its foundation on HTTP and JSON."],["Google's API client libraries provide advantages like better language integration, security, and support for user authorization."],["Client libraries eliminate the need for manual HTTP request setup and response parsing, increasing efficiency."],["These client libraries are offered in various programming languages, including Python, Java, and .NET, with documentation accessible through the provided links."]]],["The Directory API uses HTTP and JSON, allowing standard HTTP clients to interact with it. Google's client libraries, however, offer enhanced language integration, security, and authorization support. These libraries, available for Python, Java, and .NET, simplify interaction by automating HTTP request setup and response parsing. They include links to GitHub repositories and documentation, including PyDoc, Javadoc, and reference guides, to assist with their implementation.\n"]]