There is a typo in the Jikan4.randomUser() endpoint where 'user' is spelt without an 's', causing it to always throw a 404 error. The current endpoint in v4 is /random/users, as shown in the documentation: https://docs.api.jikan.moe/#tag/random/operation/getRandomUsers.
Changes
Update Jikan4.randomUser() endpoint to be /random/users
Issue
There is a typo in the
Jikan4.randomUser()
endpoint where 'user' is spelt without an 's', causing it to always throw a 404 error. The current endpoint in v4 is/random/users
, as shown in the documentation: https://docs.api.jikan.moe/#tag/random/operation/getRandomUsers.Changes
Jikan4.randomUser()
endpoint to be/random/users