Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3619

i'm on vb6, i need to set a get with https://oauth.openapi.it/counters/total

$
0
0

I use for all my get rest API this code in vb6:

Option ExplicitPrivate Sub RestExample()Dim APICall As StringDim myXML As New MSXML2.DOMDocument60APICall = "http://www.zzzzzzzzzzzzzzzzzzzzzzzzzz"With CreateObject("MSXML2.XMLHTTP")    .Open "GET", APICall, False    .setRequestHeader "Authorization", "zzzzzzzzzzzzzzzzzzzzzzz"    .send    Debug.Print .responseTextEnd WithEnd Sub

how to set this code for this curl:

https://oauth.openapi.it/counters/total

note:I just have email address and APIkeythe scope service is: imprese.openapi.it


Viewing all articles
Browse latest Browse all 3619

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>