Skip to content

Commit

Permalink
Update module name in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-carl0s committed Feb 21, 2020
1 parent 63a3435 commit af53990
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# sfdcclient
Salesforce HTTP client using OAuth 2.0 JWT bearer token flow

sfdcclient is a golang package implementing a pseudo-wrapper to an HTTP client,
making use of the [Salesforce OAuth 2.0 JWT Bearer Flow for Server-to-Server](https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm&type=5)
authorization flow.

## Installation
`go get https://github.com/nicheinc/sfdcclient`

## Usage

```
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sfdcclient
module github.com/nicheinc/sfdcclient

go 1.13

Expand Down

0 comments on commit af53990

Please sign in to comment.