apiVersion not getting included in localApi calls
adaptaplatas opened this issue · 1 comments
adaptaplatas commented
Describe the bug
When localApi client is used (there's no token) apiVersion
parameter does not gets included in the parameters:
Steps to reproduce
- Embed the SDK in an app
- Call
monday.api(...)
includingapiVersion
parameter using a local API call. - See the request does not include the requested apiVersion header.
Expected behavior
Header gets actually included.
Context and environment
Using monday.api
in a local context.
gregra81 commented
@adaptaplatas this was solved in #108