Skip to content

Instantly share code, notes, and snippets.

View hey-august's full-sized avatar
:octocat:
Writing the docs

August hey-august

:octocat:
Writing the docs
View GitHub Profile
{
"openapi": "3.0.0",
"info": {
"title": "Calling API",
"description": "API to create/manage SignalWire's Calls.\nTo create a new Call, you send a `POST` request to the Call resource with a payload including a `dial` command and additional nested `params`.",
"version": "0.0.0"
},
"tags": [
{
"name": "Calls"