{"note":"OpenAPI conversion -- returning structured metadata","name":"papinet-io-order-status","description":"papiNet API","version":"1.0.0","base_url":"https://papinet.papinet.io","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api papiNet API\n@base https://papinet.papinet.io\n@version 1.0.0\n@endpoints 2\n@toc orders(2)\n\n@endpoint GET /orders\n@desc List `orders`\n@optional {orderStatus: str(Active/Cancelled/Completed) # Filter by status, offset: str # The number of items to skip before starting to collect the result set., limit: str # The maximum number of items to return. If the value exceeds the maximum, then the maximum value will be used.}\n@returns(200) {orders: [map], links: map{first: map{href: str}, prev: map{href: str}, next: map{href: str}, last: map{href: str}}} # OK\n\n@endpoint GET /orders/{orderId}\n@desc Get an `order`\n@required {orderId: str(uuid) # UUID of the `order` to get}\n@returns(200) OK\n\n@end\n"}