We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seam
Seam.new
Seam::Http.new
Seam.from_*
Seam::Http::SingleWorkspace.new
Seam::Webhook
Seam::Http
Seam::Http::SingleWorkspace
Seam::Http::MultiWorkspace
Seam::Http::
Seam::Resources
Seam::Resources::Device
Seam::Http::Routes
Seam::Http::WaitForActionAttempt
The text was updated successfully, but these errors were encountered:
Why is WorkspacesProxy outside the Seam module?
WorkspacesProxy
Sorry, something went wrong.
Fixed in:
andrii-balitskyi
No branches or pull requests
Seam
is a module.Seam.new
is an alias toSeam::Http.new
andSeam.from_*
are also aliased.Seam::Http.new
is an alias toSeam::Http::SingleWorkspace.new
Seam::Webhook
is a classSeam::Http
is a moduleSeam::Http::SingleWorkspace
andSeam::Http::MultiWorkspace
are classes.Seam::Http::
contains the invalid option errors and api request / auth errors.Seam::Resources
is a module with each resource,Seam::Resources::Device
is a class.Seam::Http::Routes
is a mixin module.Seam::Http::WaitForActionAttempt
? Where to put the action attempt polling helper?The text was updated successfully, but these errors were encountered: