Skip to content

Instantly share code, notes, and snippets.

@amirulasyraf88
Created November 14, 2019 16:46
Show Gist options
  • Save amirulasyraf88/69846f55b086531f4451f0c9ef4dba9e to your computer and use it in GitHub Desktop.
Save amirulasyraf88/69846f55b086531f4451f0c9ef4dba9e to your computer and use it in GitHub Desktop.
API adakah seperti berikut?
GET endpoint/user/:userid
GET endpoint/user/name
GET endpoint/user/category
GET endpoint/user/address
GET endpoint/user/purchase
GET endpoint/user/payment
GET endpoint/user/favorite
GET endpoint/user/cart
GET endpoint/user/scrap
----------------------------
GET endpoint/product/:product_id
GET endpoint/product/category
GET endpoint/product/purity
GET endpoint/product/price
GET endpoint/product/weight
GET endpoint/product/laborprice
GET endpoint/product/quantity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment