We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f0ffe + dd3c43c commit 127d3f8Copy full SHA for 127d3f8
README.md
@@ -60,10 +60,13 @@ client = ZendeskAPI::Client.new do |config|
60
config.username = "[email protected]"
61
62
# Choose one of the following depending on your authentication choice
63
+ # More information on obtaining API tokens can be found here:
64
+ # https://developer.zendesk.com/api-reference/introduction/security-and-auth/#api-token
65
config.token = "your zendesk token"
- config.password = "your zendesk password"
66
67
# OAuth Authentication
68
+ # More information on obtaining OAuth access tokens can be found here:
69
+ # https://developer.zendesk.com/api-reference/introduction/security-and-auth/#oauth-access-token
70
config.access_token = "your OAuth access token"
71
72
# Optional:
0 commit comments