module stcloud
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
#Sematext Cloud API
#API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
OpenAPI spec version: v3
Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.25
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
stcloud.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/stcloud.rb, line 120 def configure if block_given? yield(Configuration.default) else Configuration.default end end