WordPress API
WordPressは人気のCMSであり、サーバセキュリティ、パフォーマンスチューニング、スケールアップ、クラウド対応など沢山ノウハウが蓄積された。WordPressに API機能を追加して、クラウドとして利用する方法を試み。
WordPress Guide
WordPress.orgオープンソースWordPressのソフトウェアを開発・公開しているサイトである。
オープンソースWordPressのソフトウェアを利用するには、レンタル型WordPressサービスのWordPress.comなどを利用するか、インストール型WordPressサービスを利用する。
WordPress Hosting
レンタル型WordPressサービス
レンタル型WordPressサービスのWordPress.comなどがある。
無料プランもある。レンタル型の主なメリットは、
- 無料プラン簡単にすぐはじめられる
- 有料プランで機能アップできる
- サーバ管理の手間が省ける
インストール型WordPressサイト
インストール型WordPressサービスを利用する場合、自分でサーバーと独自ドメインの準備が必要だ。手間がかかる分、メリットもあります。インスール型の主なメリットは、
- 自由に運営できる
- 拡張性が高い
- SEOに強い
WordPress API
WP TINYWEBDB API
AppInventorはAndroidのApp作りに簡単な環境です。WordPressをWebコンテンツを作るに最適な環境。
AppInventor is a easy way to creating an Android app from web browser. WordPress is a best web content management tool.
WP-TinyWebDB-APIは、両者の長所を連携し、WordPressをAppInventorのTinyWebDBサービスとして利用するためのAPIを、WordPressのプラグインとして提供したもの。
TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.
WordPress JSON REST API
wp-api is an easy-to-use API which Access your WordPress site’s data through HTTP REST API.
JSON API
JSON API allows you to retrieve and manipulate WordPress content using HTTP requests. There are three main goals:
- Provide a simple, consistent external interface
- Create a stable, understandable internal implementation
- Enable new types of extensions for WordPress
HTTP API
PHP では HTTP リクエストを送る方法は数あります。HTTP API の目的は、それぞれの transports にシンプルでスタンダードな API を用いることで、出来る限り多くをサポートすることにあります。
- https://codex.wordpress.org/HTTP_API (English)
- https://wpdocs.osdn.jp/HTTP_API (日本語)