Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 805 Bytes

Marvel Vs Capcom 2 API

http://secure-hamlet-19722.herokuapp.com/characters

Is a URL that shows the implementation of what the application could produce using the data

All Character End Point:

https://secure-hamlet-19722.herokuapp.com/api/v1/characters

This returns a list of all available Characters for the Marvel and Capcom Universe

Single Character End Point:

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

Character Move End Point:

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