Module: SirvRestApi
- Defined in:
- lib/sirv_rest_api.rb,
lib/sirv_rest_api/client.rb,
lib/sirv_rest_api/errors.rb,
lib/sirv_rest_api/models.rb,
lib/sirv_rest_api/version.rb
Overview
Sirv REST API SDK for Ruby
Defined Under Namespace
Classes: AccountEvent, AccountInfo, AccountLimits, AccountUser, ApiError, AuthenticationError, BatchDeleteResult, BatchZipResult, BillingPlan, Client, Error, FileInfo, FileMeta, FolderContents, HttpStats, JwtResponse, NotFoundError, PlanPrice, PointOfInterest, ProductMeta, RateLimitError, RateLimitInfo, SearchResult, SpinViewStats, StorageInfo, StorageStats, TokenResponse, UserInfo, ValidationError
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
-
.new(**options) ⇒ Client
Create a new client instance.
Class Method Details
.new(**options) ⇒ Client
Create a new client instance
28 29 30 |
# File 'lib/sirv_rest_api.rb', line 28 def new(**) Client.new(**) end |