I just decided to start learning about API's and how to append it to a label i.e
The thing is I've been looking over at GitHub & Codeproject but I couldnt find any examples or opensource projects that demonstrates what I want to learn.
I want to append the "id" from the API to a label.
https://api.coinmarketcap.com/v1/ticker/ethereum/
https://coinmarketcap.com/api/
But I have no idea how to initialize this.. Would I call I HttpWebRequest?