fnmunhoz / street-comics

Simple app to navigate through all the comics ever released
0 stars 0 forks source link

feat(API): add API to retrieve a list of characters #40

Closed fnmunhoz closed 3 years ago

fnmunhoz commented 3 years ago

So that API users can find out characters and their ids, and later on filter comics of specific characters.

It's clear that there is some code duplication between the /comics and /characters endpoints, but let's wait for more requirements and endpoints to come, so that the abstractions and code reuse opportunities will be more clear.