{"id":18888055,"url":"https://github.com/codex-team/codex-accounting-sdk","last_synced_at":"2026-01-24T08:01:33.621Z","repository":{"id":54934369,"uuid":"292634039","full_name":"codex-team/codex-accounting-sdk","owner":"codex-team","description":"Simple SDK for communicating with CodeX Accounting","archived":false,"fork":false,"pushed_at":"2024-11-17T14:25:49.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-17T15:29:29.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codex-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-03T17:18:19.000Z","updated_at":"2024-11-17T14:25:53.000Z","dependencies_parsed_at":"2024-11-17T15:24:42.966Z","dependency_job_id":"59dec294-9020-43b8-926b-187efe8aca89","html_url":"https://github.com/codex-team/codex-accounting-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fcodex-accounting-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fcodex-accounting-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fcodex-accounting-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fcodex-accounting-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/codex-accounting-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231947243,"owners_count":18450175,"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":[],"created_at":"2024-11-08T07:41:54.725Z","updated_at":"2026-01-24T08:01:28.600Z","avatar_url":"https://github.com/codex-team.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeX Accounting SDK\nThis module simplifies communicating with CodeX Accounting API.\n\n## Module initialization\n\n1. Import module to project\n    ```ts\n    import Accounting from 'codex-accounting-sdk';\n    ```\n\n2. Create accounting object with accounting URL in parameter\n    ```ts\n    const accounting = new Accounting({\n      baseURL: '127.0.0.1:25565',\n    });\n    ```\n\n3. Use Accounting SDK in your project\n    ```ts\n    accounting.createAccount({\n      name: 'Workspace',\n      type: AccountType.LIABILITY,\n      currency: Currency.USD,\n    });\n    ```\n\n## Using with TLS verification\n\nCreate accounting object with settings like this:\n\n```ts\nconst accounting = new Accounting({\n  baseURL: '127.0.0.1:25565',\n  tlsVerify: {\n    tlsCaCertPath: '/usr/src/app/src/accounting/tls/ca.pem',\n    tlsCertPath: '/usr/src/app/src/accounting/tls/client.pem',\n    tlsKeyPath: '/usr/src/app/src/accounting/tls/client-key.pem',\n  },\n});\n```\n\nYou need to assign path values to `tlsCaCertPath`, `tlsCertPath` and `tlsKeyPath` in `tlsVerify` object.\n\n## Build library\n\nTo build the library, run the following command:\n\n```shell script\nyarn build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Fcodex-accounting-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Fcodex-accounting-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Fcodex-accounting-sdk/lists"}