nobodywasishere / plaid-crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Crystal 100.0%