mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
Merge pull request #117 from PoroCYon/master
Added new PokeApi.NET version to the wrappers list, fixed typos in docsv2.md again
This commit is contained in:
commit
6da364a297
3 changed files with 535 additions and 598 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
<ul>
|
||||
<li><b>Python</b> - <a href="http://github.com/phalt/pykemon">Pykemon</a> by Paul Hallett.</li>
|
||||
<li><b>.NET</b> - <a href="https://github.com/PoroCYon/PokeApi.NET">PokeAPI.NET</a> by PoroCYon.</li>
|
||||
<li><b>.NET</b> - <a href="https://gitlab.com/PoroCYon/PokeApi.NET/tree/master">PokeAPI.NET</a> by PoroCYon.</li>
|
||||
<li><b>Racket</b> - <a href="https://github.com/scottlindeman/racketmon">Racketmon</a> by Scott Lindeman.</li>
|
||||
<li><b>Java</b> - <a href="https://github.com/mickeyjk/PokeJava">PokeJava</a> by Mickeyjk.</li>
|
||||
<li><b>Ruby</b> - <a href='https://github.com/baweaver/pokegem'>Pokegem</a> by Brandon Weaver.</li>
|
||||
|
@ -907,4 +907,4 @@ resource_uri: '/api/v1/description/2/'
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
|
||||
<ul>
|
||||
<li><b>Node</b> - <a href='https://github.com/TheTommyTwitch/pokedex-promise-v2'>Pokedex Promise v2</a> by Thomas Asadurian.</li>
|
||||
<li><b>.NET (C#, VB, etc)</b> - <a href="https://gitlab.com/PoroCYon/PokeApi.NET">PokeApi.NET</a> by PoroCYon</li>
|
||||
</ul>
|
||||
|
||||
{% markdown %}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue