Skip to content

Commit 1c2a260

Browse files
authored
Merge pull request #14 from AiriAPI/staging
Staging
2 parents d9868f5 + 1bf7d58 commit 1c2a260

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

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.3.6",
4+
"version": "1.4.6",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/Endpoints/fact.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,3 @@ Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://a
5454
```HTTP
5555
GET /fact?tags=AttackonTitan|Levi
5656
```
57-
58-
### Get fact By ID
59-
60-
Get a fact by its ID
61-
62-
#### Path
63-
64-
```HTTP
65-
GET /facts/:id
66-
```
67-
68-
#### Response
69-
70-
```ts
71-
{
72-
_id: string
73-
// The quotation text
74-
fact: string
75-
// An array of tag names for this fact
76-
tags: string[]
77-
}
78-
```

0 commit comments

Comments
 (0)