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.
Files changed (297) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +20 -0
  3. data/TODO.md +8 -0
  4. data/docs/DropboxApi/Authenticator.html +8 -14
  5. data/docs/DropboxApi/ChunkedUploader.html +2 -2
  6. data/docs/DropboxApi/Client.html +344 -16
  7. data/docs/DropboxApi/ConnectionBuilder.html +259 -24
  8. data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +5 -5
  9. data/docs/DropboxApi/Endpoints/Auth.html +2 -2
  10. data/docs/DropboxApi/Endpoints/Base.html +88 -7
  11. data/docs/DropboxApi/Endpoints/ContentDownload.html +22 -33
  12. data/docs/DropboxApi/Endpoints/ContentUpload.html +22 -33
  13. data/docs/DropboxApi/Endpoints/Files/Copy.html +5 -5
  14. data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +5 -5
  15. data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +5 -5
  16. data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +5 -5
  17. data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +5 -5
  18. data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +5 -5
  19. data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +5 -5
  20. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +5 -5
  21. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +5 -5
  22. data/docs/DropboxApi/Endpoints/Files/Delete.html +5 -5
  23. data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +5 -5
  24. data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +5 -5
  25. data/docs/DropboxApi/Endpoints/Files/Download.html +5 -5
  26. data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +5 -5
  27. data/docs/DropboxApi/Endpoints/Files/GetPreview.html +5 -5
  28. data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +5 -5
  29. data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +5 -5
  30. data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +6 -6
  31. data/docs/DropboxApi/Endpoints/Files/ListFolder.html +5 -5
  32. data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +5 -5
  33. data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +5 -5
  34. data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +6 -6
  35. data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +5 -5
  36. data/docs/DropboxApi/Endpoints/Files/Move.html +5 -5
  37. data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +5 -5
  38. data/docs/DropboxApi/Endpoints/Files/Restore.html +5 -5
  39. data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +5 -5
  40. data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +5 -5
  41. data/docs/DropboxApi/Endpoints/Files/Search.html +5 -5
  42. data/docs/DropboxApi/Endpoints/Files/SearchContinue.html +300 -0
  43. data/docs/DropboxApi/Endpoints/Files/Upload.html +5 -5
  44. data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +5 -5
  45. data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +5 -5
  46. data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +5 -5
  47. data/docs/DropboxApi/Endpoints/Files.html +4 -4
  48. data/docs/DropboxApi/Endpoints/Rpc.html +23 -34
  49. data/docs/DropboxApi/Endpoints/RpcContent.html +21 -26
  50. data/docs/DropboxApi/Endpoints/RpcNotify.html +21 -26
  51. data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +5 -5
  52. data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +5 -5
  53. data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +5 -5
  54. data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +5 -5
  55. data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +5 -5
  56. data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +5 -5
  57. data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +5 -5
  58. data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +5 -5
  59. data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +5 -5
  60. data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +5 -5
  61. data/docs/DropboxApi/Endpoints/Sharing.html +2 -2
  62. data/docs/DropboxApi/Endpoints/Users/GetAccount.html +5 -5
  63. data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +5 -5
  64. data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +5 -5
  65. data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +5 -5
  66. data/docs/DropboxApi/Endpoints/Users.html +2 -2
  67. data/docs/DropboxApi/Endpoints.html +2 -2
  68. data/docs/DropboxApi/Errors/AddFileMemberError.html +2 -2
  69. data/docs/DropboxApi/Errors/AddFolderMemberError.html +2 -2
  70. data/docs/DropboxApi/Errors/AddMemberSelectorError.html +2 -2
  71. data/docs/DropboxApi/Errors/AlreadySharedError.html +2 -2
  72. data/docs/DropboxApi/Errors/BadPathError.html +2 -2
  73. data/docs/DropboxApi/Errors/BasicError.html +3 -3
  74. data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +2 -2
  75. data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +2 -2
  76. data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +2 -2
  77. data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +2 -2
  78. data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +2 -2
  79. data/docs/DropboxApi/Errors/ConversionError.html +2 -2
  80. data/docs/DropboxApi/Errors/CreateFileRequestError.html +2 -2
  81. data/docs/DropboxApi/Errors/CreateFolderBatchError.html +2 -2
  82. data/docs/DropboxApi/Errors/CreateFolderError.html +2 -2
  83. data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +2 -2
  84. data/docs/DropboxApi/Errors/CursorClosedError.html +2 -2
  85. data/docs/DropboxApi/Errors/CursorNotClosedError.html +2 -2
  86. data/docs/DropboxApi/Errors/DeleteError.html +2 -2
  87. data/docs/DropboxApi/Errors/DisallowedNameError.html +2 -2
  88. data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +2 -2
  89. data/docs/DropboxApi/Errors/DownloadError.html +2 -2
  90. data/docs/DropboxApi/Errors/DownloadFailedError.html +2 -2
  91. data/docs/DropboxApi/Errors/EmailUnverifiedError.html +2 -2
  92. data/docs/DropboxApi/Errors/ExpiredAccessTokenError.html +143 -0
  93. data/docs/DropboxApi/Errors/FileAncestorConflictError.html +2 -2
  94. data/docs/DropboxApi/Errors/FileConflictError.html +2 -2
  95. data/docs/DropboxApi/Errors/FileMemberActionError.html +2 -2
  96. data/docs/DropboxApi/Errors/FolderConflictError.html +2 -2
  97. data/docs/DropboxApi/Errors/GetAccountError.html +2 -2
  98. data/docs/DropboxApi/Errors/GetCopyReferenceError.html +2 -2
  99. data/docs/DropboxApi/Errors/GetMetadataError.html +2 -2
  100. data/docs/DropboxApi/Errors/GroupDeletedError.html +2 -2
  101. data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +2 -2
  102. data/docs/DropboxApi/Errors/HttpError.html +2 -2
  103. data/docs/DropboxApi/Errors/InProgressError.html +2 -2
  104. data/docs/DropboxApi/Errors/InsideAppFolderError.html +2 -2
  105. data/docs/DropboxApi/Errors/InsideOsxPackageError.html +2 -2
  106. data/docs/DropboxApi/Errors/InsidePublicFolderError.html +2 -2
  107. data/docs/DropboxApi/Errors/InsideSharedFolderError.html +2 -2
  108. data/docs/DropboxApi/Errors/InsufficientPlanError.html +2 -2
  109. data/docs/DropboxApi/Errors/InsufficientSpaceError.html +2 -2
  110. data/docs/DropboxApi/Errors/InternalError.html +2 -2
  111. data/docs/DropboxApi/Errors/InvalidCommentError.html +2 -2
  112. data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +2 -2
  113. data/docs/DropboxApi/Errors/InvalidCursorError.html +2 -2
  114. data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +2 -2
  115. data/docs/DropboxApi/Errors/InvalidEmailError.html +2 -2
  116. data/docs/DropboxApi/Errors/InvalidFileError.html +2 -2
  117. data/docs/DropboxApi/Errors/InvalidIdError.html +2 -2
  118. data/docs/DropboxApi/Errors/InvalidMemberError.html +2 -2
  119. data/docs/DropboxApi/Errors/InvalidPathError.html +2 -2
  120. data/docs/DropboxApi/Errors/InvalidRevisionError.html +2 -2
  121. data/docs/DropboxApi/Errors/InvalidSettingsError.html +2 -2
  122. data/docs/DropboxApi/Errors/InvalidUrlError.html +2 -2
  123. data/docs/DropboxApi/Errors/IsAppFolderError.html +2 -2
  124. data/docs/DropboxApi/Errors/IsFileError.html +2 -2
  125. data/docs/DropboxApi/Errors/IsFolderError.html +2 -2
  126. data/docs/DropboxApi/Errors/IsOsxPackageError.html +2 -2
  127. data/docs/DropboxApi/Errors/IsPublicFolderError.html +2 -2
  128. data/docs/DropboxApi/Errors/ListFolderContinueError.html +2 -2
  129. data/docs/DropboxApi/Errors/ListFolderError.html +2 -2
  130. data/docs/DropboxApi/Errors/ListFolderLongpollError.html +2 -2
  131. data/docs/DropboxApi/Errors/ListRevisionsError.html +2 -2
  132. data/docs/DropboxApi/Errors/ListSharedLinksError.html +2 -2
  133. data/docs/DropboxApi/Errors/LookupError.html +2 -2
  134. data/docs/DropboxApi/Errors/MalformedPathError.html +2 -2
  135. data/docs/DropboxApi/Errors/NoAccountError.html +2 -2
  136. data/docs/DropboxApi/Errors/NoPermissionError.html +2 -2
  137. data/docs/DropboxApi/Errors/NoWritePermissionError.html +2 -2
  138. data/docs/DropboxApi/Errors/NotAMemberError.html +2 -2
  139. data/docs/DropboxApi/Errors/NotFileError.html +2 -2
  140. data/docs/DropboxApi/Errors/NotFolderError.html +2 -2
  141. data/docs/DropboxApi/Errors/NotFoundError.html +2 -2
  142. data/docs/DropboxApi/Errors/PollError.html +2 -2
  143. data/docs/DropboxApi/Errors/PreviewError.html +2 -2
  144. data/docs/DropboxApi/Errors/RateLimitError.html +2 -2
  145. data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +2 -2
  146. data/docs/DropboxApi/Errors/RelocationError.html +2 -2
  147. data/docs/DropboxApi/Errors/RestoreError.html +2 -2
  148. data/docs/DropboxApi/Errors/RestrictedContentError.html +2 -2
  149. data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +2 -2
  150. data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +2 -2
  151. data/docs/DropboxApi/Errors/SaveUrlError.html +2 -2
  152. data/docs/DropboxApi/Errors/SearchError.html +2 -2
  153. data/docs/DropboxApi/Errors/SettingsError.html +2 -2
  154. data/docs/DropboxApi/Errors/ShareFolderError.html +2 -2
  155. data/docs/DropboxApi/Errors/SharePathError.html +2 -2
  156. data/docs/DropboxApi/Errors/SharedFolderAccessError.html +2 -2
  157. data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +2 -2
  158. data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +2 -2
  159. data/docs/DropboxApi/Errors/SharedLinkError.html +2 -2
  160. data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +2 -2
  161. data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +2 -2
  162. data/docs/DropboxApi/Errors/SharingFileAccessError.html +2 -2
  163. data/docs/DropboxApi/Errors/SharingUserError.html +2 -2
  164. data/docs/DropboxApi/Errors/TeamFolderError.html +2 -2
  165. data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +2 -2
  166. data/docs/DropboxApi/Errors/ThumbnailBatchError.html +2 -2
  167. data/docs/DropboxApi/Errors/ThumbnailError.html +2 -2
  168. data/docs/DropboxApi/Errors/TooManyFilesError.html +2 -2
  169. data/docs/DropboxApi/Errors/TooManyMembersError.html +2 -2
  170. data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +2 -2
  171. data/docs/DropboxApi/Errors/TooManyRequestsError.html +2 -2
  172. data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +2 -2
  173. data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +2 -2
  174. data/docs/DropboxApi/Errors/UnmountedError.html +2 -2
  175. data/docs/DropboxApi/Errors/UnshareFileError.html +2 -2
  176. data/docs/DropboxApi/Errors/UnsupportedContentError.html +2 -2
  177. data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +2 -2
  178. data/docs/DropboxApi/Errors/UnsupportedImageError.html +2 -2
  179. data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +2 -2
  180. data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +2 -2
  181. data/docs/DropboxApi/Errors/UploadError.html +2 -2
  182. data/docs/DropboxApi/Errors/UploadSessionFinishError.html +2 -2
  183. data/docs/DropboxApi/Errors/UploadSessionLookupError.html +2 -2
  184. data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +2 -2
  185. data/docs/DropboxApi/Errors/UploadWriteFailedError.html +2 -2
  186. data/docs/DropboxApi/Errors/WriteConflictError.html +2 -2
  187. data/docs/DropboxApi/Errors/WriteError.html +2 -2
  188. data/docs/DropboxApi/Errors.html +4 -4
  189. data/docs/DropboxApi/Metadata/AccessLevel.html +2 -2
  190. data/docs/DropboxApi/Metadata/AddFileMemberResult.html +2 -2
  191. data/docs/DropboxApi/Metadata/AddMember.html +2 -2
  192. data/docs/DropboxApi/Metadata/Base.html +3 -3
  193. data/docs/DropboxApi/Metadata/BasicAccount.html +8 -3
  194. data/docs/DropboxApi/Metadata/CommitInfo.html +2 -2
  195. data/docs/DropboxApi/Metadata/Deleted.html +2 -2
  196. data/docs/DropboxApi/Metadata/Dimensions.html +2 -2
  197. data/docs/DropboxApi/Metadata/Field.html +2 -2
  198. data/docs/DropboxApi/Metadata/File.html +2 -2
  199. data/docs/DropboxApi/Metadata/FileCategoriesList.html +2 -2
  200. data/docs/DropboxApi/Metadata/FileCategory.html +2 -2
  201. data/docs/DropboxApi/Metadata/FileExtensionsList.html +2 -2
  202. data/docs/DropboxApi/Metadata/FileLinkMetadata.html +2 -2
  203. data/docs/DropboxApi/Metadata/FileMemberAction.html +2 -2
  204. data/docs/DropboxApi/Metadata/FileRequest.html +2 -2
  205. data/docs/DropboxApi/Metadata/FileStatus.html +2 -2
  206. data/docs/DropboxApi/Metadata/Folder.html +2 -2
  207. data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +2 -2
  208. data/docs/DropboxApi/Metadata/FolderSharingInfo.html +2 -2
  209. data/docs/DropboxApi/Metadata/LinkPermissions.html +2 -2
  210. data/docs/DropboxApi/Metadata/Location.html +2 -2
  211. data/docs/DropboxApi/Metadata/MediaInfo.html +2 -2
  212. data/docs/DropboxApi/Metadata/MediaMetadata.html +2 -2
  213. data/docs/DropboxApi/Metadata/Member.html +2 -2
  214. data/docs/DropboxApi/Metadata/MemberAction.html +2 -2
  215. data/docs/DropboxApi/Metadata/MemberActionList.html +2 -2
  216. data/docs/DropboxApi/Metadata/MemberPermission.html +2 -2
  217. data/docs/DropboxApi/Metadata/MemberPermissionList.html +2 -2
  218. data/docs/DropboxApi/Metadata/MetadataV2.html +2 -2
  219. data/docs/DropboxApi/Metadata/Name.html +2 -2
  220. data/docs/DropboxApi/Metadata/NamespaceId.html +210 -0
  221. data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +2 -2
  222. data/docs/DropboxApi/Metadata/PhotoMetadata.html +2 -2
  223. data/docs/DropboxApi/Metadata/Resource.html +2 -2
  224. data/docs/DropboxApi/Metadata/RootInfo.html +227 -0
  225. data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +2 -2
  226. data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +2 -2
  227. data/docs/DropboxApi/Metadata/SearchMatchV2.html +2 -2
  228. data/docs/DropboxApi/Metadata/SearchOptions.html +2 -2
  229. data/docs/DropboxApi/Metadata/SearchOrderBy.html +2 -2
  230. data/docs/DropboxApi/Metadata/SharedFolder.html +2 -2
  231. data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +2 -2
  232. data/docs/DropboxApi/Metadata/SharedLink.html +2 -2
  233. data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +2 -2
  234. data/docs/DropboxApi/Metadata/SpaceAllocation.html +2 -2
  235. data/docs/DropboxApi/Metadata/SpaceUsage.html +2 -2
  236. data/docs/DropboxApi/Metadata/Tag.html +2 -2
  237. data/docs/DropboxApi/Metadata/Team.html +2 -2
  238. data/docs/DropboxApi/Metadata/TeamMemberInfo.html +2 -2
  239. data/docs/DropboxApi/Metadata/TeamRootInfo.html +140 -0
  240. data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +2 -2
  241. data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +2 -2
  242. data/docs/DropboxApi/Metadata/UploadSessionCursor.html +2 -2
  243. data/docs/DropboxApi/Metadata/UserRootInfo.html +140 -0
  244. data/docs/DropboxApi/Metadata/VideoMetadata.html +2 -2
  245. data/docs/DropboxApi/Metadata/WriteMode.html +2 -2
  246. data/docs/DropboxApi/Metadata.html +4 -4
  247. data/docs/DropboxApi/MiddleWare/DecodeResult.html +2 -2
  248. data/docs/DropboxApi/MiddleWare/PathRoot.html +412 -0
  249. data/docs/DropboxApi/MiddleWare/Stack.html +2 -2
  250. data/docs/DropboxApi/MiddleWare.html +4 -4
  251. data/docs/DropboxApi/OptionsValidator.html +3 -3
  252. data/docs/DropboxApi/ResultBuilder.html +2 -2
  253. data/docs/DropboxApi/Results/AddFileMemberResultList.html +2 -2
  254. data/docs/DropboxApi/Results/Base.html +2 -2
  255. data/docs/DropboxApi/Results/BasicAccountBatch.html +2 -2
  256. data/docs/DropboxApi/Results/CopyBatchResult.html +2 -2
  257. data/docs/DropboxApi/Results/CreateFolderBatchResult.html +2 -2
  258. data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +2 -2
  259. data/docs/DropboxApi/Results/DeleteBatchResult.html +2 -2
  260. data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +2 -2
  261. data/docs/DropboxApi/Results/GetCopyReferenceResult.html +2 -2
  262. data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +2 -2
  263. data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +2 -2
  264. data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +2 -2
  265. data/docs/DropboxApi/Results/ListFolderLongpollResult.html +2 -2
  266. data/docs/DropboxApi/Results/ListFolderResult.html +2 -2
  267. data/docs/DropboxApi/Results/ListRevisionsResult.html +2 -2
  268. data/docs/DropboxApi/Results/ListSharedLinksResult.html +2 -2
  269. data/docs/DropboxApi/Results/RelocationBatchResult.html +2 -2
  270. data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +2 -2
  271. data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +2 -2
  272. data/docs/DropboxApi/Results/SaveUrlJobStatus.html +2 -2
  273. data/docs/DropboxApi/Results/SaveUrlResult.html +2 -2
  274. data/docs/DropboxApi/Results/Search/Match.html +2 -2
  275. data/docs/DropboxApi/Results/Search.html +2 -2
  276. data/docs/DropboxApi/Results/SearchV2Result.html +6 -6
  277. data/docs/DropboxApi/Results/ShareFolderLaunch.html +2 -2
  278. data/docs/DropboxApi/Results/SharedFileMembers.html +2 -2
  279. data/docs/DropboxApi/Results/SharedFolderMembers.html +2 -2
  280. data/docs/DropboxApi/Results/UploadSessionStart.html +2 -2
  281. data/docs/DropboxApi/Results/VoidResult.html +2 -2
  282. data/docs/DropboxApi/Results.html +2 -2
  283. data/docs/DropboxApi.html +3 -3
  284. data/docs/DropboxScaffoldBuilder.html +2 -2
  285. data/docs/_index.html +61 -12
  286. data/docs/class_list.html +1 -1
  287. data/docs/file.README.html +110 -24
  288. data/docs/file.api_coverage.html +2 -2
  289. data/docs/file.rails_setup.html +2 -2
  290. data/docs/index.html +110 -24
  291. data/docs/method_list.html +437 -325
  292. data/docs/top-level-namespace.html +2 -2
  293. data/dropbox_api.gemspec +2 -6
  294. data/lib/dropbox_api/connection_builder.rb +1 -1
  295. data/lib/dropbox_api/endpoints/rpc_notify.rb +1 -1
  296. data/lib/dropbox_api/version.rb +1 -1
  297. metadata +15 -78
