Skip to content

sinistra/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goapi

Simple api in Go

This is a simple API that maintains an in memory slice. The slice is loaded on startup and saved on exit.

5 REST functions are implemented

GET(all)

GET(id)

POST

PUT(id) #replace

PATCH(id) #update

DELETE(id)

About

Simple api in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages