mrapids 0.1.7

Your OpenAPI, but executable
Documentation
# Auto-generated from petstore.json
# Operation: uploadFile
# Method: POST /pet/{petId}/uploadImage
# Summary: Uploads an image.

# Generated by MicroRapid with accurate schema parsing

operation: uploadFile
method: POST
path: /pet/{petId}/uploadImage
description: Uploads an image.
headers:
  Accept: application/json
  Content-Type: application/octet-stream
params:
  additionalMetadata: '"example_string"'
path_params:
  petId: 1234567890
body: data/examples/upload-file.json
expect:
  status: 200