@@ -123,7 +123,7 @@
123
123
  <li class="public ">
124
124
  <span class="summary_signature">
125
125
 
126
- <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params) &#x21d2; Object </a>
126
+ <a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> &#x21d2; 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="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(builder) &#x21d2; ContentDownload </a>
148
+ <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params) &#x21d2; 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'><p>A new instance of ContentDownload.</p>
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
- <div class="method_details first">
210
- <h3 class="signature first" id="initialize-instance_method">
211
-
212
- #<strong>initialize</strong>(builder) &#x21d2; <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::ContentDownload (class)">ContentDownload</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
- </h3><div class="docstring">
219
- <div class="discussion">
220
- <p>Returns a new instance of ContentDownload.</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> &#x21d2; <tt>Object</tt>
219
+
222
220
 
223
- </div>
224
- </div>
225
- <div class="tags">
226
221
 
227
222
 
228
- </div>
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/content_download.rb', line 4</span>
243
239
 
244
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_builder'>builder</span><span class='rparen'>)</span>
245
- <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='id identifier rubyid_builder'>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'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</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>
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'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</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 first">
262
- <h3 class="signature first" id="build_request-instance_method">
250
+ <div class="method_details ">
251
+ <h3 class="signature " id="build_request-instance_method">
263
252
 
