I'm trying to add a REST API reference to a vb.net class library application. The option that I'm used to do ("right-click--> Add--> Rest API Client") simply doesn't appear on vb.net class libraries. How can I do that?
I expect to be able to consume a REST API from my vb.net code without having to write all the references by hand.