github.com/nobodywasishere/plaid-crystal
main / published Dec 10, 2023 / repository
plaid
The Crystal module for the The Plaid API
The Plaid REST API. Please see https://plaid.com/docs/api for more details.
This SDK is automatically generated by the OpenAPI Generator project with CUSTOM templates:
- API version: 2020-09-14_1.474.3
- Package version: 0.1.0
- Build package: org.openapitools.codegen.languages.CrystalClientCodegen
- Custom templates: crystal_client_generator
For more information, please visit https://plaid.com
Installation
Install from Git
Add the following to shard.yaml
dependencies:
plaid:
github: GIT_USER_ID/GIT_REPO_ID
version: ~> 0.1.0
Development
Install dependencies
shards
Run the tests:
crystal spec
Run lints
./bin/ameba
crystal tool format --check
API
- BigDecimal
A
BigDecimalcan represent arbitrarily large precision decimals. - Bool
Bool has only two possible values:
trueandfalse. - OpenApi
- Plaid
- String
A
Stringrepresents an immutable sequence of UTF-8 characters.