264
253
  #<strong>build_request</strong>(params) &#x21d2; <tt>Object</tt>
265
254
 
@@ -373,9 +362,9 @@
373
362
  </div>
374
363
 
375
364
  <div id="footer">
376
- Generated on Sun Feb 7 11:51:57 2021 by
365
+ Generated on Wed Sep 29 23:44:26 2021 by
377
366
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
378
- 0.9.26 (ruby-2.5.1).
367
+ 0.9.26 (ruby-2.6.5).
379
368
  </div>
380
369
 
381
370
  </div>
@@ -123,7 +123,7 @@
123
123
  <li class="public ">
124
124
  <span class="summary_signature">
125
125
 
126
- <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params, body) &#x21d2; Object </a>
126
+ <a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> &#x21d2; 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="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(builder) &#x21d2; ContentUpload </a>
148
+ <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params, body) &#x21d2; 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'><p>A new instance of ContentUpload.</p>
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
- <div class="method_details first">
210
- <h3 class="signature first" id="initialize-instance_method">
211
-
212
- #<strong>initialize</strong>(builder) &#x21d2; <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::ContentUpload (class)">ContentUpload</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
- </h3><div class="docstring">
219
- <div class="discussion">
220
- <p>Returns a new instance of ContentUpload.</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> &#x21d2; <tt>Object</tt>
219
+
222
220
 
