1.8.0-alpha.3 • Published 6 years ago
feedbot-server v1.8.0-alpha.3
Feedbot Server
This app exposes API for retrieval and updating of stored JSON bot definitions from table storage.
Example calls
GET
http://localhost:8000/api/botsGET
http://localhost:8000/api/bots/eopPOST
http://localhost:8000/api/bots{bot:{...}}
PUT
http://localhost:8000/api/bots/eop{bot:{...}}
Bot object structure is defined in feedbot/packages/schema
package.
Authentication
Following environment variables can be used to enable Facebook authentication:
FACEBOOK_APP_ID
FACEBOOK_APP_SECRET
REALTIME_SERVER_URL
- where realtime server is runningREALTIME_NAMESPACE
- namespace of designer (prefix of botId)
Header Authorization: Bearer *
is then checked against Facebook Graph API before every API call hander execution.
Design
REST calls are described in server/handlers/...
and their services are respectively placed in server/data/...
directory.
1.8.0-alpha.3
6 years ago
1.8.0-alpha.2
6 years ago
1.8.0-alpha.1
6 years ago
1.7.0-alpha.24
6 years ago
1.7.0-alpha.21
6 years ago
1.7.0-alpha.17
6 years ago
1.7.0-alpha.14
6 years ago
1.7.0-alpha.13
6 years ago
1.7.0-alpha.12
6 years ago
1.7.0-alpha.10
6 years ago
1.7.0-alpha.7
6 years ago
1.7.0-alpha.4
6 years ago
1.7.0-alpha.2
6 years ago
1.7.0-alpha.1
6 years ago