-
Notifications
You must be signed in to change notification settings - Fork 0
EliMoshkovich/SOAP-web-service-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SOAP web service The web-service have 2 functions (endpoints): List Coupons (GET localhost:6543/coupons) List all the coupons from the attached JSON Clip Coupon (POST localhost:6543/coupons/{coupon_id}) receives coupon ID in URL. add a column to every coupon in the coupons table, called clipped (boolean) every time there's a clip, updating the coupons table with clipped = true. next time coupons are loaded, it's return clipped = true for the clipped coupons. return an error message if the user tries to clip the already-clipped coupon.
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published