An open API service indexing awesome lists of open source software.

https://github.com/eiberham/marvel

:koala: Marvel comic's api prototype in golang
https://github.com/eiberham/marvel

Last synced: 7 months ago
JSON representation

:koala: Marvel comic's api prototype in golang

Awesome Lists containing this project

README

          

# Marvel
Marvel comic's api prototype in go language + react client

This is the first practice i've done with golang, so far it has three endpoints with little swagger documentation as it's still in development.

Below you can see the list of available endpoints:


VerbResourceDescriptionScope


GET/charactersGet list of charactersPublic


GET/characters/:idGet a single characterPublic


GET/comicsGet list of comicsPublic


GET/comics/:idGet a single comicPublic


GitHub
GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub stars