dropbox_api 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +20 -0
- data/TODO.md +8 -0
- data/docs/DropboxApi/Authenticator.html +8 -14
- data/docs/DropboxApi/ChunkedUploader.html +2 -2
- data/docs/DropboxApi/Client.html +344 -16
- data/docs/DropboxApi/ConnectionBuilder.html +259 -24
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +5 -5
- data/docs/DropboxApi/Endpoints/Auth.html +2 -2
- data/docs/DropboxApi/Endpoints/Base.html +88 -7
- data/docs/DropboxApi/Endpoints/ContentDownload.html +22 -33
- data/docs/DropboxApi/Endpoints/ContentUpload.html +22 -33
- data/docs/DropboxApi/Endpoints/Files/Copy.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Delete.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Download.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +6 -6
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +6 -6
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Move.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Restore.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Search.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SearchContinue.html +300 -0
- data/docs/DropboxApi/Endpoints/Files/Upload.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +5 -5
- data/docs/DropboxApi/Endpoints/Files.html +4 -4
- data/docs/DropboxApi/Endpoints/Rpc.html +23 -34
- data/docs/DropboxApi/Endpoints/RpcContent.html +21 -26
- data/docs/DropboxApi/Endpoints/RpcNotify.html +21 -26
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing.html +2 -2
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +5 -5
- data/docs/DropboxApi/Endpoints/Users.html +2 -2
- data/docs/DropboxApi/Endpoints.html +2 -2
- data/docs/DropboxApi/Errors/AddFileMemberError.html +2 -2
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +2 -2
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +2 -2
- data/docs/DropboxApi/Errors/AlreadySharedError.html +2 -2
- data/docs/DropboxApi/Errors/BadPathError.html +2 -2
- data/docs/DropboxApi/Errors/BasicError.html +3 -3
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +2 -2
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +2 -2
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ConversionError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFolderBatchError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +2 -2
- data/docs/DropboxApi/Errors/CursorClosedError.html +2 -2
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +2 -2
- data/docs/DropboxApi/Errors/DeleteError.html +2 -2
- data/docs/DropboxApi/Errors/DisallowedNameError.html +2 -2
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +2 -2
- data/docs/DropboxApi/Errors/DownloadError.html +2 -2
- data/docs/DropboxApi/Errors/DownloadFailedError.html +2 -2
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +2 -2
- data/docs/DropboxApi/Errors/ExpiredAccessTokenError.html +143 -0
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +2 -2
- data/docs/DropboxApi/Errors/FileConflictError.html +2 -2
- data/docs/DropboxApi/Errors/FileMemberActionError.html +2 -2
- data/docs/DropboxApi/Errors/FolderConflictError.html +2 -2
- data/docs/DropboxApi/Errors/GetAccountError.html +2 -2
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/GetMetadataError.html +2 -2
- data/docs/DropboxApi/Errors/GroupDeletedError.html +2 -2
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +2 -2
- data/docs/DropboxApi/Errors/HttpError.html +2 -2
- data/docs/DropboxApi/Errors/InProgressError.html +2 -2
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +2 -2
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +2 -2
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +2 -2
- data/docs/DropboxApi/Errors/InternalError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCommentError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCursorError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidEmailError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidFileError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidIdError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidMemberError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidPathError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidUrlError.html +2 -2
- data/docs/DropboxApi/Errors/IsAppFolderError.html +2 -2
- data/docs/DropboxApi/Errors/IsFileError.html +2 -2
- data/docs/DropboxApi/Errors/IsFolderError.html +2 -2
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +2 -2
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +2 -2
- data/docs/DropboxApi/Errors/ListRevisionsError.html +2 -2
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +2 -2
- data/docs/DropboxApi/Errors/LookupError.html +2 -2
- data/docs/DropboxApi/Errors/MalformedPathError.html +2 -2
- data/docs/DropboxApi/Errors/NoAccountError.html +2 -2
- data/docs/DropboxApi/Errors/NoPermissionError.html +2 -2
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +2 -2
- data/docs/DropboxApi/Errors/NotAMemberError.html +2 -2
- data/docs/DropboxApi/Errors/NotFileError.html +2 -2
- data/docs/DropboxApi/Errors/NotFolderError.html +2 -2
- data/docs/DropboxApi/Errors/NotFoundError.html +2 -2
- data/docs/DropboxApi/Errors/PollError.html +2 -2
- data/docs/DropboxApi/Errors/PreviewError.html +2 -2
- data/docs/DropboxApi/Errors/RateLimitError.html +2 -2
- data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +2 -2
- data/docs/DropboxApi/Errors/RelocationError.html +2 -2
- data/docs/DropboxApi/Errors/RestoreError.html +2 -2
- data/docs/DropboxApi/Errors/RestrictedContentError.html +2 -2
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +2 -2
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/SaveUrlError.html +2 -2
- data/docs/DropboxApi/Errors/SearchError.html +2 -2
- data/docs/DropboxApi/Errors/SettingsError.html +2 -2
- data/docs/DropboxApi/Errors/ShareFolderError.html +2 -2
- data/docs/DropboxApi/Errors/SharePathError.html +2 -2
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +2 -2
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +2 -2
- data/docs/DropboxApi/Errors/SharingUserError.html +2 -2
- data/docs/DropboxApi/Errors/TeamFolderError.html +2 -2
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +2 -2
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +2 -2
- data/docs/DropboxApi/Errors/ThumbnailError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyFilesError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyMembersError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +2 -2
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +2 -2
- data/docs/DropboxApi/Errors/UnmountedError.html +2 -2
- data/docs/DropboxApi/Errors/UnshareFileError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +2 -2
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +2 -2
- data/docs/DropboxApi/Errors/UploadError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +2 -2
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +2 -2
- data/docs/DropboxApi/Errors/WriteConflictError.html +2 -2
- data/docs/DropboxApi/Errors/WriteError.html +2 -2
- data/docs/DropboxApi/Errors.html +4 -4
- data/docs/DropboxApi/Metadata/AccessLevel.html +2 -2
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +2 -2
- data/docs/DropboxApi/Metadata/AddMember.html +2 -2
- data/docs/DropboxApi/Metadata/Base.html +3 -3
- data/docs/DropboxApi/Metadata/BasicAccount.html +8 -3
- data/docs/DropboxApi/Metadata/CommitInfo.html +2 -2
- data/docs/DropboxApi/Metadata/Deleted.html +2 -2
- data/docs/DropboxApi/Metadata/Dimensions.html +2 -2
- data/docs/DropboxApi/Metadata/Field.html +2 -2
- data/docs/DropboxApi/Metadata/File.html +2 -2
- data/docs/DropboxApi/Metadata/FileCategoriesList.html +2 -2
- data/docs/DropboxApi/Metadata/FileCategory.html +2 -2
- data/docs/DropboxApi/Metadata/FileExtensionsList.html +2 -2
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/FileMemberAction.html +2 -2
- data/docs/DropboxApi/Metadata/FileRequest.html +2 -2
- data/docs/DropboxApi/Metadata/FileStatus.html +2 -2
- data/docs/DropboxApi/Metadata/Folder.html +2 -2
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +2 -2
- data/docs/DropboxApi/Metadata/LinkPermissions.html +2 -2
- data/docs/DropboxApi/Metadata/Location.html +2 -2
- data/docs/DropboxApi/Metadata/MediaInfo.html +2 -2
- data/docs/DropboxApi/Metadata/MediaMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/Member.html +2 -2
- data/docs/DropboxApi/Metadata/MemberAction.html +2 -2
- data/docs/DropboxApi/Metadata/MemberActionList.html +2 -2
- data/docs/DropboxApi/Metadata/MemberPermission.html +2 -2
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +2 -2
- data/docs/DropboxApi/Metadata/MetadataV2.html +2 -2
- data/docs/DropboxApi/Metadata/Name.html +2 -2
- data/docs/DropboxApi/Metadata/NamespaceId.html +210 -0
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +2 -2
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/Resource.html +2 -2
- data/docs/DropboxApi/Metadata/RootInfo.html +227 -0
- data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +2 -2
- data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +2 -2
- data/docs/DropboxApi/Metadata/SearchMatchV2.html +2 -2
- data/docs/DropboxApi/Metadata/SearchOptions.html +2 -2
- data/docs/DropboxApi/Metadata/SearchOrderBy.html +2 -2
- data/docs/DropboxApi/Metadata/SharedFolder.html +2 -2
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +2 -2
- data/docs/DropboxApi/Metadata/SharedLink.html +2 -2
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +2 -2
- data/docs/DropboxApi/Metadata/SpaceUsage.html +2 -2
- data/docs/DropboxApi/Metadata/Tag.html +2 -2
- data/docs/DropboxApi/Metadata/Team.html +2 -2
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +2 -2
- data/docs/DropboxApi/Metadata/TeamRootInfo.html +140 -0
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +2 -2
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +2 -2
- data/docs/DropboxApi/Metadata/UserRootInfo.html +140 -0
- data/docs/DropboxApi/Metadata/VideoMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/WriteMode.html +2 -2
- data/docs/DropboxApi/Metadata.html +4 -4
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +2 -2
- data/docs/DropboxApi/MiddleWare/PathRoot.html +412 -0
- data/docs/DropboxApi/MiddleWare/Stack.html +2 -2
- data/docs/DropboxApi/MiddleWare.html +4 -4
- data/docs/DropboxApi/OptionsValidator.html +3 -3
- data/docs/DropboxApi/ResultBuilder.html +2 -2
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +2 -2
- data/docs/DropboxApi/Results/Base.html +2 -2
- data/docs/DropboxApi/Results/BasicAccountBatch.html +2 -2
- data/docs/DropboxApi/Results/CopyBatchResult.html +2 -2
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +2 -2
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/DeleteBatchResult.html +2 -2
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +2 -2
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +2 -2
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderResult.html +2 -2
- data/docs/DropboxApi/Results/ListRevisionsResult.html +2 -2
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +2 -2
- data/docs/DropboxApi/Results/RelocationBatchResult.html +2 -2
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +2 -2
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +2 -2
- data/docs/DropboxApi/Results/SaveUrlResult.html +2 -2
- data/docs/DropboxApi/Results/Search/Match.html +2 -2
- data/docs/DropboxApi/Results/Search.html +2 -2
- data/docs/DropboxApi/Results/SearchV2Result.html +6 -6
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +2 -2
- data/docs/DropboxApi/Results/SharedFileMembers.html +2 -2
- data/docs/DropboxApi/Results/SharedFolderMembers.html +2 -2
- data/docs/DropboxApi/Results/UploadSessionStart.html +2 -2
- data/docs/DropboxApi/Results/VoidResult.html +2 -2
- data/docs/DropboxApi/Results.html +2 -2
- data/docs/DropboxApi.html +3 -3
- data/docs/DropboxScaffoldBuilder.html +2 -2
- data/docs/_index.html +61 -12
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +110 -24
- data/docs/file.api_coverage.html +2 -2
- data/docs/file.rails_setup.html +2 -2
- data/docs/index.html +110 -24
- data/docs/method_list.html +437 -325
- data/docs/top-level-namespace.html +2 -2
- data/dropbox_api.gemspec +2 -6
- data/lib/dropbox_api/connection_builder.rb +1 -1
- data/lib/dropbox_api/endpoints/rpc_notify.rb +1 -1
- data/lib/dropbox_api/version.rb +1 -1
- metadata +15 -78
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../ContentUpload.html" title="DropboxApi::Endpoints::ContentUpload (class)">ContentUpload</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../ContentUpload.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../ContentUpload.html#build_connection-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../ContentUpload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../ContentUpload.html#perform_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#perform_request (method)">#perform_request</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -340,9 +340,9 @@ that you can use to continue the upload afterwards.</p>
|
|
|
340
340
|
</div>
|
|
341
341
|
|
|
342
342
|
<div id="footer">
|
|
343
|
-
Generated on
|
|
343
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
344
344
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
345
|
-
0.9.26 (ruby-2.5
|
|
345
|
+
0.9.26 (ruby-2.6.5).
|
|
346
346
|
</div>
|
|
347
347
|
|
|
348
348
|
</div>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<dl>
|
|
80
80
|
<dt>Defined in:</dt>
|
|
81
81
|
<dd>lib/dropbox_api/endpoints/files/copy.rb<span class="defines">,<br />
|
|
82
|
-
lib/dropbox_api/endpoints/files/move.rb,<br /> lib/dropbox_api/endpoints/files/delete.rb,<br /> lib/dropbox_api/endpoints/files/search.rb,<br /> lib/dropbox_api/endpoints/files/upload.rb,<br /> lib/dropbox_api/endpoints/files/restore.rb,<br /> lib/dropbox_api/endpoints/files/download.rb,<br /> lib/dropbox_api/endpoints/files/save_url.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_preview.rb,<br /> lib/dropbox_api/endpoints/files/list_folder.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_metadata.rb,<br /> lib/dropbox_api/endpoints/files/create_folder.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail.rb,<br /> lib/dropbox_api/endpoints/files/list_revisions.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_get.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/get_temporary_link.rb,<br /> lib/dropbox_api/endpoints/files/permanently_delete.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_save.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_continue.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_longpoll.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_start.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_finish.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_append_v2.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/save_url_check_job_status.rb,<br /> lib/dropbox_api/endpoints/file_requests/create_file_request.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb</span>
|
|
82
|
+
lib/dropbox_api/endpoints/files/move.rb,<br /> lib/dropbox_api/endpoints/files/delete.rb,<br /> lib/dropbox_api/endpoints/files/search.rb,<br /> lib/dropbox_api/endpoints/files/upload.rb,<br /> lib/dropbox_api/endpoints/files/restore.rb,<br /> lib/dropbox_api/endpoints/files/download.rb,<br /> lib/dropbox_api/endpoints/files/save_url.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_preview.rb,<br /> lib/dropbox_api/endpoints/files/list_folder.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_metadata.rb,<br /> lib/dropbox_api/endpoints/files/create_folder.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail.rb,<br /> lib/dropbox_api/endpoints/files/list_revisions.rb,<br /> lib/dropbox_api/endpoints/files/search_continue.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_get.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/get_temporary_link.rb,<br /> lib/dropbox_api/endpoints/files/permanently_delete.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_save.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_continue.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_longpoll.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_start.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_finish.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_append_v2.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/save_url_check_job_status.rb,<br /> lib/dropbox_api/endpoints/file_requests/create_file_request.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb</span>
|
|
83
83
|
</dd>
|
|
84
84
|
</dl>
|
|
85
85
|
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/Download.html" title="DropboxApi::Endpoints::Files::Download (class)">Download</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">GetMetadata</a></span>, <span class='object_link'><a href="Files/GetPreview.html" title="DropboxApi::Endpoints::Files::GetPreview (class)">GetPreview</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">GetThumbnail</a></span>, <span class='object_link'><a href="Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">GetThumbnailBatch</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">ListFolderLongpoll</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Search</a></span>, <span class='object_link'><a href="Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Upload</a></span>, <span class='object_link'><a href="Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">UploadSessionFinish</a></span>, <span class='object_link'><a href="Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">UploadSessionStart</a></span>
|
|
94
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/Download.html" title="DropboxApi::Endpoints::Files::Download (class)">Download</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">GetMetadata</a></span>, <span class='object_link'><a href="Files/GetPreview.html" title="DropboxApi::Endpoints::Files::GetPreview (class)">GetPreview</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">GetThumbnail</a></span>, <span class='object_link'><a href="Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">GetThumbnailBatch</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">ListFolderLongpoll</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Search</a></span>, <span class='object_link'><a href="Files/SearchContinue.html" title="DropboxApi::Endpoints::Files::SearchContinue (class)">SearchContinue</a></span>, <span class='object_link'><a href="Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Upload</a></span>, <span class='object_link'><a href="Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">UploadSessionFinish</a></span>, <span class='object_link'><a href="Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">UploadSessionStart</a></span>
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
</p>
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Wed Sep 29 23:44:24 2021 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.26 (ruby-2.5
|
|
112
|
+
0.9.26 (ruby-2.6.5).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
<div id="subclasses">
|
|
105
105
|
<h2>Direct Known Subclasses</h2>
|
|
106
|
-
<p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">Files::CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">Files::CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">Files::CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">Files::CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">Files::DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">Files::DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
|
|
106
|
+
<p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">Files::CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">Files::CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">Files::CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">Files::CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">Files::DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">Files::DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="Files/SearchContinue.html" title="DropboxApi::Endpoints::Files::SearchContinue (class)">Files::SearchContinue</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
<li class="public ">
|
|
124
124
|
<span class="summary_signature">
|
|
125
125
|
|
|
126
|
-
<a href="#
|
|
126
|
+
<a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> ⇒ Object </a>
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
|
|
@@ -145,15 +145,13 @@
|
|
|
145
145
|
<li class="public ">
|
|
146
146
|
<span class="summary_signature">
|
|
147
147
|
|
|
148
|
-
<a href="#
|
|
148
|
+
<a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params) ⇒ Object </a>
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
|
|
152
152
|
</span>
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
<span class="note title constructor">constructor</span>
|
|
156
|
-
|
|
157
155
|
|
|
158
156
|
|
|
159
157
|
|
|
@@ -161,8 +159,7 @@
|
|
|
161
159
|
|
|
162
160
|
|
|
163
161
|
|
|
164
|
-
<span class="summary_desc"><div class='inline'
|
|
165
|
-
</div></span>
|
|
162
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
166
163
|
|
|
167
164
|
</li>
|
|
168
165
|
|
|
@@ -202,30 +199,29 @@
|
|
|
202
199
|
|
|
203
200
|
|
|
204
201
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
205
|
-
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
202
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
206
203
|
<div id="constructor_details" class="method_details_list">
|
|
207
204
|
<h2>Constructor Details</h2>
|
|
208
205
|
|
|
209
|
-
<
|
|
210
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
211
|
-
|
|
212
|
-
#<strong>initialize</strong>(builder) ⇒ <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></tt>
|
|
206
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
213
207
|
|
|
208
|
+
</div>
|
|
214
209
|
|
|
215
|
-
|
|
216
210
|
|
|
217
|
-
|
|
218
|
-
</
|
|
219
|
-
<div class="discussion">
|
|
220
|
-
<p>Returns a new instance of Rpc.</p>
|
|
211
|
+
<div id="instance_method_details" class="method_details_list">
|
|
212
|
+
<h2>Instance Method Details</h2>
|
|
221
213
|
|
|
214
|
+
|
|
215
|
+
<div class="method_details first">
|
|
216
|
+
<h3 class="signature first" id="build_connection-instance_method">
|
|
217
|
+
|
|
218
|
+
#<strong>build_connection</strong> ⇒ <tt>Object</tt>
|
|
219
|
+
|
|
222
220
|
|
|
223
|
-
</div>
|
|
224
|
-
</div>
|
|
225
|
-
<div class="tags">
|
|
226
221
|
|
|
227
222
|
|
|
228
|
-
|
|
223
|
+
|
|
224
|
+
</h3>
|
|
229
225
|
<table class="source_code">
|
|
230
226
|
<tr>
|
|
231
227
|
<td>
|
|
@@ -241,8 +237,8 @@
|
|
|
241
237
|
<td>
|
|
242
238
|
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc.rb', line 4</span>
|
|
243
239
|
|
|
244
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
245
|
-
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='
|
|
240
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
|
|
241
|
+
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>https://api.dropboxapi.com</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
|
|
246
242
|
<span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
|
|
247
243
|
<span class='kw'>end</span>
|
|
248
244
|
<span class='kw'>end</span></pre>
|
|
@@ -250,16 +246,9 @@
|
|
|
250
246
|
</tr>
|
|
251
247
|
</table>
|
|
252
248
|
</div>
|
|
253
|
-
|
|
254
|
-
</div>
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
<div id="instance_method_details" class="method_details_list">
|
|
258
|
-
<h2>Instance Method Details</h2>
|
|
259
|
-
|
|
260
249
|
|
|
261
|
-
<div class="method_details
|
|
262
|
-
<h3 class="signature
|
|
250
|
+
<div class="method_details ">
|
|
251
|
+
<h3 class="signature " id="build_request-instance_method">
|
|
263
252
|
|
|
264
253
|
#<strong>build_request</strong>(params) ⇒ <tt>Object</tt>
|
|
265
254
|
|
|
@@ -343,9 +332,9 @@
|
|
|
343
332
|
</div>
|
|
344
333
|
|
|
345
334
|
<div id="footer">
|
|
346
|
-
Generated on
|
|
335
|
+
Generated on Wed Sep 29 23:44:25 2021 by
|
|
347
336
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
348
|
-
0.9.26 (ruby-2.5
|
|
337
|
+
0.9.26 (ruby-2.6.5).
|
|
349
338
|
</div>
|
|
350
339
|
|
|
351
340
|
</div>
|
|
@@ -125,15 +125,13 @@
|
|
|
125
125
|
<li class="public ">
|
|
126
126
|
<span class="summary_signature">
|
|
127
127
|
|
|
128
|
-
<a href="#
|
|
128
|
+
<a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> ⇒ Object </a>
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
</span>
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
<span class="note title constructor">constructor</span>
|
|
136
|
-
|
|
137
135
|
|
|
138
136
|
|
|
139
137
|
|
|
@@ -141,8 +139,7 @@
|
|
|
141
139
|
|
|
142
140
|
|
|
143
141
|
|
|
144
|
-
<span class="summary_desc"><div class='inline'
|
|
145
|
-
</div></span>
|
|
142
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
146
143
|
|
|
147
144
|
</li>
|
|
148
145
|
|
|
@@ -171,30 +168,29 @@
|
|
|
171
168
|
|
|
172
169
|
|
|
173
170
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
174
|
-
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
171
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
175
172
|
<div id="constructor_details" class="method_details_list">
|
|
176
173
|
<h2>Constructor Details</h2>
|
|
177
174
|
|
|
178
|
-
<
|
|
179
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
180
|
-
|
|
181
|
-
#<strong>initialize</strong>(builder) ⇒ <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span></tt>
|
|
175
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
182
176
|
|
|
177
|
+
</div>
|
|
183
178
|
|
|
184
|
-
|
|
185
179
|
|
|
186
|
-
|
|
187
|
-
</
|
|
188
|
-
<div class="discussion">
|
|
189
|
-
<p>Returns a new instance of RpcContent.</p>
|
|
180
|
+
<div id="instance_method_details" class="method_details_list">
|
|
181
|
+
<h2>Instance Method Details</h2>
|
|
190
182
|
|
|
183
|
+
|
|
184
|
+
<div class="method_details first">
|
|
185
|
+
<h3 class="signature first" id="build_connection-instance_method">
|
|
186
|
+
|
|
187
|
+
#<strong>build_connection</strong> ⇒ <tt>Object</tt>
|
|
188
|
+
|
|
191
189
|
|
|
192
|
-
</div>
|
|
193
|
-
</div>
|
|
194
|
-
<div class="tags">
|
|
195
190
|
|
|
196
191
|
|
|
197
|
-
|
|
192
|
+
|
|
193
|
+
</h3>
|
|
198
194
|
<table class="source_code">
|
|
199
195
|
<tr>
|
|
200
196
|
<td>
|
|
@@ -210,8 +206,8 @@
|
|
|
210
206
|
<td>
|
|
211
207
|
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc_content.rb', line 4</span>
|
|
212
208
|
|
|
213
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
214
|
-
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='
|
|
209
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
|
|
210
|
+
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
|
|
215
211
|
<span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
|
|
216
212
|
<span class='kw'>end</span>
|
|
217
213
|
<span class='kw'>end</span></pre>
|
|
@@ -219,16 +215,15 @@
|
|
|
219
215
|
</tr>
|
|
220
216
|
</table>
|
|
221
217
|
</div>
|
|
222
|
-
|
|
223
|
-
</div>
|
|
224
|
-
|
|
218
|
+
|
|
219
|
+
</div>
|
|
225
220
|
|
|
226
221
|
</div>
|
|
227
222
|
|
|
228
223
|
<div id="footer">
|
|
229
|
-
Generated on
|
|
224
|
+
Generated on Wed Sep 29 23:44:26 2021 by
|
|
230
225
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
231
|
-
0.9.26 (ruby-2.5
|
|
226
|
+
0.9.26 (ruby-2.6.5).
|
|
232
227
|
</div>
|
|
233
228
|
|
|
234
229
|
</div>
|
|
@@ -125,15 +125,13 @@
|
|
|
125
125
|
<li class="public ">
|
|
126
126
|
<span class="summary_signature">
|
|
127
127
|
|
|
128
|
-
<a href="#
|
|
128
|
+
<a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> ⇒ Object </a>
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
</span>
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
<span class="note title constructor">constructor</span>
|
|
136
|
-
|
|
137
135
|
|
|
138
136
|
|
|
139
137
|
|
|
@@ -141,8 +139,7 @@
|
|
|
141
139
|
|
|
142
140
|
|
|
143
141
|
|
|
144
|
-
<span class="summary_desc"><div class='inline'
|
|
145
|
-
</div></span>
|
|
142
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
146
143
|
|
|
147
144
|
</li>
|
|
148
145
|
|
|
@@ -171,30 +168,29 @@
|
|
|
171
168
|
|
|
172
169
|
|
|
173
170
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
174
|
-
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
171
|
+
<p class="inherited"><span class='object_link'><a href="Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
175
172
|
<div id="constructor_details" class="method_details_list">
|
|
176
173
|
<h2>Constructor Details</h2>
|
|
177
174
|
|
|
178
|
-
<
|
|
179
|
-
<h3 class="signature first" id="initialize-instance_method">
|
|
180
|
-
|
|
181
|
-
#<strong>initialize</strong>(builder) ⇒ <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span></tt>
|
|
175
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
182
176
|
|
|
177
|
+
</div>
|
|
183
178
|
|
|
184
|
-
|
|
185
179
|
|
|
186
|
-
|
|
187
|
-
</
|
|
188
|
-
<div class="discussion">
|
|
189
|
-
<p>Returns a new instance of RpcNotify.</p>
|
|
180
|
+
<div id="instance_method_details" class="method_details_list">
|
|
181
|
+
<h2>Instance Method Details</h2>
|
|
190
182
|
|
|
183
|
+
|
|
184
|
+
<div class="method_details first">
|
|
185
|
+
<h3 class="signature first" id="build_connection-instance_method">
|
|
186
|
+
|
|
187
|
+
#<strong>build_connection</strong> ⇒ <tt>Object</tt>
|
|
188
|
+
|
|
191
189
|
|
|
192
|
-
</div>
|
|
193
|
-
</div>
|
|
194
|
-
<div class="tags">
|
|
195
190
|
|
|
196
191
|
|
|
197
|
-
|
|
192
|
+
|
|
193
|
+
</h3>
|
|
198
194
|
<table class="source_code">
|
|
199
195
|
<tr>
|
|
200
196
|
<td>
|
|
@@ -212,8 +208,8 @@
|
|
|
212
208
|
<td>
|
|
213
209
|
<pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc_notify.rb', line 4</span>
|
|
214
210
|
|
|
215
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
216
|
-
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='
|
|
211
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
|
|
212
|
+
<span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>https://notify.dropboxapi.com</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
|
|
217
213
|
<span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Authorization</span><span class='tstring_end'>'</span></span>
|
|
218
214
|
|
|
219
215
|
<span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
|
|
@@ -223,16 +219,15 @@
|
|
|
223
219
|
</tr>
|
|
224
220
|
</table>
|
|
225
221
|
</div>
|
|
226
|
-
|
|
227
|
-
</div>
|
|
228
|
-
|
|
222
|
+
|
|
223
|
+
</div>
|
|
229
224
|
|
|
230
225
|
</div>
|
|
231
226
|
|
|
232
227
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
228
|
+
Generated on Wed Sep 29 23:44:25 2021 by
|
|
234
229
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
|
-
0.9.26 (ruby-2.5
|
|
230
|
+
0.9.26 (ruby-2.6.5).
|
|
236
231
|
</div>
|
|
237
232
|
|
|
238
233
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -405,9 +405,9 @@ display to added members in their invitation. This field is optional.</p>
|
|
|
405
405
|
</div>
|
|
406
406
|
|
|
407
407
|
<div id="footer">
|
|
408
|
-
Generated on
|
|
408
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
409
409
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
410
|
-
0.9.26 (ruby-2.5
|
|
410
|
+
0.9.26 (ruby-2.6.5).
|
|
411
411
|
</div>
|
|
412
412
|
|
|
413
413
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -390,9 +390,9 @@ added members in their invitation. This field is optional.</p>
|
|
|
390
390
|
</div>
|
|
391
391
|
|
|
392
392
|
<div id="footer">
|
|
393
|
-
Generated on
|
|
393
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
394
394
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
395
|
-
0.9.26 (ruby-2.5
|
|
395
|
+
0.9.26 (ruby-2.6.5).
|
|
396
396
|
</div>
|
|
397
397
|
|
|
398
398
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -403,9 +403,9 @@ the link won't expire. This field is optional.</p>
|
|
|
403
403
|
</div>
|
|
404
404
|
|
|
405
405
|
<div id="footer">
|
|
406
|
-
Generated on
|
|
406
|
+
Generated on Wed Sep 29 23:44:28 2021 by
|
|
407
407
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
408
|
-
0.9.26 (ruby-2.5
|
|
408
|
+
0.9.26 (ruby-2.6.5).
|
|
409
409
|
</div>
|
|
410
410
|
|
|
411
411
|
</div>
|