Skip to content

Release 0.1.0

Latest
Compare
Choose a tag to compare
@k3nn7 k3nn7 released this 24 Jan 12:26
· 3 commits to master since this release

Changes:

This release introduces functions that covers almost whole Algolia REST API (except batch operations).
The list of introduced functions is following:

  • algolia:make_client/2
  • algolia:init_index/2
  • algolia:list_indices/1
  • algolia_index:add_object/2
  • algolia_index:update_object/2
  • algolia_index:partial_update_object/2
  • algolia_index:delete_object/2
  • algolia_index:search/2,3
  • algolia_index:get_object/2,3
  • algolia_index:get_settings/1
  • algolia_index:set_settings/2
  • algolia_index:delete/1
  • algolia_index:clear/1