Skip to content

Commit 183dde9

Browse files
committed
readme
1 parent c3914df commit 183dde9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ client = ZendeskAPI::Client.new do |config|
6969
config.access_token = "your OAuth access token"
7070

7171
# Optional:
72+
# When the library initializes, it will fetch the ticket fields metadata
73+
# from the API and cache it for future requests.
74+
# You then have access to ticket field definitions through ticket.custom_field_symbol["field_key"]
75+
# Enabling this will add an extra API request during initialization.
76+
config.load_ticket_fields_metadata = true # Default: false
7277

78+
7379
# Retry uses middleware to notify the user
7480
# when hitting the rate limit, sleep automatically,
7581
# then retry the request.

0 commit comments

Comments
 (0)