Skip to content

Commit

Permalink
Merge pull request #578 from zendesk/update-readme
Browse files Browse the repository at this point in the history
Update API and auth token info in readme file
  • Loading branch information
Zendesk-NathanBellette committed Jul 12, 2024
2 parents 63f0ffe + dd3c43c commit 127d3f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ client = ZendeskAPI::Client.new do |config|
config.username = "[email protected]"

# Choose one of the following depending on your authentication choice
# More information on obtaining API tokens can be found here:
# https://developer.zendesk.com/api-reference/introduction/security-and-auth/#api-token
config.token = "your zendesk token"
config.password = "your zendesk password"

# OAuth Authentication
# More information on obtaining OAuth access tokens can be found here:
# https://developer.zendesk.com/api-reference/introduction/security-and-auth/#oauth-access-token
config.access_token = "your OAuth access token"

# Optional:
Expand Down

0 comments on commit 127d3f8

Please sign in to comment.