Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/prismic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def full_trace(e=self)
# @param [Hash] opts The options
# @option opts [String] :access_token (nil) The access_token
# @option opts :http_client (DefaultHTTPClient) The HTTP client to use
# @option opts :api_cache (nil) The caching object for the /api endpoint cache (for instance Prismic::Cache) to use
# @option opts :cache (nil) The caching object (for instance Prismic::Cache) to use, or false for no caching
# @overload api(url, access_token)
# Provide the access_token (only)
Expand Down