Skip to content

Instantly share code, notes, and snippets.

@scascketta
Created August 23, 2016 00:52
Show Gist options
  • Save scascketta/183921239777597346d0d380e48b035d to your computer and use it in GitHub Desktop.
Save scascketta/183921239777597346d0d380e48b035d to your computer and use it in GitHub Desktop.
---
swagger: "2.0"
info:
version: "2016-08-22T21:02:07Z"
title: "MembershipApp"
host: "4d36t21f2i.execute-api.us-west-2.amazonaws.com"
basePath: "/dev"
schemes:
- "https"
paths:
/attendance:
post:
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: "200 response"
schema:
$ref: "#/definitions/Empty"
headers:
Access-Control-Allow-Origin:
type: "string"
options:
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: "200 response"
schema:
$ref: "#/definitions/Empty"
headers:
Access-Control-Allow-Origin:
type: "string"
Access-Control-Allow-Methods:
type: "string"
Access-Control-Allow-Headers:
type: "string"
/membership:
post:
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: "200 response"
schema:
$ref: "#/definitions/Empty"
headers:
Access-Control-Allow-Origin:
type: "string"
options:
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: "200 response"
schema:
$ref: "#/definitions/Empty"
headers:
Access-Control-Allow-Origin:
type: "string"
Access-Control-Allow-Methods:
type: "string"
Access-Control-Allow-Headers:
type: "string"
definitions:
Empty:
type: "object"
title: "Empty Schema"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment