apitogo
apitogo copied to clipboard
"An api to go, please." - Make a fake api without a line of code.
The users should be able to configure the endpoints that are authenticated.
Be more pluggable, like cargo and git does, where if it doesn't find the default command try to execute `bin/apitogo-foo` for `apitogo foo` for instance
User should be able to configure a url that the apitogo will request with the provided data. An example of webhook: https://developer.github.com/webhooks/
It should have support for WebSocket. Acceptance criteria: As a user, I must be able to create and connect to a channel that emits some json data each X seconds.
It would be good to have a configurable routing like: ``` { "posts": "./posts/*.json", "posts/comments": "./posts/comments/*.json" } ```
Take a look on this example here: https://gist.github.com/denji/12b3a568f092ab951456 It will need to have a new parameter like `apitogo --https` or something like that
There is this implementation. Need to look into it to see how could we implement it in an easy and configless way. https://github.com/graphql-go/graphql