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...

Solved Solved
0 2 102
1 ACCEPTED SOLUTION

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.

View solution in original post

2 REPLIES 2

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.

Agree with Ravindra

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