gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Move DTOs #6

Closed jeremy-jtlo closed 2 years ago

jeremy-jtlo commented 2 years ago

Much like pokemon data, 'moves' conform to a uniform standard. When retrieving move data, it's in the client's interest to recognize the shape for caching and view logic.

MoveDTO.ts

As with issue #5 , this is a MVP issue definition to have the data defined and used upon retrieval of move data from the PokeAPI.

jeremy-jtlo commented 2 years ago

Resolved by #20 . Closing issue.