createCollection

open fun createCollection(userId: String, collectionId: String, color: String, title: String, description: String, links: List<String>)

Method to create a collection

Parameters

userId

: the owner of the collection

collectionId

: the identifier of the collection

color

: the color of the collection

title

: the title of the collection

description

: the description of the collection

links

: the links to attach to the collection