Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some updates following migration #25

Merged
merged 2 commits into from
Apr 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Animu API

- Version: `1.3.8`
- Base URL: `https://animu.ml/api/:endpoint`
- Version: `2.4.8`
- Base URL: `https://waifu.it/api/:endpoint`
- Protocols: `https`
- Responds With: `application/json`

Expand Down Expand Up @@ -33,7 +33,7 @@ To get your API token, join this [discord server](https://discord.gg/yyW389c), t

**How can I support the project?**

- Contribute to the [API](https://github.com/AnimuAPI/Animu)
- Contribute to the [API](https://github.com/WaifuAPI/Waifu.it)
- Donate me via [Ko-fi](https://ko-fi.com/Aeryk)
- Give feedback or suggestions in [discord server](https://discord.gg/yyW389c).

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "animu_docs",
"version": "1.6.10",
"name": "waifu.it_docs",
"version": "1.7.10",
"description": "Documentatin for a API Serving Anime stuff",
"author": "Kyoyo",
"author": "Aeryk",
"license": "AGPLv3",
"scripts": {
"dev": "dumi dev",
Expand Down
4 changes: 2 additions & 2 deletions src/API Packages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

- `npm i anime-facts` [package link](https://www.npmjs.com/package/anime-facts) _**works for Anime Fact endpoint only**_

- `npm i random-anime-quotes` [package link](https://www.npmjs.com/package/random-anime-quotes) _**works for Anime Quote endpoint only**_
- `npm i random-anime-quotes` [package link](https://www.npmjs.com/package/random-anime-quotes) _**works for Anime Quote endpoint only**_ `[NOT UPDATED]`

- `npm i ariapi.js` [package link](https://www.npmjs.com/package/ariapi.js) _**works for all endpoints**_
- `npm i ariapi.js` [package link](https://www.npmjs.com/package/ariapi.js) _**works for all endpoints**_ `[NOT UPDATED]`
3 changes: 2 additions & 1 deletion src/API Packages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

---

- `pip install animu` [package link](https://pypi.org/project/animu/) _**works for all endpoints**_
- `pip install animu` [package link](https://pypi.org/project/animu/) _**works for all endpoints**_ `[NOT UPDATED]`

2 changes: 1 addition & 1 deletion src/Authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Use the API key that you generate to authenticate each request made to the API.

> If you don’t have an API Key, then just head over to https://docs.animu.ml/#frequently-asked-questions-faqs, then read and get one for free.
> If you don’t have an API Key, then just head over to https://docs.waifu.it/#frequently-asked-questions-faqs, then read and get one for free.

> **Request Header**
>
Expand Down