forked from circlefin/openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5e294e
commit 3c312b4
Showing
12 changed files
with
26,954 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Logs | ||
logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | ||
node_modules | ||
|
||
# Debug log from npm | ||
npm-debug.log | ||
|
||
# OSX hidden files | ||
.DS_Store | ||
|
||
# Default ignored files | ||
/shelf/ | ||
/workspace.xml | ||
# Editor-based HTTP Client requests | ||
/httpRequests/ | ||
# Datasource local storage ignored files | ||
/dataSources/ | ||
/dataSources.local.xml | ||
|
||
#Auto generated files | ||
/bin/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# openapi | ||
# Circle's OpenAPI Specification | ||
|
||
This repository contains [OpenAPI specifications][openapi] for Circle's API. | ||
|
||
[Changelog](https://github.com/circlefin/openapi/releases/) | ||
|
||
|
||
Files can be found in the `openapi/{json or yaml}` directory: | ||
|
||
* `account-doc.{json,yaml}:` OpenAPI 3.0 spec for APIs to manage your account balance. | ||
* `accounts-doc.{json,yaml}:` OpenAPI 3.0 spec for APIs to manage custodial wallets. | ||
* `general-doc.{json,yaml}:` OpenAPI 3.0 spec for common endpoints shared across all Circle APIs. | ||
* `payments-doc.{json,yaml}:` OpenAPI 3.0 spec for APIs for accepting payments. | ||
* `payouts-doc.{json,yaml}:` OpenAPI 3.0 spec for APIs for making payouts. | ||
|
||
|
||
[openapi]: https://www.openapis.org/ |
Oops, something went wrong.