EventService

class EventService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase

Constructors

EventService
Link copied to clipboard
fun EventService(apiKey: String)
EventService
Link copied to clipboard
fun EventService(apiKey: String, backendUrl: String)
EventService
Link copied to clipboard
fun EventService(apiKey: String, client: OkHttpClient)

Functions

get
Link copied to clipboard
fun get(eventId: String): EventObject
Get a specific event by id
list
Link copied to clipboard
fun list(transaction_id: String? = null, type: String? = null, per_page: Int = 15, page: Int = 1, from: OffsetDateTime? = null, to: OffsetDateTime? = null): EventObjectList
Get all events for a xs2a transaction object