plaid

Version, currently main branch1 version
  • main branchlatestDec 10, 2023

github.com/nobodywasishere/plaid-crystal

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  plaid:
    github: nobodywasishere/plaid-crystal
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.4, < 2
License
MIT
Author
nobodywasishere

Dependencies

Runtime Dependencies

  • crest~> 1.3.7github: mamantoha/crest

Development Dependencies

  • vcr~> 0.5.3github: spoved/vcr.crdev
  • kemal~> 1.0github: kemalcr/kemaldev
  • post_process~> 0.2.2github: cyangle/post_processdev

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