Skip to content

Commit

Permalink
Fixing versioning in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinPayravi committed Aug 24, 2020
1 parent 75b91a8 commit 492972a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Nookipedia",
"description": "The Nookipedia API provides endpoints for retrieving Animal Crossing data pulled from the [Nookipedia wiki](https://nookipedia.com/wiki/Main_Page). A couple of the key benefits of using the Nookipedia API is access to data spanning the entire *Animal Crossing* series, as well as information that is constantly updated and expanding as editors work on the wiki.<br><br>This API launched in July 2020 and is under active development. At the moment, we currently have endpoints to retrieve information about *Animal Crossing* villagers, as well as *Animal Crossing: New Horizons* bugs, fish, and sea creatures. In the horizon are endpoints for *New Horizons* furniture and clothing, as well as critters from previous games.<br><br>Access to the Nookipedia API requires obtaining a key. This is so we can manage our scale and provide better support for our users. To request access to the API, please fill out [this form](https://forms.gle/wLwtXLerKhfDrRLY8).<br><br>This API is 'version 2' of our [original API](https://nookipedia.com/api/). While the previous API scraped information directly from the wiki, this new edition of the API pulls data from a structured and constrained database, resulting in higher-quality data, better searching, and support for filtering.",
"version": "1.2.0"
"version": "1.1.0"
},
"servers": [
{
Expand Down Expand Up @@ -1514,4 +1514,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion static/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ info:
scraped information directly from the wiki, this new edition of the API
pulls data from a structured and constrained database, resulting in
higher-quality data, better searching, and support for filtering.
version: 1.2.0
version: 1.1.0
servers:
- url: 'https://api.nookipedia.com/'
paths:
Expand Down

0 comments on commit 492972a

Please sign in to comment.