Streams
List Streams
client.Pipelines.Streams.List(ctx, params) (*V4PagePaginationArray[StreamListResponse], error)
GET/accounts/{account_id}/pipelines/v1/streams
Get Stream Details
client.Pipelines.Streams.Get(ctx, streamID, query) (*StreamGetResponse, error)
GET/accounts/{account_id}/pipelines/v1/streams/{stream_id}
Create Stream
client.Pipelines.Streams.New(ctx, params) (*StreamNewResponse, error)
POST/accounts/{account_id}/pipelines/v1/streams
Update Stream
client.Pipelines.Streams.Update(ctx, streamID, params) (*StreamUpdateResponse, error)
PATCH/accounts/{account_id}/pipelines/v1/streams/{stream_id}
Delete Stream
client.Pipelines.Streams.Delete(ctx, streamID, params) error
DELETE/accounts/{account_id}/pipelines/v1/streams/{stream_id}