This is a quick and simple API for the example applications in Steve's course on RxJS.
Endpoints
/api/pokemon
returns an array of 10 Pokemon and optionally a next page token./api/pokemon?page={token}
returns an array of all of the Pokemon starting from a provided page./api/pokemon/1
return a single Pokemon./api/search/:query
searches by the Pokemon's name.