-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from AiriAPI/staging
Staging
- Loading branch information
Showing
67 changed files
with
1,154 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Angry | ||
|
||
Returns a single random angry gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /angry | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Baka | ||
|
||
Returns a single random baka gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /baka | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Bite | ||
|
||
Returns a single random bite gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /bite | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Blush | ||
|
||
Returns a single random blush gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /blush | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Bonk | ||
|
||
Returns a single random bonk gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /bonk | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Bored | ||
|
||
Returns a single random bored gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /bored | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Bully | ||
|
||
Returns a single random bully gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /bully | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Bye | ||
|
||
Returns a single random bye gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /bye | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Chase | ||
|
||
Returns a single random chase gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /chase | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Cheer | ||
|
||
Returns a single random cheer gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /cheer | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Cringe | ||
|
||
Returns a single random cringe gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /cringe | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Cry | ||
|
||
Returns a single random cry gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /cry | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Cuddle | ||
|
||
Returns a single random cuddle gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /cuddle | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Dab | ||
|
||
Returns a single random dab gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /dab | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Dance | ||
|
||
Returns a single random dance gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /dance | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Die | ||
|
||
Returns a single random die gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /die | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Disgust | ||
|
||
Returns a single random disgust gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /disgust | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Facepalm | ||
|
||
Returns a single random facepalm gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /facepalm | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Feed | ||
|
||
Returns a single random feed gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /feed | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Glomp | ||
|
||
Returns a single random glomp gif | ||
|
||
#### Path | ||
|
||
```HTTP | ||
GET /glomp | ||
``` | ||
|
||
#### Response | ||
|
||
```ts | ||
{ | ||
// The url of the Gif | ||
url: string; | ||
} | ||
``` |
Oops, something went wrong.