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
# Auto-generated from petstore.json
# Operation: deleteUser
# Method: DELETE /user/{username}
# Summary: Delete user resource.

# Generated by MicroRapid with accurate schema parsing

operation: deleteUser
method: DELETE
path: /user/{username}
description: Delete user resource.
headers:
  Accept: application/json
path_params:
  username: johndoe
expect:
  status: 200