Giter Club home page Giter Club logo

cloud_client's Introduction

Golang client for GenymotionCLOUD

This client requires a valid username and password with an acitvated license.
All calls to the https://api-cloud.genymotion.com/v1 require a valid token obtained after a succesfull login on the cloud.

The GenymotionCloud documentation can be found here: https://doc-api-cloud-staging.genymotion.com/index.html

How to deploy

This client is written in go. In order to execute it you need a proper go environnement setup.

  1. You can download go here: https://golang.org/dl/
  2. Setup you go workspace by defining the GOPATH environnement variable.
    $ export GOPATH=<path/to/workspace>
  3. Clone this repository inside your go workspace.
  4. Build and install the app
    $ go install cloud_client
  5. If all goes well a /bin directory with the binary should have appeared in your go workspace.
  6. Fill up the settings.ini file of this repo with proper credentials and copy it under ~/.config/CloudClient/settings.ini
  7. run the app!

How to use the client

If you have provided a valid settings.ini file, the client will be able to authenticate you on the cloud.
This is the default action when runnning the client without providing any action.
In order to interact with the Virtual Machines, an action and proper arguments need to be provided.
$ ./cloud_client -action=<action> arg1 arg2 ...

What has been implemented so far

cloud_client's People

Contributors

flo-genymobile avatar amasciulli avatar

Watchers

James Cloos avatar

Forkers

amasciulli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.