View Source ExNabava (ExNabava v0.3.0)

ExNabava is unofficial elixir lib for accessing nabava.net public data.

Link to this section Summary

Functions

Returns (cached) list of categories.

Returns constant

Returns products linked to product id.

Returns product info and offers.

Returns category search results.

Returns product search results.

Returns (cached) list of stores.

Link to this section Functions

Returns (cached) list of categories.

Returns constant

List of constants:

  • :cache_max_age_in_seconds
  • :categories_all
  • :price_from_min
  • :price_to_max
  • :availability_in_stock (Raspoloživo, isporuka odmah u trgovini)
  • :availability_delayed (Raspoloživo, isporuka do 2 dana po uplati)
  • :availability_on_order (U dolasku, po narudžbi)
  • :availability_out_of_stock (Nije raspoloživo)
  • :sort_cheaper_first (Jeftiniji prvo)
  • :sort_cheaper_last (Skuplji prvo)
  • :sort_relevant_first (Relevantniji prvo)
  • :sort_relevant_last (Relevantniji zadnji)
  • :sort_a_to_z (Naziv A-Z)
  • :sort_z_to_a (Naziv Z-A)

Returns products linked to product id.

Returns product info and offers.

Link to this function

search_categories(query, page_size)

View Source

Returns category search results.

Link to this function

search_offers(query, page, page_size, category_id, price_from, price_to, availabilities, sort)

View Source

Returns offer search results.

Link to this function

search_products(query, page_size)

View Source

Returns product search results.

Returns (cached) list of stores.