An open API service indexing awesome lists of open source software.

https://github.com/nobodywasishere/plaid-crystal


https://github.com/nobodywasishere/plaid-crystal

Last synced: 3 months ago
JSON representation

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
```