A long shot, but I'd rather play with the ViaGogo API (C # library more precisely). ViaGogo has a well-documented public API, available here .
The problem is that you need to authenticate, as is usually the case with such APIs: usually you will find a section of the website, possibly in the section of your profile, where you can get keys, secrets, etc. (this happens for example on Facebook or Amazon).
As for ViaGogo, I found a link that points to a Google form : this form requests information about advertising and affiliations at a completely different level of what I need, I will not publish anything through the API. In addition, there is no field for posting an email address.
Their C # library seems pretty popular as far as I can tell from NuGet downloads; I wonder how all these thousands of developers have successfully named this API.
Has anyone successfully received authentication information from ViaGogo?
source share