blog-api

command module
v0.0.0-...-29511dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2019 License: MIT Imports: 11 Imported by: 0

README

A blog api to do basic CRUD operations USAGE :

  1. / Returns testing json, can be used to check working of database (GET)
  2. /blogs Return all the blogs (GET)
  3. /createblog Can be used to create blog and add to the databse (POST)
  4. /readblog/{title} Can be used to fetch all the blogs having value of title parameter as the substring of blogs titles. (GET)
  5. /updateblog/{title} Can be used to update the blog where title is known. (POST)
  6. /deleteblog/{title} Can be used to delete the blog where title is known. (DELETE)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL