Removed modified/created mention from the docs (#309)

Discussed in #140
This commit is contained in:
Kronopt 2017-10-19 09:23:47 +01:00 committed by Paul Hallett
parent 0f4619f3f1
commit b429bae218

View file

@ -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>