المكتبات والنماذج
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تسهّل مكتبات عميل Google API، المتوفّرة بعدد من لغات البرمجة الشائعة، استخدام Google Site Verification API.
في الجداول التالية، يعرض العمود الأول مرحلة تطوير كل مكتبة (يُرجى العِلم أنّ بعضها في مراحل مبكرة)، كما يعرض روابط تؤدي إلى مستندات المكتبة. يربط العمود الثاني بنماذج متاحة لكل مكتبة.
تتوفّر أيضًا مكتبات الإصدارات التجريبية التالية:
أمثلة مميّزة لواجهة برمجة التطبيقات هذه
في كثير من الأحيان، تكون أسهل طريقة لمعرفة كيفية استخدام واجهة برمجة التطبيقات هي الاطّلاع على نموذج الرمز البرمجي. يوفّر الجدول أعلاه روابط لبعض العيّنات الأساسية لكل لغة من اللغات المعروضة. يسلّط هذا القسم الضوء على عيّنات مثيرة للاهتمام بشكل خاص لواجهة Google Site Verification API.
اللغة |
عيّنات مميّزة |
إصدار واجهة برمجة التطبيقات |
PHP |
- المكوّن الإضافي
لإثبات ملكية الموقع الإلكتروني على Wordpress
(المصدر)
مكوّن إضافي لخدمة Wordpress يستخدم واجهة برمجة التطبيقات Google Site Verification API لإثبات ملكية المدونات. يوضّح هذا المثال كيفية استخدام مكتبة PHP لإجراء طلبات إلى واجهة برمجة التطبيقات والمصادقة باستخدام OAuth. يحتوي ملف ZIP الخاص بالبرنامج المساعد على رمز PHP غير مجمَّع وغير مشفَّر يمكن استخدامه كرمز مثال.
هذا المكوّن الإضافي مرخَّص بموجب GPLv2 للامتثال للمتطلبات القانونية في WordPress، كما أنّ مكتبة برامج PHP للعملاء متاحة للتنزيل بموجب أحكام ترخيص Apache 2.0 الأقل تقييدًا.
|
1 |
[null,null,[],[[["\u003cp\u003eGoogle API client libraries simplify the use of the Google Site Verification API and are available in various programming languages, including Java, JavaScript, .NET, Objective-C, PHP, and Python.\u003c/p\u003e\n"],["\u003cp\u003eSample code for the Google Site Verification API is readily available for multiple languages, aiding developers in understanding and utilizing the API effectively.\u003c/p\u003e\n"],["\u003cp\u003eThe libraries have varying stages of development, with some, such as Dart, Go, Node.js, and Ruby, being in early stages (alpha/beta).\u003c/p\u003e\n"],["\u003cp\u003eA featured sample showcasing the practical application of the Google Site Verification API is the Site Verification WordPress Plugin, demonstrating API calls, OAuth authentication, and the use of the PHP library.\u003c/p\u003e\n"]]],["Google API client libraries simplify the use of the Google Site Verification API across multiple programming languages. Documentation and sample code are provided for Java, JavaScript, .NET, Objective-C, PHP, and Python. Early-stage support includes Dart, Go, Node.js, and Ruby. Featured samples are available, including a WordPress plugin that demonstrates the PHP library and OAuth authentication for the API's version 1.0. Sample code allows users to see working examples.\n"],null,["# Libraries and Samples\n\nThe Google API client libraries, which are available in a number of popular programming languages, make it easy to use the Google Site Verification API.\n\nIn the following tables, the first column shows each library's stage of development (note that\nsome are in early stages), and links to documentation for the library. The second column links to\navailable samples for each library.\n\n| Documentation | Samples |\n| [Google API Client Library for Java](https://developers.google.com/api-client-library/java/) | [Java samples](/api-client-library/java/apis) |\n| [Google API Client Library for JavaScript](/api-client-library/javascript/start/start-js) | [JavaScript samples](/api-client-library/javascript/samples/samples) |\n| [Google API Client Library for .NET](/api-client-library/dotnet/get_started) | [.NET samples](/api-client-library/dotnet/apis) |\n| [Google API Client Library for Objective-C for REST](https://github.com/google/google-api-objectivec-client-for-rest) | [Objective-C samples](https://github.com/google/google-api-objectivec-client-for-rest/tree/master/Examples) |\n| [Google API Client Library for PHP ()](/api-client-library/php) | [PHP samples](https://github.com/google/google-api-php-client/tree/master/examples) |\n| [Google API Client Library for Python (v1/v2)](/api-client-library/python) | [Python samples](https://github.com/google/google-api-python-client/tree/master/samples) |\n|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n\nThese early-stage libraries are also available:\n\n| Documentation | Samples |\n| [Google APIs Client Libraries for Dart (beta)](https://pub.dartlang.org/packages/googleapis) | [Dart samples](https://github.com/dart-lang/googleapis_examples) |\n| [Google API Client Library for Go ()](https://github.com/google/google-api-go-client) | [Go samples](https://github.com/google/google-api-go-client/tree/master/examples) |\n| [Google API Client Library for Node.js (alpha)](https://github.com/google/google-api-nodejs-client/) | [Node.js samples](https://github.com/google/google-api-nodejs-client/tree/master/samples) |\n| [Google API Client Library for Ruby (alpha)](/api-client-library/ruby/start/get_started) | [Ruby samples](https://github.com/google/google-api-ruby-client-samples) |\n|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n\nFeatured samples for this API\n-----------------------------\n\nOften, the easiest way to learn how to use an API can be to look at sample code. The table above provides links to some basic samples for each of the languages shown. This section highlights particularly interesting samples for the Google Site Verification API.\n\n| Language | Featured samples | API version |\n| PHP | - [**Site Verification Wordpress Plugin**](https://wordpress.org/plugins/wp-site-verification-tool/) ([Source](http://plugins.svn.wordpress.org/official-google-site-verification-plugin/trunk/)) Plugin for Wordpress that uses Google Site Verification API to verify blogs. Demonstrates use of the PHP library for making API calls, and authentication using OAuth. Plugin ZIP file contains uncompiled and unobfuscated PHP code that can be used as example code. This plugin is licensed under GPLv2 to comply with Wordpress legal requirements; the PHP client library is also [available for download](http://code.google.com/p/google-api-php-client/) under terms of the less-restrictive Apache 2.0 license. | 1.0 |\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]