223
- </div>
224
- </div>
225
- <div class="tags">
226
221
 
227
222
 
228
- </div>
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/content_upload.rb', line 4</span>
243
239
 
244
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_builder'>builder</span><span class='rparen'>)</span>
245
- <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='id identifier rubyid_builder'>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'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</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>
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'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</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 first">
262
- <h3 class="signature first" id="build_request-instance_method">
250
+ <div class="method_details ">
251
+ <h3 class="signature " id="build_request-instance_method">
263
252
 
264
253
  #<strong>build_request</strong>(params, body) &#x21d2; <tt>Object</tt>
265
254
 
@@ -341,9 +330,9 @@
341
330
  </div>
342
331
 
343
332
  <div id="footer">
344
- Generated on Sun Feb 7 11:51:57 2021 by
333
+ Generated on Wed Sep 29 23:44:26 2021 by
345
334
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
346
- 0.9.26 (ruby-2.5.1).
335
+ 0.9.26 (ruby-2.6.5).
347
336
  </div>
348
337
 
349
338
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -313,9 +313,9 @@ If the source path is a folder all its contents will be copied.</p>
313
313
  </div>
314
314
 
315
315
  <div id="footer">
316
- Generated on Sun Feb 7 11:51:56 2021 by
316
+ Generated on Wed Sep 29 23:44:25 2021 by
317
317
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
318
- 0.9.26 (ruby-2.5.1).
318
+ 0.9.26 (ruby-2.6.5).
319
319
  </div>
