We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4a6f commit e8cad5bCopy full SHA for e8cad5b
1 file changed
README.md
@@ -1,2 +1,20 @@
1
# mangular
2
-Angular service for Magento 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