Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + type ContentRequestBuilder struct + func NewContentRequestBuilder(rawUrl string, ...) *ContentRequestBuilder + func NewContentRequestBuilderInternal(pathParameters map[string]string, ...) *ContentRequestBuilder + func (m *ContentRequestBuilder) CreateGetRequestInformation(options *ContentRequestBuilderGetOptions) (...) + func (m *ContentRequestBuilder) CreatePutRequestInformation(options *ContentRequestBuilderPutOptions) (...) + func (m *ContentRequestBuilder) Get(options *ContentRequestBuilderGetOptions) ([]byte, error) + func (m *ContentRequestBuilder) Put(options *ContentRequestBuilderPutOptions) error + type ContentRequestBuilderGetOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type ContentRequestBuilderPutOptions struct + Body []byte + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler