mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
Removed modified/created mention from the docs (#309)
Discussed in #140
This commit is contained in:
parent
0f4619f3f1
commit
b429bae218
1 changed files with 1 additions and 4 deletions
|
@ -76,10 +76,7 @@
|
|||
<ul>
|
||||
<li>There is, however, a daily rate limit of 300 requests <b>per resource</b> per IP address. So a single IP address can call the <i>bulbasaur</i> resource 300 times a day. Not 300 requests across the entire dataset! This is to stop our database from falling over under heavy load.</li>
|
||||
</ul>
|
||||
<li>If you are going to be regularly using the API, I recommend caching data on your service.</li>
|
||||
<ul>
|
||||
<li>Luckily, we provide <b>modified/created datetime stamps</b> on every single resource so you can check for updates (and thus make your caching efficient).</li>
|
||||
</ul>
|
||||
<li>If you are going to be regularly using the API, we recommend caching data on your service.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="fairuse">Fair Use Policy</h2>
|
||||
|
|
Loading…
Reference in a new issue