Skip to content

api-stuff/master-exploder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Exploder (OpenAPI document to "stuff")

This utility takes an OpenAPI document as input, dereferences it and then writes a load of data to another format.

Right now the only supported format is delimited data you can copy into a spreadsheet etc, but it'll get better 😉.

Running it

Do this (using UK open banking Account Info as an example):

yarn run explode \
--input https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/master/dist/openapi/account-info-openapi.json \
--output exploded.txt \
--request-content-type "application/json" \
--response-content-type "application/json"

About

A tool for exploding OpenAPI documents into various different formats (CSV, Gherkin, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published