Ahmed Samir
Results
1
issues of
Ahmed Samir
**### I need to make a request like this** ```swift http://52.159.20.108:8069/api/product.template/?query={id, name, list_price}&filter=[["categ_id", "=", 24]] ``` this is my code ```swift enum CategoryServices { case getCategory(catId: Int) } extension CategoryServices:...
stale