Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Last active June 24, 2020 22:39
Show Gist options
  • Save JordanSchuetz/563edf5db4cef1482f58eb49f3c63b26 to your computer and use it in GitHub Desktop.
Save JordanSchuetz/563edf5db4cef1482f58eb49f3c63b26 to your computer and use it in GitHub Desktop.
library.raml file
#%RAML 1.0 Library
usage:
types:
Text: !include dataTypes/dataType.raml
resourceTypes:
text:
post:
description: This API will send a secure text message with Twilio to the phone number you input
body: Text
responses:
200:
body: Text
400:
401:
500:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment