forked from PokeAPI/pokeapi.co
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alerts.json
21 lines (21 loc) · 932 Bytes
/
alerts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{
"active": false,
"message": "",
"comment1": "Inactive alerts will not be shown.",
"comment2": "You can use markdown, like _this_, **this**, or [this](https://pokeapi.co).",
"comment3": "Possible levels are 'info', 'important' and 'success'. The default is 'info'."
},
{
"message": "**Notice:** Support for PokéAPI version 1 will end on 15 October 2018. If you're still using it, please switch to v2. [Read more...](/docs/v1.html)"
},
{
"level": "important",
"message": "**Outage Alert:** Pagination with `offset`/`limit` for PokéAPI v2 is temporarily broken. [Read more...](https://github.com/PokeAPI/pokeapi/issues/372)"
},
{
"active": false,
"level": "success",
"message": "**Notice:** PokéAPI v2 is back up and the migration to static hosting is complete. It is now much faster and more reliable."
}
]