Skip to content

Commit cc4fd59

Browse files
author
aetrnyx
committed
Added many new endpoints
1 parent c46a341 commit cc4fd59

Some content is hidden

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

64 files changed

+1152
-0
lines changed

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+
```

src/Endpoints/chase.md

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

src/Endpoints/cheer.md

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

0 commit comments

Comments
 (0)