Skip to content

AirVantage/airvantage-api-golang

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with jvermillard/airvantage-api-golang:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

airvantage-api-golang

AirVantage Go example

A simple OAuth2 + JSon client for gathering the list of gateway from http://airvantage.net

Based on https://code.google.com/p/goauth2/source/browse/oauth/example/oauthreq.go

Building

First create a new client in the AirVantage "Develop : API Client" screen. And complete main.go with the generated client id and secret.

Install the goauth2 library

go get code.google.com/p/goauth2/oauth

Build

go build

An executable should be present in the current directory, run it!

About

AirVantage Go example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published