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
# Test with user 1 parameters
operation: repos/list-for-user
method: GET
path: /users/{username}/repos

# Variables for test user 1
path_params:
  username: octocat

params:
  type: owner
  sort: created
  per_page: 20

headers:
  Accept: application/json