Documentation ¶
Index ¶
- func Create(params files_sdk.SiteCreateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func Delete(params files_sdk.SiteDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
- func Get(opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func GetPaypalExpress(params files_sdk.SiteGetPaypalExpressParams, ...) (paypalExpressUrl files_sdk.PaypalExpressUrl, err error)
- func GetPaypalExpressInfo(params files_sdk.SiteGetPaypalExpressInfoParams, ...) (paypalExpressInfo files_sdk.PaypalExpressInfo, err error)
- func GetPlan(params files_sdk.SiteGetPlanParams, opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
- func GetSwitchToPlan(opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
- func GetUsage(opts ...files_sdk.RequestResponseOption) (usageSnapshot files_sdk.UsageSnapshot, err error)
- func Update(params files_sdk.SiteUpdateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- type Client
- func (c *Client) Create(params files_sdk.SiteCreateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func (c *Client) Delete(params files_sdk.SiteDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
- func (c *Client) Get(opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func (c *Client) GetPaypalExpress(params files_sdk.SiteGetPaypalExpressParams, ...) (paypalExpressUrl files_sdk.PaypalExpressUrl, err error)
- func (c *Client) GetPaypalExpressInfo(params files_sdk.SiteGetPaypalExpressInfoParams, ...) (paypalExpressInfo files_sdk.PaypalExpressInfo, err error)
- func (c *Client) GetPlan(params files_sdk.SiteGetPlanParams, opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
- func (c *Client) GetSwitchToPlan(opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
- func (c *Client) GetUsage(opts ...files_sdk.RequestResponseOption) (usageSnapshot files_sdk.UsageSnapshot, err error)
- func (c *Client) Update(params files_sdk.SiteUpdateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
- func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶ added in v2.0.276
func Create(params files_sdk.SiteCreateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
func Delete ¶ added in v2.0.276
func Delete(params files_sdk.SiteDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func GetPaypalExpress ¶ added in v2.0.276
func GetPaypalExpress(params files_sdk.SiteGetPaypalExpressParams, opts ...files_sdk.RequestResponseOption) (paypalExpressUrl files_sdk.PaypalExpressUrl, err error)
func GetPaypalExpressInfo ¶ added in v2.0.276
func GetPaypalExpressInfo(params files_sdk.SiteGetPaypalExpressInfoParams, opts ...files_sdk.RequestResponseOption) (paypalExpressInfo files_sdk.PaypalExpressInfo, err error)
func GetPlan ¶ added in v2.0.276
func GetPlan(params files_sdk.SiteGetPlanParams, opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
func GetSwitchToPlan ¶ added in v2.0.276
func GetSwitchToPlan(opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
func GetUsage ¶
func GetUsage(opts ...files_sdk.RequestResponseOption) (usageSnapshot files_sdk.UsageSnapshot, err error)
func Update ¶
func Update(params files_sdk.SiteUpdateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
func UpdateWithMap ¶
Types ¶
type Client ¶
func (*Client) Create ¶ added in v2.0.276
func (c *Client) Create(params files_sdk.SiteCreateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
func (*Client) Delete ¶ added in v2.0.276
func (c *Client) Delete(params files_sdk.SiteDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) GetPaypalExpress ¶ added in v2.0.276
func (c *Client) GetPaypalExpress(params files_sdk.SiteGetPaypalExpressParams, opts ...files_sdk.RequestResponseOption) (paypalExpressUrl files_sdk.PaypalExpressUrl, err error)
func (*Client) GetPaypalExpressInfo ¶ added in v2.0.276
func (c *Client) GetPaypalExpressInfo(params files_sdk.SiteGetPaypalExpressInfoParams, opts ...files_sdk.RequestResponseOption) (paypalExpressInfo files_sdk.PaypalExpressInfo, err error)
func (*Client) GetPlan ¶ added in v2.0.276
func (c *Client) GetPlan(params files_sdk.SiteGetPlanParams, opts ...files_sdk.RequestResponseOption) (plan files_sdk.Plan, err error)
func (*Client) GetSwitchToPlan ¶ added in v2.0.276
func (*Client) GetUsage ¶
func (c *Client) GetUsage(opts ...files_sdk.RequestResponseOption) (usageSnapshot files_sdk.UsageSnapshot, err error)
func (*Client) Update ¶
func (c *Client) Update(params files_sdk.SiteUpdateParams, opts ...files_sdk.RequestResponseOption) (site files_sdk.Site, err error)
func (*Client) UpdateWithMap ¶
Click to show internal directories.
Click to hide internal directories.