UNPKG

api-flow

Version:

A flow written in ES6 using Immutable to convert between API description formats (Swagger, etc.) and other programs such as cURL command lines.

16 lines 315 B
#%RAML 0.8 title: GitHub API version: v3 baseUri: https://api.github.com schemas: - song: !include ./dummy-schema.json - meta: !include ./dummy-schema.xml /jobs: displayName: Jobs post: description: Create a Job body: text/xml: schema: meta application/json: schema: song