Documentation
¶
Index ¶
- func ClicksStats(c *rx.Client, orderId uint32) (*m.Result[[]m.DateQuantity], error)
- func CreateStream[T m.OrderParams](c *rx.Client, params T) (*m.ActionResult, error)
- func Details(c *rx.Client, orderId uint32) (*m.Result[m.Order], error)
- func MultipleClicksStats(c *rx.Client, identifiers m.Identifiers) (*m.Result[[]m.IdQuantity], error)
- func MultipleViewsStats(c *rx.Client, identifiers m.Identifiers) (*m.Result[[]m.IdQuantity], error)
- func OnlineStats(c *rx.Client, orderId uint32) (*m.Result[[]m.OnlineStats], error)
- func Orders(c *rx.Client, cursor string) (*m.Result[[]m.Order], error)
- func Payments(c *rx.Client, orderId uint32, cursor string) (*m.Result[[]m.Payment], error)
- func SitesStats(c *rx.Client, orderId uint32) (*m.Result[[]m.SiteStats], error)
- func ViewsStats(c *rx.Client, orderId uint32) (*m.Result[[]m.DateQuantity], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClicksStats ¶
ClicksStats Detailed information about clicks See https://api.reyden-x.com/docs#/Orders/order_stats_clicks_v1_orders__order_id__statistics_clicks__get
func CreateStream ¶
func CreateStream[T m.OrderParams](c *rx.Client, params T) (*m.ActionResult, error)
CreateStream Create new order for Twitch or Youtube stream See https://api.reyden-x.com/docs#/Orders/twitch_stream_v1_orders_create_twitch_stream__post
func Details ¶
Details Order details See https://api.reyden-x.com/docs#/Orders/order_details_v1_orders__order_id___get
func MultipleClicksStats ¶
func MultipleClicksStats(c *rx.Client, identifiers m.Identifiers) (*m.Result[[]m.IdQuantity], error)
MultipleClicksStats Click-through statistics for multiple orders See https://api.reyden-x.com/docs#/Orders/multiple_clicks_v1_orders_multiple_clicks__post
func MultipleViewsStats ¶
func MultipleViewsStats(c *rx.Client, identifiers m.Identifiers) (*m.Result[[]m.IdQuantity], error)
MultipleViewsStats View statistics for multiple orders See https://api.reyden-x.com/docs#/Orders/multiple_views_v1_orders_multiple_views__post
func OnlineStats ¶
OnlineStats Detailed information about users online See https://api.reyden-x.com/docs#/Orders/order_stats_online_v1_orders__order_id__statistics_online__get
func Orders ¶
Orders All orders See https://api.reyden-x.com/docs#/Orders/orders_v1_orders__get
func Payments ¶
Payments Order payments See https://api.reyden-x.com/docs#/Orders/order_payments_v1_orders__order_id__payments__get
func SitesStats ¶
SitesStats Detailed information about sites See https://api.reyden-x.com/docs#/Orders/order_stats_sites_v1_orders__order_id__statistics_sites__get
func ViewsStats ¶
ViewsStats Detailed information about views See https://api.reyden-x.com/docs#/Orders/order_stats_views_v1_orders__order_id__statistics_views__get
Types ¶
This section is empty.