Skip to content

ottogiron/goa-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOA Heroes

Example of a simple GOA API. Implements an API with information about comics heroes.

Implemented Endpoints

Hero by ID

GET /heroes/:id

List of available heroes

 GET /heroes

Create a new Hero

POST /heroes 
{
    name: <string>
}

Generate Goa Code

goagen bootstrap -d github.com/ottogiron/goa-heroes/design

About

Example of a simple GOA API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages