-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When you want to change your API surface (new field, rename field, change field type), it would be great if you could see who is effectively using your API, and which fields they are using.
This way, your can decide whether you can safely change the field (breaking change) or if you have to take uses of your field in account and be backward compatible for a while.
One way of ensuring this is to make the fields query parameter mandatory.
Users of your API should now explicitely tell which fields of your resources they are relying on.