Skip to content

codehand/example-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base RESTFUL API with golang

Dependence

    dep init
    dep ensure

or

    godep save

ahihi

RESTFUL API

POST—Create
GET—Retrieve
PUT / PATCH—Update
DELETE—Delete


Response Code	Description
200	Success
201	Created
204	No content
400	Bad request
403	Forbidden
404	Not found
500	Internal server error

About

Base Restful API with golang, echo

Resources

Stars

Watchers

Forks

Packages

No packages published