Feature Description
Deprecation warnings can be added to the response to inform the developer when he is using a deprecated feature.
Those warnings should be printed to the developer when he is developing his application:
- warnings should not be printed in production
- warnings printing should be configurable
Possible Solution
See what has been done for this issue in sdk-javascript