Kiera Affarantia 33b9c31abf add library
2024-03-08 15:50:08 +07:00

8 lines
456 B
Plaintext

# Get Started
The base URL for the Consumet REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id)
## Notes
- Some `GET` request examples displayed throughout these docs are written for use with Node.js - the [`axios`](https://axios-http.com) library may be required.
- Some `GET` request examples displayed throughout these docs are written for use with Python - the [`requests`](https://requests.readthedocs.io) library may be required.