320
320
 
321
321
  </div>
@@ -196,7 +196,7 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
199
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
199
+ <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>
200
200
 
201
201
 
202
202
 
@@ -207,11 +207,11 @@
207
207
 
208
208
 
209
209
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
210
- <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>
210
+ <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>
211
211
  <div id="constructor_details" class="method_details_list">
212
212
  <h2>Constructor Details</h2>
213
213
 
214
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
214
+ <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>
215
215
 
216
216
  </div>
217
217
 
@@ -349,9 +349,9 @@ conflict. The default for this field is <code>false</code>.</p>
349
349
  </div>
350
350
 
351
351
  <div id="footer">
352
- Generated on Sun Feb 7 11:51:57 2021 by
352
+ Generated on Wed Sep 29 23:44:26 2021 by
353
353
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
354
- 0.9.26 (ruby-2.5.1).
354
+ 0.9.26 (ruby-2.6.5).
355
355
  </div>
356
356
 
357
357
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -295,9 +295,9 @@ flag or a list of job statuses.</p>
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Sun Feb 7 11:51:58 2021 by
298
+ Generated on Wed Sep 29 23:44:27 2021 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.9.26 (ruby-2.5.1).
300
+ 0.9.26 (ruby-2.6.5).
301
301
  </div>
302
302
 
