I want to make a get request to the following end point through C#.
http://api.example.com/1/companies/{id}
I was looking at WCF rest starter kit and wonder there are other ways to make get requests easily than installing rest starter kit.
Please suggest. Thanks,
Here’s a method that will execute GET from URL and return string:
EDIT: