Skip to content

FurlPay/furlpay-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furlpay OpenAPI Specification

license

The unified OpenAPI 3.1 schema for the Furlpay REST API — auth, wallets, cards, swaps, investing, banking, compliance, and signature-verified webhooks.

Use it to generate typed clients in languages we do not officially ship yet (Ruby, PHP, Java, C#, ...).

Generate a client

# TypeScript (fetch)
npx openapi-generator-cli generate -i openapi.json -g typescript-fetch -o ./furlpay-ts

# Ruby / PHP / Java
npx openapi-generator-cli generate -i openapi.json -g ruby -o ./furlpay-ruby
npx openapi-generator-cli generate -i openapi.json -g php  -o ./furlpay-php
npx openapi-generator-cli generate -i openapi.json -g java -o ./furlpay-java

The live spec is also served at furlpay.com/openapi.json.

Official SDKs: Node.js · CLI: furlpay-cli

License

MIT

About

OpenAPI 3.1 specification for the Furlpay REST API — generate clients in any language.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors