{"id":15792822,"url":"https://github.com/grokify/go-salesforce","last_synced_at":"2025-06-22T19:37:11.036Z","repository":{"id":34284849,"uuid":"38173642","full_name":"grokify/go-salesforce","owner":"grokify","description":"Library to download and manipulate Salesforce data on the file system","archived":false,"fork":false,"pushed_at":"2025-06-15T21:05:33.000Z","size":369,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T22:35:04.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/grokify.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,"zenodo":null}},"created_at":"2015-06-27T20:07:51.000Z","updated_at":"2025-06-15T21:05:31.000Z","dependencies_parsed_at":"2023-10-16T23:59:53.596Z","dependency_job_id":"b276799f-9e94-40a0-adc7-d4f49bbc1691","html_url":"https://github.com/grokify/go-salesforce","commit_stats":{"total_commits":140,"total_committers":4,"mean_commits":35.0,"dds":"0.24285714285714288","last_synced_commit":"2762080767c38342faecd350afc133e560b307d0"},"previous_names":["grokify/salesforce-fsdb-go"],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/grokify/go-salesforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-salesforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-salesforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-salesforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-salesforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/go-salesforce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgo-salesforce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261353840,"owners_count":23146305,"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-10-04T23:04:54.631Z","updated_at":"2025-06-22T19:37:06.018Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Salesforce\n\n[![Build Status][build-status-svg]][build-status-url]\n[![Lint Status][lint-status-svg]][lint-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n\nThis package provides a number of Salesforce helpers in Go:\n\n* `apex` performs Apex codegen, specifically for sending email.\n* `fsdb` provides a Golang SDK and filesystem cache for Salesforce using the Salesforce REST API.\n* `sobjects` provides basic structs for Salesforce.\n* `workbench` provies a basic XML reader for https://workbench.developerforce.com\n\nFor OAuth 2.0 helpers for the Salesforce API, see [`goauth/salesforce`](https://github.com/grokify/goauth/tree/master/salesforce).\n\n## Reference Files\n\n### Entity Prefixes\n\nThe `entityprefixes.csv` file contains the prefixes from the Salesforce Standard Field Record ID Prefix Decoder, Knowledge Article Number: 000005995. This webpage is located here:\n\n[https://help.salesforce.com/apex/HTViewSolution?urlname=Standard-Field-Record-ID-Prefix-Decoder\u0026language=en_US](https://help.salesforce.com/apex/HTViewSolution?urlname=Standard-Field-Record-ID-Prefix-Decoder\u0026language=en_US)\n\nFor more see Daniel Ballinger's website as mentioned by Salesforce:\n\n* [Obscure Salesforce object key prefixes](http://www.fishofprey.com/2011/09/obscure-salesforce-object-key-prefixes.html)\n\n## Tools\n\n### Salesforce CLI:\n\n* https://developer.salesforce.com/tools/sfdxcli\n* https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm\n\n### VS Code Extension\n\nhttps://salesforcedx-vscode.netlify.app/tools/vscode/en/getting-started/install\n\n## Contributing\n\nFeatures, Issues, and Pull Requests are always welcome.\n\n [build-status-svg]: https://github.com/grokify/go-salesforce/workflows/test/badge.svg\n [build-status-url]: https://github.com/grokify/go-salesforce/actions/workflows/test.yaml\n [lint-status-svg]: https://github.com/grokify/go-salesforce/workflows/lint/badge.svg\n [lint-status-url]: https://github.com/grokify/go-salesforce/actions/workflows/lint.yaml\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/go-salesforce\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/go-salesforce\n [codeclimate-status-svg]: https://codeclimate.com/github/grokify/go-salesforce/badges/gpa.svg\n [codeclimate-status-url]: https://codeclimate.com/github/grokify/go-salesforce\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/go-salesforce\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/go-salesforce\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/go-salesforce/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-salesforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fgo-salesforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgo-salesforce/lists"}