I have gone through the documentation on Endpoints and Quotas, but I still cannot figure out what the scope of Google Endpoints is.
Since I don't know a better way to phrase it, let's take the example of a SaaS company that, for a monthly fee, will provide customers with stock data through a REST API. They have different packages, from Enthusiast
(for $10 per month) to Enterprise
(for $1000 per month).
- Would Google Endpoints be a suitable API management tool for this fictitious company?
- Can you create an interface for API token management?
- Can you set quotas based on the package that your customers are paying for?