class
Meilisearch::Crystal::Batches
- Meilisearch::Crystal::Batches
- Meilisearch::Crystal::API
- Reference
- Object
Overview
Batch lookup and cursor-paginated listing operations.
Defined in:
meilisearch/crystal/advanced.crInstance Method Summary
- #get(uid : Int32 | Int64) : Batch
- #get?(uid : Int32 | Int64) : Batch | Nil
- #list(limit : Int32 | Nil = nil, from : Int64 | Nil = nil, reverse : Bool | Nil = nil) : List(Batch)
Instance methods inherited from class Meilisearch::Crystal::API
client : Client
client,
http(*args, **options)http(*args, **options, &) http