Skip to content

Releases: alombi/rh-api

2.01

05 Jan 14:54
Compare
Choose a tag to compare
  • Fixed a problem with shortcuts authored by mods or members

Welcome to rh-api 2.0

The API has been down for a long time, but this update fixes all the problems and improves performance

New features

  • Complete rewrite in Typescript for a better performance
  • Added a better error handling

Removed values

  • icon and related were removed from /shortcut
  • total_heartsand hearts_average were removed from /author

New values

  • new download_url in /changelog
  • new routinehub_api_url in /search
  • new download_url in /shortcut
  • author in /shortcut is now an object containing username, page_url and api_url
  • new latest_version (object formed by version and updated) in /shortcut
  • new iOS in /shortcut

Modified values

  • total_shortcuts, total_downloads and downloads_average are now in the stats object

2.0

04 Jan 23:56
Compare
Choose a tag to compare
2.0

Welcome to rh-api 2.0

The API has been down for a long time, but this update fixes all the problems and improves performance

New features

  • Complete rewrite in Typescript for a better performance
  • Added a better error handling

Removed values

  • icon and related were removed from /shortcut
  • total_heartsand hearts_average were removed from /author

New values

  • new download_url in /changelog
  • new routinehub_api_url in /search
  • new download_url in /shortcut
  • author in /shortcut is now an object containing username, page_url and api_url
  • new latest_version (object formed by version and updated) in /shortcut
  • new iOS in /shortcut

Modified values

  • total_shortcuts, total_downloads and downloads_average are now in the stats object

1.10

11 Jul 22:35
235555f
Compare
Choose a tag to compare
  • Added a new endpoint, /search for searching between RoutineHub shortcuts
  • Downloads, hearts and IDs are now returned as numbers, instead of strings
  • subtitle has been changed to description in the /shortcut endpoint to match with /search and others
  • All errors are now returned in regular JSON with a key of Error

1.09

30 Mar 11:21
a4fcfb9
Compare
Choose a tag to compare
  • Update documentation
  • /homepage endpoint is now deprecated until trending shortcuts will return to RoutineHub

1.08

30 Mar 13:17
Compare
Choose a tag to compare
  • Fixes a bug with some shortcuts (thanks to dante_nl for the report)

1.07

14 Mar 11:01
2b8b53e
Compare
Choose a tag to compare
  • Added categories to the /shortcut endpoint
  • Added author to the /shortcut endpoint
  • Added related to the /shortcut endpoint (disabled by default)
  • Made icon optional and disabled by default

Check docs for more informations about these changes

1.06

19 Feb 21:29
Compare
Choose a tag to compare
  • Added new parameters in /author: isMod, isMember and contacts. Check docs for more informations.
  • Fixed a bug with Pinned shortcuts
  • Fixes a problem with /author that gave error when avatar parameter was missing
  • Fixes a bug with /changelog where long release notes were randomly cur

1.05

18 Feb 10:33
Compare
Choose a tag to compare
  • Added subtitle and title to /shortcut
  • Fixed total_hearts
  • Fixed a problem with JSON encoding

1.04

24 Jan 17:50
Compare
Choose a tag to compare
  • Added /homepage endpoint, which returns trending, new and recently updates shortcuts with every a lot of informations.
  • Added avatar parameter to the /author endpoint, which returns the direct link to the author's profile pic
  • Rewrote documentation so now it's more complete
  • Improved performance

1.03

22 Jan 07:58
Compare
Choose a tag to compare

Added /author endpoint and made some great performance improvements and optimisations.