mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Auto-generated from specs/api.yaml
# Operation: gists/create
# Method: POST /gists
# Summary: Create a gist

# Generated by MicroRapid with accurate schema parsing

operation: gists/create
method: POST
path: /gists
description: Create a gist
headers:
  Accept: application/json
  Content-Type: application/json
body: data/examples/gists-create.json
expect:
  status: 201
  content_type: application/json