Skip to content

A Simple http post box where messages posted can be persisted. A Kind of sink for http messages.

License

Notifications You must be signed in to change notification settings

humbhionline/postbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post Box

A service to persist payloads almost like a restful database.

Apis provided

CRUD

  1. /messages Method : PUT/POST to create or update messages

  2. /messages/search Method: POST to list messages matching some criteria

  3. /messages/:id

    Method GET
    To get one message by id

    Method POST/PUT To update one message by id

    Method DELETE To delete one message by id

About

A Simple http post box where messages posted can be persisted. A Kind of sink for http messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published