mrapids 0.1.7

Your OpenAPI, but executable
Documentation
# Auto-generated from test-openapi-refs.yaml
# Operation: listUsers
# Method: GET /users
# Summary: List all users

# Generated by MicroRapid with accurate schema parsing

operation: listUsers
method: GET
path: /users
description: List all users
headers:
  Accept: application/json
params:
  page: '100'
  sort: '"asc"'
  limit: '100'
expect:
  status: 200
  content_type: application/json