├── LICENSE ├── README.md └── webhook implementations ├── golang └── server.go ├── nodejs ├── index.js └── package.json └── python └── server.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/README.md -------------------------------------------------------------------------------- /webhook implementations/golang/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/webhook implementations/golang/server.go -------------------------------------------------------------------------------- /webhook implementations/nodejs/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/webhook implementations/nodejs/index.js -------------------------------------------------------------------------------- /webhook implementations/nodejs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/webhook implementations/nodejs/package.json -------------------------------------------------------------------------------- /webhook implementations/python/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rominirani/api-ai-workshop/HEAD/webhook implementations/python/server.py --------------------------------------------------------------------------------