Collections Api
Types
Functions
Link copied to clipboard
fun createCollection(imXSignature: String, imXTimestamp: String, createCollectionRequest: CreateCollectionRequest): Collection
Content copied to clipboard
Create collection Create collection
Link copied to clipboard
fun createCollectionRequestConfig(imXSignature: String, imXTimestamp: String, createCollectionRequest: CreateCollectionRequest): RequestConfig<CreateCollectionRequest>
Content copied to clipboard
To obtain the request config of the operation createCollection
Link copied to clipboard
Get details of a collection at the given address Get details of a collection at the given address
Link copied to clipboard
To obtain the request config of the operation getCollection
Link copied to clipboard
fun listCollectionFilters(address: String, pageSize: Int? = null, nextPageToken: String? = null): CollectionFilter
Content copied to clipboard
Get a list of collection filters Get a list of collection filters
Link copied to clipboard
fun listCollectionFiltersRequestConfig(address: String, pageSize: Int?, nextPageToken: String?): RequestConfig<Unit>
Content copied to clipboard
To obtain the request config of the operation listCollectionFilters
Link copied to clipboard
fun listCollections(pageSize: Int? = null, cursor: String? = null, orderBy: String? = null, direction: String? = null, blacklist: String? = null, whitelist: String? = null, keyword: String? = null): ListCollectionsResponse
Content copied to clipboard
Get a list of collections Get a list of collections
Link copied to clipboard
Link copied to clipboard
fun updateCollection(address: String, imXSignature: String, imXTimestamp: String, updateCollectionRequest: UpdateCollectionRequest): Collection
Content copied to clipboard
Update collection Update collection
Link copied to clipboard
fun updateCollectionRequestConfig(address: String, imXSignature: String, imXTimestamp: String, updateCollectionRequest: UpdateCollectionRequest): RequestConfig<UpdateCollectionRequest>
Content copied to clipboard
To obtain the request config of the operation updateCollection