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
On some APIs there are global parameters which are applied on every API request i.e. the Notion API has a Notion-Version header which is required for every request s.
Currently we can only add an argument for each operation where we provide this header value. It would be better if we could globally configure this header value and automatically add this to every operation. We could add some sort of traits where we define arguments and then use those traits at every operation s.
On some APIs there are global parameters which are applied on every API request i.e. the Notion API has a
Notion-Version
header which is required for every request s.Currently we can only add an argument for each operation where we provide this header value. It would be better if we could globally configure this header value and automatically add this to every operation. We could add some sort of
traits
where we define arguments and then use those traits at every operation s.This should then include the version header for the
getMessage
call.The text was updated successfully, but these errors were encountered: