- Updated to Profile Key for Business Plan.
- More updates to new API docs
- Update to new API docs
- Added new endpoints with examples including resize, verify, webhooks, and more. Please see ReadMe for details.
- Added new test cases.
- Switch endpoint calls from app.ayrshare.com to api.ayrshare.com.
- Moved code to support ES Module, but also still CommonJS.
- Updated packages.
- Renamed the package from
social-post-api
tosocial-media-api
. Be sure to update your package require/import. - Class export changed from
SocialPost
toSocialMediaAPI
.
Why the change? Because as Ayrshare has matured we've gone well beyond just posting.
- Added new functions:
updateProfile
,unlinkSocial
,getBrandByUser
. - Added
history
get all posts. - Updated code examples and docs.
No breaking changes.