Initial commit 💥

This commit is contained in:
Nemo 2021-06-14 21:09:12 +05:30
parent fc3c1d748e
commit 55c9d4b789
3 changed files with 33 additions and 8 deletions

11
README.md Normal file
View File

@ -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.

View File

@ -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}

View File

@ -5,6 +5,10 @@ info:
summary: 'An unofficial specification for the [Simpl](https://www.getsimpl.com/) API' summary: 'An unofficial specification for the [Simpl](https://www.getsimpl.com/) API'
license: license:
name: MIT name: MIT
identifier: MIT
contact:
name: Nemo
url: 'https://captnemo.in/contact'
servers: servers:
- url: 'https://bff.getsimpl.com' - url: 'https://bff.getsimpl.com'
description: Production description: Production
@ -138,14 +142,11 @@ paths:
- success - success
examples: examples:
success: success:
value: |- value:
{ api_version: 1
"api_version": 1, data:
"data": { verification_id: aa5cf58f-f223-4163-9b39-43cb31e11ad3
"verification_id": "aa5cf58f-f223-4163-9b39-43cb31e11ad3" success: true
},
"success": true
}
bad-request: bad-request:
value: value:
api_version: 1 api_version: 1
@ -1174,3 +1175,6 @@ components:
type: apiKey type: apiKey
in: header in: header
description: Access Token that is returned in the "Verify OTP" request. description: Access Token that is returned in the "Verify OTP" request.
tags:
- name: Data
- name: Authentication