Directory API: クライアント ライブラリ
Directory API は HTTP と JSON を基に構築されているため、標準の HTTP クライアントであれば、この API にリクエストを送信してレスポンスを解析できます。
ですが、Google API クライアント ライブラリを利用すれば、言語が高度に統合され、セキュリティも強化されます。また、ユーザーの承認が必要な呼び出しもサポートされます。多くのプログラミング言語でクライアント ライブラリが利用できます。これを使用すれば、HTTP リクエストの設定やレスポンスの解析を手作業で行う必要がなくなります。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-27 UTC。
[null,null,["最終更新日 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"]]