Hi I'm new about apigee edge. I'm confused about keywords between api resources and api proxy.
i think api resources is set of resource and api resources bundled in api product.
and api proxy have a set of resource and api proxy bundled in api product too.
so i think api resources and api proxy is the same thing.
What is api resources? Resouce and api resources is the same thing? How are api resources and api proxy related?
Thank you.
Solved! Go to Solution.
Let's take an example. Assume you have an endpoint(URL) which is used to handle all CRUD operations for employees data.
API Resources are also called as Conditional Flows in APigee.
API Resources/Conditional Flows are created inside an API Proxy.
I have taken the example of one API Proxy with two Products. Similar to this you can have different API Resources from multiple Proxies used in a single Product like,
API_Proxy_1 there are two resources(/foo1 and /bar1)
API_Proxy_2 there is one resource (/foobar)
You can have a,
Product1 which can have /foo1 and /foobar API resources
Product2 with only /bar1 API resource
Watch this video for more explanation.