vlucas/frisby

Using query parameters in API calls

Cenric opened this issue · 1 comments

What is the correct way to use query parameters in frisby.js api calls? I have been adding them to the URL manually such as

.get('main URL here' + '?param=' + paramVariable)

but wasn't sure if there are better ways to do this, I didn't see any frisby.js documentation on the official website for this