trebol-ecommerce / api

eCommerce web service REST specification
GNU General Public License v3.0
0 stars 0 forks source link

Tag all resources according to their related entity #31

Closed bglamadrid closed 2 years ago

bglamadrid commented 2 years ago

Apicurio features a slick interface to tag resources as one sees fit. I've been giving this little feature a try and tagged most things using operation keywords such as "fetch", "update", "one", "many" etc... I did not realize, however, said keywords are the main way of navigating said API specification. It'll be good to tag everything with the related entity, such as "Person", "Customer", "Product" and so on.

bglamadrid commented 2 years ago

Done in latest commit to main