Skip to content

pierdeveloper/pierapi-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PierAPI OpenAPI

Overview

This repository contains the OpenAPI spec so that anyone can generate a client to call Pier's APIs. Some common tools are OpenAPI Generator and Swagger Codegen.

Generate Client

The following is an example on how to generate the typescript-axios SDK using openapi-generator on Mac:

brew install openapi-generator
openapi-generator generate \
  -i sdk-api.yaml \
  -g typescript-axios \
  -o ./stage-typescript \
  --additional-properties=npmName=stage-typescript,supportsES6=true

More Information

For more information please see Pier's docs docs.

About

This repository contains the OpenAPI spec so that anyone can generate a client to call Pier's APIs.

Resources

Stars

Watchers

Forks

Packages

No packages published