Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoliaClientElixir

AlgoliaClientElixir is a simple algolia client using Finch for Http requests

Algolia.Index is the main module

Installation

def deps do
  [
    {:algolia_client_elixir, github: "hlista/algolia_client_elixir", branch: "main"}
  ]
end

Config

Set the following in your applications config.exs

config :algolia,
  api_key: <YOUR_ALGOLIA_API_KEY>,
  application_id: <YOUR_ALGOLIA_APPLICATION_ID>

Pass index into an index operation

AlgoliaClientElixir.Index.set_settings("index_name", settings)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages