Initial commit 💥
parent
fc3c1d748e
commit
55c9d4b789
@ -0,0 +1,11 @@
|
||||
# Simpl Unofficial API Specification
|
||||
|
||||
Please see https://captnemo.stoplight.io/docs/simpl/
|
||||
|
||||
## Terms of Service
|
||||
|
||||
I'm not responsible. Use at your own risk. This is a read only API, so you can't use this to manage your funds.
|
||||
|
||||
## Clients
|
||||
|
||||
Code generation is not possible currently.
|
@ -0,0 +1,10 @@
|
||||
# Hides the generation timestamp when files are generated.
|
||||
hideGenerationTimestamp: true
|
||||
packageName: simpl
|
||||
packageVersion: 0.0.1
|
||||
projectName: simpl-api
|
||||
# when accessing unset attribute, return `None` instead of raising `ApiAttributeError` (Default: false)
|
||||
pythonAttrNoneIfUnset: true
|
||||
gitRepoId: simpl-py
|
||||
gitUserId: captn3m0
|
||||
httpUserAgent: Simpl-Py/{packageVersion}
|
Loading…
Reference in New Issue