class Meilisearch::Crystal::Batches

Overview

Batch lookup and cursor-paginated listing operations.

Defined in:

meilisearch/crystal/advanced.cr

Instance Method Summary

Instance methods inherited from class Meilisearch::Crystal::API

client : Client client, http(*args, **options)
http(*args, **options, &)
http

Constructor methods inherited from class Meilisearch::Crystal::API

new(client : Client) new

Macros inherited from class Meilisearch::Crystal::API

pass(*methods) pass

Instance Method Detail

def get(uid : Int32 | Int64) : Batch #

[View source]
def get?(uid : Int32 | Int64) : Batch | Nil #

[View source]
def list(limit : Int32 | Nil = nil, from : Int64 | Nil = nil, reverse : Bool | Nil = nil) : List(Batch) #

[View source]