Fixed
- Bumped Guzzle to version 7 to resolve dependency issues
Added
- Support for PHP8 only
Added
- Support for PHP7 only
Fixed
- Added expired date in unix timestamp for access tokens. See #11
Fixed
- Convert Guzzle's
GuzzleHttp\Psr7\Stream
to a string so it can be decoded. See #9
- Convert Guzzle's
Added
- Method
getRefreshToken();
to get the refresh token after authentication. See #5
- Method
Added
- Methods
publications();
andcontributors();
to get publications and publication contributors. - Method
createPostUnderPublication();
to create a post under a specific publication. - Examples to explain functionality.
- Updates on docs.
- Methods
- First release.