303
303
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -294,9 +294,9 @@ copy reference to.</p>
294
294
  </div>
295
295
 
296
296
  <div id="footer">
297
- Generated on Sun Feb 7 11:51:58 2021 by
297
+ Generated on Wed Sep 29 23:44:27 2021 by
298
298
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
299
- 0.9.26 (ruby-2.5.1).
299
+ 0.9.26 (ruby-2.6.5).
300
300
  </div>
301
301
 
302
302
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -310,9 +310,9 @@ user&#39;s Dropbox.</p>
310
310
  </div>
311
311
 
312
312
  <div id="footer">
313
- Generated on Sun Feb 7 11:51:58 2021 by
313
+ Generated on Wed Sep 29 23:44:27 2021 by
314
314
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
315
- 0.9.26 (ruby-2.5.1).
315
+ 0.9.26 (ruby-2.6.5).
316
316
  </div>
317
317
 
318
318
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -297,9 +297,9 @@ this will be relative to the app folder.</p>
297
297
  </div>
298
298
 
299
299
  <div id="footer">
300
- Generated on Sun Feb 7 11:51:59 2021 by
300
+ Generated on Wed Sep 29 23:44:28 2021 by
301
301
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
302
- 0.9.26 (ruby-2.5.1).
302
+ 0.9.26 (ruby-2.6.5).
303
303
  </div>
