You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It came to my attention recently when I was searching for something in the API Docs just how difficult it is to find the api.vrchat.cloud/api/1 domain for all the endpoints (at least for the documented ones it is that). I find it rather annoying, because when I didn't want to use insomnia I was literally unable to find the domain for the endpoints mentioned anywhere in the whole documentation. Only way I was able to find the domain for the endpoints was downloading and opening insomnia and looking at the base_url variable, which obviously forced me to do a previous step that I didn't want to do. Of course I have some ideas where to show/mention the domain. One of the places could be in https://vrchatapi.github.io/tutorials/getting-started/ in the Welcome to the VRChat API maybe something like this:
The VRChat API can be used to programmatically retrieve or update information regarding your profile, friends, avatars, worlds and more. The API is designed around the REST ideology, providing semi-simple and usually predictable URLs to access and modify objects. This Getting Started quick-start guide is the fastest to get started using the API. The domain for all VRChat API endpoints is api.vrchat.cloud/api/1.
I would also add one more thing for people who don't bother to read Getting Started and that's a lot of people from my experience, where hovering over request type (post, put, get etc) would show the domain (base URL) as well something like this:
Let me know your thoughts and correct me if I'm wrong about anything, but as it seems that domain is the only API domain as of now (that's documented as well).
The text was updated successfully, but these errors were encountered:
It came to my attention recently when I was searching for something in the API Docs just how difficult it is to find the api.vrchat.cloud/api/1 domain for all the endpoints (at least for the documented ones it is that). I find it rather annoying, because when I didn't want to use insomnia I was literally unable to find the domain for the endpoints mentioned anywhere in the whole documentation. Only way I was able to find the domain for the endpoints was downloading and opening insomnia and looking at the base_url variable, which obviously forced me to do a previous step that I didn't want to do. Of course I have some ideas where to show/mention the domain. One of the places could be in https://vrchatapi.github.io/tutorials/getting-started/ in the Welcome to the VRChat API maybe something like this:
I would also add one more thing for people who don't bother to read Getting Started and that's a lot of people from my experience, where hovering over request type (post, put, get etc) would show the domain (base URL) as well something like this:
Let me know your thoughts and correct me if I'm wrong about anything, but as it seems that domain is the only API domain as of now (that's documented as well).
The text was updated successfully, but these errors were encountered: