-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename SeamHttpApiError to HttpApiError * Rename SeamHttpUnauthorizedError to UnauthorizedError * Rename UnauthorizedError to HttpUnauthorizedError * Rename SeamHttpInvalidInputError to InvalidInputError * Rename SeamActionAttemptError to ActionAttemptError * Rename SeamActionAttemptFailedError to ActionAttemptFailedError * More SeamActionAttemptFailedError rename * Rename SeamActionAttemptTimeoutError to ActionAttemptTimeoutError * ci: Format code * Fix tests, move SeamInvalidTokenError to Http module * Rename Http to Client and HttptMultiWorkspace to ClientMultiWorkspace * Leftover renames * Renames in lib/seam.rb * Move http errors to http module, fix specs * Put action attempt errors under errors module * Rename SeamWebhook to Webhook * Make Http a module with http errors, SingleWorkspace and MultiWorkspace classes * Bump generator to 1.14.5 to put resource related stuff under Resources module * Alias factory methods * Clean up public exports * Bump generator to include base client and resource imports in the routes * Move action attempt errors under WaitForActionAttempt module * Remove Http prefix from http errors * Reduce nesting of wait for action attempt errors * Refactor SeamOptions and SeamAuth --------- Co-authored-by: Seam Bot <[email protected]>
- Loading branch information
1 parent
cb96dcf
commit 14effe0
Showing
99 changed files
with
764 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.