What is Best Design Approach

I Have 3 API Customer ,Order, And Catalog.

Api Method Purpose
Customer Get
Post
Delete
Order Get
Post

so each context have 3 method like Get post delete.

so for each method we should create reverse proxy.

or only one proxy like customer and will have post get delete condition flow or…

Hi @maulik dave,

Based on your requirement you should go with 2 proxies customer and order,

in each proxy you have multiple conditional flows which will take cares of the different VERB you need for purpose. Hope this helps.

1 Like

Agree with Ravindra

Also, you may want to review some notes on API Design starting with naming conventions. Dino has some relevant notes here