304
304
 
305
305
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -295,9 +295,9 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Sun Feb 7 11:51:57 2021 by
298
+ Generated on Wed Sep 29 23:44:26 2021 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.9.26 (ruby-2.5.1).
300
+ 0.9.26 (ruby-2.6.5).
301
301
  </div>
302
302
 
303
303
  </div>
@@ -196,7 +196,7 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
199
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
199
+ <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>
200
200
 
201
201
 
202
202
 
@@ -207,11 +207,11 @@
207
207
 
208
208
 
209
209
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
210
- <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>
210
+ <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>
211
211
  <div id="constructor_details" class="method_details_list">
212
212
  <h2>Constructor Details</h2>
213
213
 
214
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
214
+ <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>
215
215
 
216
216
  </div>
217
217
 
@@ -367,9 +367,9 @@ happen asynchronously. The default for this field is <code>false</code>.</p>
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Sun Feb 7 11:51:58 2021 by
370
+ Generated on Wed Sep 29 23:44:27 2021 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
- 0.9.26 (ruby-2.5.1).
372
+ 0.9.26 (ruby-2.6.5).
373
373
  </div>
374
374
 
375
375
  </div>
@@ -185,7 +185,7 @@
185
185
 
186
186
 
187
187
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
188
- <p class="inherited"><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#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
188
+ <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>
189
189
 
190
190
 
191
191
 
@@ -196,11 +196,11 @@
196
196
 
197
197
 
198
198
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
199
- <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>
199
+ <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>
200
200
  <div id="constructor_details" class="method_details_list">
201
201
  <h2>Constructor Details</h2>
202
202
 
203
- <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
203
+ <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>
204
204
 
205
205
  </div>
206
206
 
@@ -298,9 +298,9 @@ the job.</p>
298
298
  </div>
299
299
 
300
300
  <div id="footer">
301
- Generated on Sun Feb 7 11:51:59 2021 by
301
+ Generated on Wed Sep 29 23:44:28 2021 by
302
302
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
303
- 0.9.26 (ruby-2.5.1).
303
+ 0.9.26 (ruby-2.6.5).
304
304
  </div>
305
305
 
306
306
  </div>