View Source ExCatalog (ex_catalog v1.2.0)

Documentation for ExCatalog.

Link to this section Summary

Functions

List all the categories (the index).

List version.

Link to this section Functions

Link to this function

index(limit \\ 25, metadata \\ nil, cursor \\ nil)

View Source

List all the categories (the index).

examples

Examples

iex> ExCatalog.index(25)
Link to this function

products(limit \\ 50, metadata \\ nil, cursor \\ nil)

View Source

List all products with preloads.

examples

Examples

iex> ExCatalog.products(25)

List version.

examples

Examples

iex> ExCatalog.version()