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

# Variables for test user 2
path_params:
  username: torvalds

params:
  type: all
  sort: updated
  per_page: 50

headers:
  Accept: application/json