gdirk07 / PokemonChecker

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

Added move DTO #20

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

added the move DTO component -TODO: integrating the DTO into pokemon DTOs to use moveDTO objects in place of a generic move object

jeremy-jtlo commented 2 years ago

Really good base, I could see us adding a few get methods in the future for fetching data specific to different views (i.e. a view that just needs a subset or permutation of the DTO's data).