Skip to content

Instantly share code, notes, and snippets.

@hisk
Created February 4, 2019 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save hisk/ec2ffe026c90c4360c277cdb8150b9e7 to your computer and use it in GitHub Desktop.
Save hisk/ec2ffe026c90c4360c277cdb8150b9e7 to your computer and use it in GitHub Desktop.
mockable_api_export
---
swagger: "2.0"
info:
version: "None"
title: "None"
description: "None"
termsOfService: "None"
contact:
name: ""
host: "https://demo0725191.mockable.io"
basePath: "/"
schemes:
- "https"
- "http"
consumes:
- "application/json"
produces:
- "application/json"
tags:
- name: demo0725191
description: https://demo0725191.mockable.io
paths:
/delete_data:
delete:
description: ""
operationId: "DELETE Request"
tags:
- demo0725191
produces:
- "application/json"
responses:
"200":
description: ""
/patch_data:
patch:
description: ""
operationId: "PATCH Request"
tags:
- demo0725191
produces:
- "application/json"
responses:
"200":
description: ""
/post_data:
post:
description: ""
operationId: "POST Request"
tags:
- demo0725191
produces:
- "application/json"
responses:
"200":
description: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment