Skip to content

Version 1.0.11

Latest
Compare
Choose a tag to compare
@rocketapi-io rocketapi-io released this 22 Apr 15:34
  • Added endpoint: getUserMediaByUsername
  • Fixed naming:
    • Added getWebProfileInfo endpoint; made getUserInfo its alias
    • Added getMediaLikesByShortcode; made getMediaLikes its alias
  • Added missing parameters:
    • tab parameter to getHashtagMedia (values: recent, top, or clips)
    • max_id parameter to searchClips for pagination
  • Marked deprecated parameters in getMediaLikes (count and max_id)
  • Fixed response handling in getMediaShortcodeById andgetMediaIdByShortcode
  • Improved PHPDoc
  • Added more examples