Skip to content

Instantly share code, notes, and snippets.

@Namolem
Created March 17, 2021 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Namolem/2c8cd50fd9cac9313259159b3ed75cc8 to your computer and use it in GitHub Desktop.
Save Namolem/2c8cd50fd9cac9313259159b3ed75cc8 to your computer and use it in GitHub Desktop.
@GET("token/client/{phone}")
@POST("token/client/verification")
@GET("client/current")
@GET("restaurant/{id}/additional-offer")
@GET("brand/info")
@GET("news/combined")
@DELETE("token")
@GET("client/current/operations")
@GET("restaurant/{restaurantId}/reserve/{reserveId}")
@DELETE("restaurant/{id}/reserve/{reserve_id}")
@PUT("restaurant/{restaurantId}/buy/by-bonus/{productId}")
@POST("restaurant/{id}/buy")
@GET("orders/{orderId}")
@DELETE("client/current/operations")
@PUT("client/current")
@GET("ticket/my")
@POST("client/current/cheque")
@POST("client-rating")
@POST("token/for_push")
@GET("restaurant/{restaurantId}/reserve/check")
@PUT("restaurant/{restaurantId}/reserve")
@GET("client/current/discount-code")
@PUT("restaurant/{id}/employees/{employeeId}/rating")
@PUT("device/{uid}/client")
@POST("device/{uid}/")
@PUT("client/current")
@PUT("restaurant/{id}/menu/categories/{category_id}/food/{food_id}/like")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment