An open API service indexing awesome lists of open source software.

https://github.com/keyang/fh-weinre-service

FeedHenry weinre service node.js wrapper
https://github.com/keyang/fh-weinre-service

Last synced: 8 months ago
JSON representation

FeedHenry weinre service node.js wrapper

Awesome Lists containing this project

README

          

# FeedHenry Hello World MBaaS Server

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"
}