trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

[API v1.1] Deprecate redundant API resources #70

Closed bglamadrid closed 3 years ago

bglamadrid commented 3 years ago

The following paths are to be deprecated and later on, removed entirely:

Both of them perform exactly the same as /data/product_categories.

Deprecation itself can be done by simply adding a @Deprecated annotation on the corresponding method mappings in the controller classes.

TamannaBhasin27 commented 3 years ago

Can you please assign this issue to me. I will take a look.