You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[An Overview of the WordPress JSON API][]Detailed Overview of the REST API projects and helpful links.
97
-
*[Using the WordPress REST API in a mobile app][]A detailed tutorial with complete example code on the basics of using the REST API in a app outside of WordPress.
96
+
*[An Overview of the WordPress JSON API][] REST APIについての詳細な概要とお役立ちリンク集。(英語)
97
+
*[Using the WordPress REST API in a mobile app][]WordPressの外部からREST APIを利用するための完全なコード例がついた詳しいチュートリアル。(英語)
98
98
*[WordPress REST API][] A basic introduction to the REST API.
99
-
*[A Look at the WordPress HTTP API][]Part of a series on the WordPress HTTP API, which can be used to interact with the WordPress REST API from within WordPress.
100
-
*[Designing a class: WordPress API client][]Guide to building a class for making GET requests to the REST API's users end point via the WordPress HTTP API.
101
-
*[An Introduction To The JSON REST API][]An introduction to interacting with the REST API from inside of WordPress, showing how to retrieve and display data from the current site or a remote site via GET requests.
102
-
*[An Introduction To The JSON REST API Part2][]More information on how interact with the REST API from inside of WordPress, showing how to create posts using data from a remote site, or create posts on a remote site.
103
-
*[Using AngularJS And JSON API In Your WordPress Theme][]An introduction to using the REST API, and Angular JS in a WordPress theme.
104
-
*[Working with Meta Data Using the JSON REST API][]Using the REST API to work with post meta data.
105
-
*[Working with Taxonomies Using the JSON REST API][]Using the REST API to work with taxonomies.
106
-
*[Processing Forms with AJAX Using the JSON REST API][]A guide to using the REST API to edit posts using AJAX.
99
+
*[A Look at the WordPress HTTP API][] WordPress HTTP APIに関する連載の一部。WordPress内部でWordPressのREST APIを利用するのに役立つ。(英語)
100
+
*[Designing a class: WordPress API client][]WordPrssのHTTP APIを利用してユーザーのエンドポイントにGETリクエストを投げるクラスを作るためのガイド。(英語)
101
+
*[An Introduction To The JSON REST API][]WordPressの内部からREST APIを利用するためのレッスンで、GETリクエストで外部または内部のサイトからデータを取得して表示するにはどうすればよいかがわかる。(英語)
102
+
*[An Introduction To The JSON REST API Part2][]WordPressの内部からREST APIを利用するにはどうしたらいいかについての詳しい情報。外部のサイトのデータから投稿を作成する方法、外部のサイトにデータを作成する方法がわかる。(英語)
103
+
*[Using AngularJS And JSON API In Your WordPress Theme][]WordPressテーマでAngular JSを利用してREST APIを利用する方法。(英語)
104
+
*[Working with Meta Data Using the JSON REST API][] REST APIを使って投稿のメタデータを操作する。(英語)
105
+
*[Working with Taxonomies Using the JSON REST API][] REST APIを使ってタクソノミーを操作する。(英語)
106
+
*[Processing Forms with AJAX Using the JSON REST API][]AJAXで投稿を編集するためのガイド。(英語)
107
107
108
108
[An Overview of the WordPress JSON API]:http://webdevstudios.com/2014/10/16/an-overview-of-wordpress-json-api/
109
109
[Using the WordPress REST API in a mobile app]: http://apppresser.com/using-wordpress-rest-api-mobile-app/
0 commit comments