Skip to content

Commit e610eac

Browse files
committed
reorder API; add fee retrieval API
1 parent 8aff589 commit e610eac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3711
-3114
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
"plugins": [
3333
"@typescript-eslint"
3434
],
35-
"ignorePatterns": ["dist/*"],
35+
"ignorePatterns": ["dist/**/*"],
3636
"rules": {
3737
"@typescript-eslint/no-unsafe-assignment": "off",
3838
"@typescript-eslint/no-namespace": "off",

.openapi-generator-ignore

-23
This file was deleted.

.openapi-generator/VERSION

-1
This file was deleted.

README.md

+101-74
Large diffs are not rendered by default.

api/deliveryApi.ts

+596-596
Large diffs are not rendered by default.

api/futuresApi.ts

+559-559
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)