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
I'm late to the party but I had the same situation and question. Passing a string of what I wanted to become the url parameter worked for me. I tried a second string and it also worked, passing an integer made the api mad (it didn't return results)
With verbose on I noticed the user agent was libcurl. I set it to this repo so the people on the receiving end will know how the request was generated. I think this awesome package should do that automatically!
Sometimes API endpoints are defined such that they have fields contained in the path that need to be substituted for prior to issuing the request.
For example:
Created on 2021-06-11 by the reprex package (v1.0.0)
Does
rapiclient
work with API endpoints specified like that? If so, how does one substitute for{article_id}
prior to issuing the request?The text was updated successfully, but these errors were encountered: