Skip to content

Commit e8cad5b

Browse files
authored
Update README.md
1 parent 43a4a6f commit e8cad5b

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# mangular
2-
Angular service for Magento 2
2+
A Factory for Angular 1 to consume the magento 2 rest api
3+
4+
5+
## Cart
6+
getCartId: getCartId,
7+
getTotals: getTotals,
8+
getItems: getItems,
9+
addItem: addItem,
10+
removeItem: removeItem,
11+
createNewCart: createNewCart
12+
13+
14+
## Category
15+
getCategories: getCategories,
16+
getCategory: getCategory
17+
18+
## Products
19+
getProducts: getProducts,
20+
getProduct: getProduct

0 commit comments

Comments
 (0)