public interface PromosApi
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InlineResponse2006> |
apiPromosActiveGet()
Get active promos
Get active promos
|
retrofit2.Call<InlineResponse2006> |
apiPromosGet()
Get promos
Get promos
|
retrofit2.Call<InlineResponse2006> |
apiPromosInactiveGet()
Get inactive promos
Get inactive promos
|
retrofit2.Call<Void> |
apiValidatePromocodeGet()
Validate promocode
Validate promocode
|
@GET(value="api/promos/active") retrofit2.Call<InlineResponse2006> apiPromosActiveGet()
@GET(value="api/promos") retrofit2.Call<InlineResponse2006> apiPromosGet()
@GET(value="api/promos/inactive") retrofit2.Call<InlineResponse2006> apiPromosInactiveGet()
@GET(value="api/validate/{promocode}")
retrofit2.Call<Void> apiValidatePromocodeGet()
Copyright © 2017. All rights reserved.