{"id":13691185,"url":"https://github.com/jsforce/jsforce","last_synced_at":"2026-02-10T21:12:58.964Z","repository":{"id":13678708,"uuid":"16372438","full_name":"jsforce/jsforce","owner":"jsforce","description":"Salesforce API Library for JavaScript applications (both on Node.js and web browser)","archived":false,"fork":false,"pushed_at":"2025-05-03T06:00:28.000Z","size":75297,"stargazers_count":1413,"open_issues_count":68,"forks_count":541,"subscribers_count":73,"default_branch":"main","last_synced_at":"2025-05-08T13:03:34.572Z","etag":null,"topics":["jsforce","salesforce"],"latest_commit_sha":null,"homepage":"https://jsforce.github.io/","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/jsforce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2014-01-30T08:56:14.000Z","updated_at":"2025-05-05T15:08:43.000Z","dependencies_parsed_at":"2023-09-22T00:47:36.214Z","dependency_job_id":"a4d506fb-e6a8-495e-a660-5181fd48caf5","html_url":"https://github.com/jsforce/jsforce","commit_stats":{"total_commits":1508,"total_committers":87,"mean_commits":"17.333333333333332","dds":"0.24602122015915118","last_synced_commit":"0bbf6313628ff5380138ea5df23b06a59d4fe58c"},"previous_names":[],"tags_count":115,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsforce%2Fjsforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsforce%2Fjsforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsforce%2Fjsforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsforce%2Fjsforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsforce","download_url":"https://codeload.github.com/jsforce/jsforce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253336503,"owners_count":21892785,"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":["jsforce","salesforce"],"created_at":"2024-08-02T17:00:41.588Z","updated_at":"2026-01-16T17:46:05.082Z","avatar_url":"https://github.com/jsforce.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Resources"],"sub_categories":["Code"],"readme":"# jsforce\n\nSalesforce API Library for JavaScript applications (both on web browser and Node.js)\n\n## Overview\n\nJSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with Node.js.\n\nIt capsulates the access to various APIs provided by Salesforce in asynchronous JavaScript function calls.\n\nIt also has command line interface (CLI) which gives interactive console (REPL), so you can learn the usage without hassle.\n\nSupported Salesforce APIs are the following:\n\n- REST API (SOQL, SOSL, describe, etc.)\n- Apex REST\n- Analytics API\n- Bulk API\n- Chatter API\n- Metadata API\n- SOAP API\n- Streaming API\n- Tooling API\n\n## Documentation\n\nSee documentation in https://jsforce.github.io/\n\nv3 API reference:\nhttps://jsforce.github.io/jsforce/\n\nv1 API reference:\nhttps://jsforce.github.io/jsforce/doc/\n\n## Migration\nMigrating from v1 → v3? Find the [migration guide here](./MIGRATING_V1-V3.md)\n\nMigrating from v2 → v3? Find the [migration guide here](./MIGRATING_V2-V3.md)\n\n## Releases\n\nSee [Releases](https://github.com/jsforce/jsforce/releases).\n\n## Node-specific release\n\nSee [jsforce-node](./JSFORCE-NODE.md).\n\n## License\n\nSee [license](LICENSE) (MIT License).\n\n## Authors\n\n- Shinichi Tomita \u003cshinichi.tomita@gmail.com\u003e\n\n## Notes\n\n### SOAP Login API Deprecation Notice\nThe SOAP login() API will be retired in Summer '27 (API version 65.0). If you are using the `loginBySoap` method, please migrate to OAuth 2.0 Username-Password Flow instead. For more information, see [Salesforce Release Notes](https://help.salesforce.com/s/articleView?id=release-notes.rn_api_upcoming_retirement_258rn.htm\u0026release=258\u0026type=5).\n\nIf you have any questions first file it on [issues](https://github.com/jsforce/jsforce/issues) before contacting authors via e-mail.\n\n## How to build/run tests:\nSee [DEVELOPING.md](./DEVELOPING.md)\n\n\n## Contributions\n\nYour contributions are welcome: both by reporting issues on [GitHub issues](https://github.com/jsforce/jsforce/issues) or pull-requesting patches.\n\nIf you want to implement any additional features, to be added to JSforce to our main branch, which may or may not be merged please first check current [opening issues](https://github.com/jsforce/jsforce/issues?q=is%3Aopen) with milestones and confirm whether the feature is on road map or not.\n\nIf your feature implementation is brand-new or fixing unsupposed bugs in the library's test cases, please include additional test codes in the `test/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsforce%2Fjsforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsforce%2Fjsforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsforce%2Fjsforce/lists"}