Created
November 21, 2017 19:05
-
-
Save Sstobo/6ab9d6eb705251e265538f60c8ce76ce to your computer and use it in GitHub Desktop.
[posts in json] #json #wp #api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET http://fourth.academy.red/wp-json/wp/v2/posts | |
| http://fourth.academy.red/: URL of the WP installation | |
| /wp-json: the endpoint prefix | |
| /wp: the namespace of the WP REST API plugin | |
| /v2: the version of the WP REST API plugin | |
| /posts: the resource you want to get from the server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment