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
Just ran into this myself. It looks like it's making a request with the 1.0 API version, even though I have v. 2 specified in my config.
(edit: nm, just looked through the code, and I guess it's just a different endpoint)
I've noticed no PR's have been merged in a couple of years. Is there a maintainer of this project who would be able to comment on this? Is there someone who would be able to review and merge a PR for this?
(edit2: oops, I see this isn't true. Sorry... I should've look around more before commenting)
Hi,
I try to use getfilter and is not working. Looking into the code I notice that makeAgileUri call should be makeUri instead
getFilter(filterId) {
return this.doRequest(this.makeRequestHeader(this.makeAgileUri({
pathname:
/filter/${filterId}
,})));
}
The text was updated successfully, but these errors were encountered: