You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# goforce
1
+
# go-sfdc
2
2
This is a `golang` library for interfacing with `Salesforce` APIs.
3
3
4
4
## Usage
@@ -19,7 +19,7 @@ The configuration defines several parameters that can be used by the library. T
19
19
*`Version` - is the `Salesforce` version. Please refer to [`Salesforce` documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm) to make sure that `APIs` are supported in the version that is specified.
Copy file name to clipboardexpand all lines: composite/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The `sobject` package is an implementation of `Salesforce APIs` centered on `Com
10
10
As a reference, see `Salesforce API`[documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm)
11
11
12
12
## Examples
13
-
The following are examples to access the `APIs`. It is assumed that a `goforce`[session](../session/README.md) has been created.
13
+
The following are examples to access the `APIs`. It is assumed that a `sfdc`[session](../session/README.md) has been created.
Copy file name to clipboardexpand all lines: credentials/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Credentials
2
2
[back](../README.md)
3
3
4
-
To access `Salesforce APIs`, there needs to be authentication between the client and the org. `goforce` uses [OAuth 2.0](https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&type=5) and this package provides the credentials needed to authenticate.
4
+
To access `Salesforce APIs`, there needs to be authentication between the client and the org. `go-sfdc` uses [OAuth 2.0](https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&type=5) and this package provides the credentials needed to authenticate.
5
5
6
6
The user is able to use the `Providers` that are part of this package, or implement one of their own. This allows for extendability beyond what is currently supported.
Copy file name to clipboardexpand all lines: sobject/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The `sobject` package is an implementation of `Salesforce APIs` centered on `SOb
20
20
As a reference, see `Salesforce API`[documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm)
21
21
22
22
## Examples
23
-
The following are examples to access the `APIs`. It is assumed that a `goforce`[session](../session/README.md) has been created.
23
+
The following are examples to access the `APIs`. It is assumed that a `go-sfdc`[session](../session/README.md) has been created.
Copy file name to clipboardexpand all lines: sobject/collections/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The `collection` package is an implementation of `Salesforce APIs` centered on `
10
10
As a reference, see `Salesforce API`[documentation](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm)
11
11
12
12
## Examples
13
-
The following are examples to access the `APIs`. It is assumed that a `goforce`[session](../../session/README.md) has been created.
13
+
The following are examples to access the `APIs`. It is assumed that a `go-sfdc`[session](../../session/README.md) has been created.
0 commit comments