Categorygithub.com/andreasmgk/RESTGoServer
modulepackage
0.0.0-20220225201525-e18b6747388d
Repository: https://github.com/andreasmgk/restgoserver.git
Documentation: pkg.go.dev

# README

"# RESTGoServer"

Available endpoints: /articles (GET) : return all articles /article/{key} (GET) : return the article with Key value "key" /article (POST) : create a new article /article/{key} (PATCH) : update the article with Key value "key" /article/{key} (DELETE) : delete the article with Key value "key"

# Structs

Article
No description provided by the author