Skip to content

proudlygeek/algoliasearch-client-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Algolia Client for Elm

Elm Logo

This is an experimental, work in progress implementation of Algolia Client written 100% in Elm.

Please don't use this in real life. πŸ™

Setup

  1. npm install -g elm
  2. elm-package install
  3. elm reactor

Then open http://localhost:8000/App.elm in your browser.

Coverage

Indexes Api

  • Query an index
  • Query an index (alternative)
  • Query multiple indexes
  • Delete an index
  • Clear index
  • Add an object without ID
  • Add/Update an object by ID
  • Partially update an object
  • Get an object
  • Retrieve Several Objects
  • Delete an object by ID
  • Batch write operations
  • Browse all index content
  • Get index settings
  • Change index settings
  • Copy/Move an index
  • Get task status
  • Add an index specific API key
  • Update an index specific API key
  • List index specific API Keys
  • List index specific API Keys for all indexes
  • Get the rights of an index specific API key
  • Delete an index specific API key

Synonyms API

  • Create/update one synonym
  • Create/update multiple synonyms
  • Get one synonyms set
  • Delete one synonyms set
  • Delete all synonyms
  • Search synonyms

Keys API

  • Add a global API key
  • Update a global API key
  • List global API Keys
  • Get the rights of a global API key
  • Delete a global API key

Logs API

  • Get last logs

About

Algolia API client written in Elm. Could explode anytime, πŸ”₯πŸ”₯πŸ”₯ HERE BE DRAGONS πŸ”₯πŸ”₯πŸ”₯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages