This API will not be developed any more. Therefore you can still use the code or base your own application on it but please be aware of upcoming incompatibilies!
This API is based on the Bot Framework by Microsoft. For further details on how to register a bot see the official Tutorial.
- requesting an authentication token
- creating a valid HTTPS endpoint and parsing activity objects you can work with
- files to setup SSL endpoint (both of them have to be valid CA certificates)
- certificate file (e.g. fullchain.pem)
- private key file (e.g. privkey.pem)
- some Golang knowledge
The source code is licensed under the MIT license. For further details see the LICENSE file.
You can find some examples inside the examples folder. Warning: These are just examples. Error handling and other good practices are not used.