هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

GitHub API

الوصف

This plugin doesn’t contain any feature (widget or shortcode) that you can use directly once the plugin is activated. This
plugin contains API to help you in making a call to GitHub API resources. There’s includes/tools.php file that show
you how to use the API from this plugin to make a call to various GitHub resources (for instance to get repository information).

Development of this plugin is done on GitHub. Pull requests are always welcome.

If you’re looking for widget or shortcode you can try following plugins (which depend on GitHub API plugin):

لقطات الشاشة

  • Settings page
  • Tools page
  • Tool as an example to search repositories
  • Tool as an example to render weekly commit count into a bar chart

التنصيب

  1. Upload GitHub API plugin to your blog’s wp-content/plugins/ directory and activate.
  2. There’s Settings > GitHub API to view setting of the plugin.
  3. There’s Tools > GitHub API to test a call on GitHub resources.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“GitHub API” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”GitHub API“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.4.0

  • Supports pagination

0.3.0

  • Moves CSS/JS into assets directory
  • Register ‘gh-d3’ and ‘gh-octicons’

0.2.0

Provides github_api_init hook

0.1.0

Initial release