Skip to content

Commit 4e3cb38

Browse files
authored
Merge pull request #20 from AiriAPI/staging
Staging
2 parents d9d24b7 + 7702cf0 commit 4e3cb38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1154
-12
lines changed

docs/index.md

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

33
### Airi API
44

5-
- Version: `1.1.6`
5+
- Version: `1.3.8`
66
- Base URL: `https://airi.kyoyo.me/api/:endpoint`
77
- Protocols: `https`
88
- Responds With: `application/json`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "airi_docs",
4-
"version": "1.5.8",
4+
"version": "1.6.8",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/Endpoints/angry.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Angry
2+
3+
Returns a single random angry gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /angry
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/baka.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Baka
2+
3+
Returns a single random baka gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /baka
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/bite.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bite
2+
3+
Returns a single random bite gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /bite
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/blush.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Blush
2+
3+
Returns a single random blush gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /blush
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/bonk.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bonk
2+
3+
Returns a single random bonk gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /bonk
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/bored.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bored
2+
3+
Returns a single random bored gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /bored
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/bully.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bully
2+
3+
Returns a single random bully gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /bully
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

src/Endpoints/bye.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Bye
2+
3+
Returns a single random bye gif
4+
5+
#### Path
6+
7+
```HTTP
8+
GET /bye
9+
```
10+
11+
#### Response
12+
13+
```ts
14+
{
15+
// The url of the Gif
16+
url: string;
17+
}
18+
```

0 commit comments

Comments
 (0)