{"id":22943948,"url":"https://github.com/moov-io/ach-node-sdk","last_synced_at":"2025-08-12T22:30:54.686Z","repository":{"id":38376769,"uuid":"265042167","full_name":"moov-io/ach-node-sdk","owner":"moov-io","description":"Generated Typescript SDK for the moov-io/ach service","archived":false,"fork":false,"pushed_at":"2024-12-04T13:06:21.000Z","size":1670,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-04T14:19:57.876Z","etag":null,"topics":["ach","hacktoberfest","node","typescript"],"latest_commit_sha":null,"homepage":"https://moov-io.github.io/ach-node-sdk/docs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moov-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-18T19:33:34.000Z","updated_at":"2024-12-04T13:06:24.000Z","dependencies_parsed_at":"2023-02-09T17:01:40.172Z","dependency_job_id":"94a37aca-5d2c-4e32-a69f-6f2fca634a0d","html_url":"https://github.com/moov-io/ach-node-sdk","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moov-io%2Fach-node-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moov-io%2Fach-node-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moov-io%2Fach-node-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moov-io%2Fach-node-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moov-io","download_url":"https://codeload.github.com/moov-io/ach-node-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229711045,"owners_count":18112066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ach","hacktoberfest","node","typescript"],"created_at":"2024-12-14T14:14:56.155Z","updated_at":"2024-12-14T14:14:56.700Z","avatar_url":"https://github.com/moov-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACH Node SDK\n\nGenerated Typescript SDK for the [moov-io/ach](https://github.com/moov-io/ach) service.\n\n## Installation\n\nInstall in your Node.js or Typescript project using npm:\n```bash\nnpm install ach-node-sdk\n```\n\n## Usage\n\nUsing `require` sytax:\n```js\nconst { ACHFilesApi, Configuration } = require('ach-node-sdk');\n```\n\nUsing `import` syntax:\n```js\nimport { ACHFilesApi, Configuration } from 'ach-node-sdk';\n```\n\nBuild the client instance:\n```js\nconst configuration = new Configuration({ basePath: 'https://ach.mycompany.com' });\nconst achFilesApi = new ACHFilesApi(configuration);\n```\n\nCall functions on the client:\n```js\nachFilesApi.getFiles().then(response =\u003e console.log(response.data));\n=\u003e Promise{ \u003cpending\u003e }\n{ files: [], error: null };\n```\n\nSee the [generated documentation](https://moov-io.github.io/ach-node-sdk/docs/) for more detail.\n\n## Building Locally\n\nRun the following to build our library locally.\n\n```\ntsc --build tsconfig.json\n```\n\n## Generating Client\n\nRun the following for generating the TypeScript client.\n\n```\nmake client\n```\n\n## Generating Docs\n\nRun the following for generating the documentation.\n\n```\nmake docs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoov-io%2Fach-node-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoov-io%2Fach-node-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoov-io%2Fach-node-sdk/lists"}