Giter Site home page Giter Site logo

sajidmirza / ach-node-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moov-io/ach-node-sdk

0.0 1.0 0.0 591 KB

Generated Typescript SDK for the moov-io/ach service

Home Page: https://moov-io.github.io/ach-node-sdk/docs/

Shell 2.39% TypeScript 97.34% Makefile 0.27%

ach-node-sdk's Introduction

ACH Node SDK

Generated Typescript SDK for the moov-io/ach service.

Installation

Install in your Node.js or Typescript project using npm:

npm install ach-node-sdk

Usage

Using require sytax:

const { ACHFilesApi, Configuration } = require('ach-node-sdk');

Using import syntax:

import { ACHFilesApi, Configuration } from 'ach-node-sdk';

Build the client instance:

const configuration = new Configuration({ basePath: 'https://ach.mycompany.com' });
const achFilesApi = new ACHFilesApi(configuration);

Call functions on the client:

achFilesApi.getFiles().then(response => console.log(response.data));
=> Promise{ <pending> }
{ files: [], error: null };

See the generated documentation for more detail.

Building Locally

Run the following to build our library locally.

tsc --build tsconfig.json

Generating Client

Run the following for generating the TypeScript client.

make client

Generating Docs

Run the following for generating the documentation.

make docs

ach-node-sdk's People

Contributors

adamdecaf avatar ben-routefusion avatar dependabot[bot] avatar lgtm-migrator avatar renovate-bot avatar renovate[bot] avatar snyk-bot avatar vxio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.