go-sfdc

go-sfdc is a library used to interface to Salesforce APIs using golang

  • Owner: g8rswimmer/go-sfdc
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

go-sfdc

This is a golang library for interfacing with Salesforce APIs.

Getting Started

Installing

To start using GO-SFDC, install GO and run go get

go get -u github.com/g8rswimmer/go-sfdc

This will retrieve the library.

Usage

To use this library, the following will need to be done.

Configuration

The configuration defines several parameters that can be used by the library. The configuration is used per session.

  • Credentials - this is an implementation of the credentials.Provider interface
  • Client - the HTTP client used by the APIs
  • Version - is the Salesforce version. Please refer to Salesforce documentation to make sure that APIs are supported in the version that is specified.

Example

config := sfdc.Configuration{
	Credentials: credentials.NewPasswordCredentials(creds),
	Client:      salesforceHTTPClient,
	Version:     44,
}

License

GO-SFDC source code is available under the MIT License

Main metrics

Overview
Name With Ownerg8rswimmer/go-sfdc
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2019-03-26 02:07:25
Pushed At2024-06-20 19:42:38
Last Commit At2020-12-01 21:11:51
Release Count4
Last Release Namev2.0.1 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count68
Watchers Count10
Fork Count42
Commits Count29
Has Issues Enabled
Issues Count21
Issue Open Count10
Pull Requests Count27
Pull Requests Open Count8
Pull Requests Close Count8
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private