| Line 12... |
Line 12... |
| 12 |
AppUserBatchDrillDown, AppUserBatchDateDrillDown, AppUserCashBack, GetSaleDetail, \
|
12 |
AppUserBatchDrillDown, AppUserBatchDateDrillDown, AppUserCashBack, GetSaleDetail, \
|
| 13 |
DummyDeals, SearchDummyDeals, DummyPricing, PincodeValidation, DealObject, \
|
13 |
DummyDeals, SearchDummyDeals, DummyPricing, PincodeValidation, DealObject, \
|
| 14 |
DeleteDealObject, FeaturedDealObject, DeleteFeaturedDealObject, \
|
14 |
DeleteDealObject, FeaturedDealObject, DeleteFeaturedDealObject, \
|
| 15 |
SubCategoryFilter, DummyLogin, DummyRegister, FetchUser, UpdateUser, \
|
15 |
SubCategoryFilter, DummyLogin, DummyRegister, FetchUser, UpdateUser, \
|
| 16 |
SearchSubCategory, SearchSubCategoryCount, MessageEncryption, \
|
16 |
SearchSubCategory, SearchSubCategoryCount, MessageEncryption, \
|
| 17 |
GetUserCrmApplication, UnitDeal, CrmTicketDtr, TinSearch, SpecialOffer, BrandSubCatFilter
|
17 |
GetUserCrmApplication, UnitDeal, CrmTicketDtr, TinSearch, SpecialOffer, BrandSubCatFilter,\
|
| - |
|
18 |
RefundAmountWallet
|
| 18 |
import falcon
|
19 |
import falcon
|
| 19 |
|
20 |
|
| 20 |
wsgi_app = api = falcon.API()
|
21 |
wsgi_app = api = falcon.API()
|
| 21 |
|
22 |
|
| 22 |
retailerActivation = RetailerActivation()
|
23 |
retailerActivation = RetailerActivation()
|
| Line 93... |
Line 94... |
| 93 |
unitDeal = UnitDeal()
|
94 |
unitDeal = UnitDeal()
|
| 94 |
crmTicketDtr = CrmTicketDtr()
|
95 |
crmTicketDtr = CrmTicketDtr()
|
| 95 |
tinSearch = TinSearch()
|
96 |
tinSearch = TinSearch()
|
| 96 |
specialOffer = SpecialOffer()
|
97 |
specialOffer = SpecialOffer()
|
| 97 |
brandSubCatFilter = BrandSubCatFilter()
|
98 |
brandSubCatFilter = BrandSubCatFilter()
|
| 98 |
refundWallet
|
99 |
refundWallet = RefundAmountWallet()
|
| 99 |
|
100 |
|
| 100 |
api.add_route('/getSaleDetail/{date_val}',getSaleDetail)
|
101 |
api.add_route('/getSaleDetail/{date_val}',getSaleDetail)
|
| 101 |
api.add_route('/discountInfo/getAllCategoryDiscount', categoryDiscountInfo)
|
102 |
api.add_route('/discountInfo/getAllCategoryDiscount', categoryDiscountInfo)
|
| 102 |
api.add_route('/discountInfo/addCategoryDiscount', categoryDiscountInfo)
|
103 |
api.add_route('/discountInfo/addCategoryDiscount', categoryDiscountInfo)
|
| 103 |
api.add_route('/discountInfo/addSkuSchemeDetails',skuSchemeDetails)
|
104 |
api.add_route('/discountInfo/addSkuSchemeDetails',skuSchemeDetails)
|