Releases: Weebly/ghost-io-php
Releases · Weebly/ghost-io-php
Authors list
Moving the authentication starting point
Now we don't authenticate the client as soon as we instantiate it, instead we get the token on the first request.
Multiple clients
There was a problem when working with multiple clients for the library. This is a fix to that issue.
plain text results on the post request
This is returned now by default. We need to add this options as part of the request parameters in a later version.
limits on getAll methods
Before this release there was no way to add a limit to the getAll queries, this was a problem when the amount of records returned by the api was greater than 15 (the default value). This way we can send 'all' to get everything or an integer value for the amount of records we want to get.
First release
This version includes the basic GET requests for posts, tags and users.
No filters or parameters (except for the fields filter) yet.