http://secure-hamlet-19722.herokuapp.com/characters
Is a URL that shows the implementation of what the application could produce using the data
https://secure-hamlet-19722.herokuapp.com/api/v1/characters
This returns a list of all available Characters for the Marvel and Capcom Universe
https://secure-hamlet-19722.herokuapp.com/api/v1/characters/:name
This returns a single record for a character Ex: https://secure-hamlet-19722.herokuapp.com/api/v1/characters/Akuma
https://secure-hamlet-19722.herokuapp.com/api/v1/characters/:name/moves
This returns a record of all moves for a specific character Ex: https://secure-hamlet-19722.herokuapp.com/api/v1/characters/Akuma/moves