Skip to content

REST API v3.3

Compare
Choose a tag to compare
@irfan-dahir irfan-dahir released this 15 May 19:12
· 1284 commits to master since this release
  • Improved GithubReport.php; the report_url generator
  • Updated Cache TTL (check .env for values)
  • Refactored the response logic; better cache management
  • Jikan now queues cache that have past their TTL for an update with Supervisor handling the queue
  • Added 404 caching
  • Added User List Order/Sort/Filter queries
  • Added Search Order/Sort queries
  • Added Anime+Manga Search filters for producer and magazine
  • Added tests
  • Header responses now include X-Request-Hash, X-Request-Cached, X-Request-Cache-Ttl, Expires
  • Improved multiple Genre filters: e.g genre=1,2,3,4,5
  • Other minor bug fixes and improvements