https://github.com/nobodywasishere/plaid-crystal
https://github.com/nobodywasishere/plaid-crystal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobodywasishere/plaid-crystal
- Owner: nobodywasishere
- Created: 2023-12-10T02:16:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T02:19:01.000Z (over 1 year ago)
- Last Synced: 2025-03-23T23:36:00.864Z (3 months ago)
- Language: Crystal
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://openapi-generator.tech) 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](https://github.com/cyangle/crystal_client_generator)For more information, please visit [https://plaid.com](https://plaid.com)
## Installation
### Install from Git
Add the following to shard.yaml
```yaml
dependencies:
plaid:
github: GIT_USER_ID/GIT_REPO_ID
version: ~> 0.1.0
```## Development
Install dependencies
```shell
shards
```Run the tests:
```shell
crystal spec
```Run lints
```shell
./bin/ameba
crystal tool format --check
```