2017 © Pedro Peláez
 

wordpress-plugin wp-posts-api

wp-plugin-use-your-drive

image

gwa/wp-posts-api

wp-plugin-use-your-drive

  • Friday, July 7, 2017
  • by gwa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 189 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 27 % Grown

The README.md

wp-posts-api

Basic API to provide recent post previews as JSON., (*1)

Latest posts

Returns the 10 latest posts, oldest first., (*2)

http://example.com/?gwasw_api=1

Response:

{
    "posts": [{
        "id": 1,
        "guid": "http:\/\/example.com\/?p=1",
        "title": "Hello world!",
        "excerpt": "Welcome to WordPress. This is your first post. Edit or delete it, then start writing!",
        "published_gmt": "2017-03-19 06:33:26",
        "url": "http:\/\/example.com\/2017\/03\/hello-world\/",
        "imageurl": "http:\/\/localhost\/wp_test\/wp-content\/uploads\/2017\/03\/photo.jpeg",
        "tags": ["mytag"]
    }, {
        ...
    }]
}

Posts since ID

Returns the 10 posts newer than the post with the ID passed, oldest first., (*3)

http://example.com/?gwasw_api=1&idsince=[integer]

Response:

See above., (*4)

Errors:

{
    "error": "post does not exist"
}

Single post

Returns a single post:, (*5)

http://example.com/?gwasw_api=1&idpost=[integer]

Response:

{
    "post": {
        "id": 1,
        "guid": "http:\/\/example.com\/?p=1",
        "title": "Hello world!",
        "excerpt": "Welcome to WordPress. This is your first post. Edit or delete it, then start writing!",
        "published_gmt": "2017-03-19 06:33:26",
        "url": "http:\/\/example.com\/2017\/03\/hello-world\/",
        "imageurl": "http:\/\/localhost\/wp_test\/wp-content\/uploads\/2017\/03\/photo.jpeg",
        "tags": ["mytag"]
    }
}

Errors:

{
    "error": "post does not exist"
}

The Versions

07/07 2017

dev-master

9999999-dev

wp-plugin-use-your-drive

  Sources   Download

MIT

The Requires

 

07/07 2017

v1.2.0

1.2.0.0

wp-plugin-use-your-drive

  Sources   Download

MIT

The Requires

 

29/03 2017

v1.1.1

1.1.1.0

wp-plugin-use-your-drive

  Sources   Download

MIT

The Requires

 

28/03 2017

v1.1.0

1.1.0.0

wp-plugin-use-your-drive

  Sources   Download

MIT

The Requires

 

19/03 2017

v1.0.0

1.0.0.0

wp-plugin-use-your-drive

  Sources   Download

MIT

The Requires