Skip to content

Instantly share code, notes, and snippets.

@chamilad
Created November 25, 2018 01:58
Show Gist options
  • Save chamilad/aa3058e6936f07e9ca0ffa31e2a6f351 to your computer and use it in GitHub Desktop.
Save chamilad/aa3058e6936f07e9ca0ffa31e2a6f351 to your computer and use it in GitHub Desktop.
Sample request format for an API CI/CD story
{
"username": "Username of the user",
"department": "Department of the user",
"apis": [
{
"name": "SampleAPI_dev1",
"description": "Sample API description",
"context": "/api/dev1/sample",
"version": "v1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment