abstract class Meilisearch::Crystal::API

Overview

Base class shared by all endpoint-specific API clients.

Direct Known Subclasses

Defined in:

meilisearch/crystal/api.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(client : Client) #

[View source]

Macro Detail

macro pass(*methods) #

Defines thin forwarding methods to the underlying client.


[View source]

Instance Method Detail

def client : Client #

[View source]
def http(*args, **options) #

[View source]
def http(*args, **options, &) #

[View source]