client.collections().get(name)
.
Getting a single collection is as easy as:
get()
function takes the name of a collection and returns a single Collection
object.
client.collections().get(name)
.
Getting a single collection is as easy as:
get()
function takes the name of a collection and returns a single Collection
object.