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
Otherwise i couldnt find how to do these requests in the documentation. There is something about localhost or /poses/:id which is both incorrect. To find a pose by id for example would be axios.get("https://yoga-api-nzy4.onrender.com/v1/poses?id=3")
The text was updated successfully, but these errors were encountered:
the specific requests didnt work for me until i found this page in my brwoser following the link "https://yoga-api-nzy4.onrender.com/v1/":
{"base":"https://yoga-api-nzy4.onrender.com/v1","categories":"https://yoga-api-nzy4.onrender.com/v1/categories","category-by-id":"https://yoga-api-nzy4.onrender.com/v1/categories?id=value","category-by-name":"https://yoga-api-nzy4.onrender.com/v1/categories?name=value","category-by-id-level":"https://yoga-api-nzy4.onrender.com/v1/categories?id=value&level=value","poses":"https://yoga-api-nzy4.onrender.com/v1/poses","pose-by-id":"https://yoga-api-nzy4.onrender.com/v1/poses?id=value","pose-by-name":"https://yoga-api-nzy4.onrender.com/v1/poses?name=value","poses-by-level":"https://yoga-api-nzy4.onrender.com/v1/poses?level=beginner"}
Otherwise i couldnt find how to do these requests in the documentation. There is something about localhost or /poses/:id which is both incorrect. To find a pose by id for example would be
axios.get("https://yoga-api-nzy4.onrender.com/v1/poses?id=3")
The text was updated successfully, but these errors were encountered: