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
- Host: GitHub
- URL: https://github.com/keyang/fh-weinre-service
- Owner: Keyang
- License: other
- Created: 2015-09-04T14:56:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T18:20:52.000Z (over 9 years ago)
- Last Synced: 2025-01-29T03:35:20.284Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}