8000 GitHub - Motoroller89/REST-API-GOLANG
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Motoroller89/REST-API-GOLANG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was created to understand the basics of how rest-api works in GOLANG

GET /users -- list of users -- 200, 404, 500

GET /users/:id -- user by id -- 200, 404, 500

POST /users/:id -- create user -- 204, 4xx, Header Location: url

PUT /users/:id -- fully update user -- 204/200, 404, 400, 500

PATCH /users/:id -- partially update user -- 204/200, 404, 400, 500

DELETE /users/:id -- delete user by id -- 204, 404, 400

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0