You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For API calls that fall under the "internal" API version we include the following in the Response Header:
warning: 199 - This API Resource is subject to ongoing development.
The endpoint and the parameters may change in the future. Only use this
API when necessary. USE AT YOUR OWN RISK.
To prevent any potential issues with the API version we need to include a similar message in the Chrome extension. We could:
Add a UI element that "highlights" the internal API calls and then provides additional context (similar to the message above). Or maybe just add a UI element (think a small info icon) for all internal endpoints
Describe the solution you'd like
For API calls that fall under the "internal" API version we include the following in the Response Header:
To prevent any potential issues with the API version we need to include a similar message in the Chrome extension. We could:
The text was updated successfully, but these errors were encountered: