Skip to content

Commit ec5329d

Browse files
authored
Merge pull request #25 from WaifuAPI/staging
Some updates following migration
2 parents b8d41e5 + 29f6772 commit ec5329d

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Animu API
44

5-
- Version: `1.3.8`
6-
- Base URL: `https://animu.ml/api/:endpoint`
5+
- Version: `2.4.8`
6+
- Base URL: `https://waifu.it/api/:endpoint`
77
- Protocols: `https`
88
- Responds With: `application/json`
99

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

3434
**How can I support the project?**
3535

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": true,
3-
"name": "animu_docs",
4-
"version": "1.6.10",
3+
"name": "waifu.it_docs",
4+
"version": "1.7.10",
55
"description": "Documentatin for a API Serving Anime stuff",
6-
"author": "Kyoyo",
6+
"author": "Aeryk",
77
"license": "AGPLv3",
88
"scripts": {
99
"dev": "dumi dev",

src/API Packages/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

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

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

9-
- `npm i ariapi.js` [package link](https://www.npmjs.com/package/ariapi.js) _**works for all endpoints**_
9+
- `npm i ariapi.js` [package link](https://www.npmjs.com/package/ariapi.js) _**works for all endpoints**_ `[NOT UPDATED]`

src/API Packages/python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
---
44

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

src/Authentication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
> 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.
5+
> 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.
66
77
> **Request Header**
88
>

0 commit comments

Comments
 (0)