App call to Yelp

Does anyone have a code snipit for a call to Yelp? With just the parameters for the client ID and API key (and whatever else I’m missing) with response output is fine. For an example maybe you can utilize GET https://api.yelp.com/v3/categories/{alias} I’ve tried a few different things but can’t seem to nail it down.

Add a comment
Amazon Hooliganss May 31, 2018

API key is placed in Authorization header, something like: Authorization: Bearer <API KEY>

Microsoft BiggieMac OP May 31, 2018

Do you by chance have a code example you can share?

Amazon Hooliganss May 31, 2018

PostMan is a good tool to practice making custom web requests