Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 356 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 356 Bytes

PokeNetApi

PokeNetApi is a C# class library for interfacing with the PokeAPI rest api.

How To Use

Clone the repository and add it as a reference to your current project. PokeNetApi.DataFetcher contains async methods for pulling data from the API. The objects the data is modeled onto are all exact recreations of the JSON format that PokeApi sends.