Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 628 Bytes

FeedHenry Hello World MBaaS Server

Dependency Status

This is a blank 'hello world' FeedHenry MBaaS. Use it as a starting point for building your APIs.

Group Hello World API

hello [/hello]

'Hello world' endpoint.

hello [POST]

'Hello world' endpoint.

  • Request (application/json)

    • Body { "hello": "world" }
  • Response 200 (application/json)

    • Body { "msg": "Hello world" }