Skip to content

forecastxl/perfectview-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfectview gem handling the SOAP-API of www.perfectview.nl

Installation

$ gem install perfectview-ruby

Example Usage

Initialize a configuration object:

$ config = PerfectviewApi::Configuration.new(
    {
      username: 'x',
      password: 'x',
      api_key: 'x',
      database_id: 'x',
      user_id: 'x'
    }
  )

Initialize a client

$ client = PerfectviewApi::Client.new(config)

Make requests with the client

$ client.request(:user_get_databases)

Api documentation

https://api.perfectview.nl

About

Ruby client for PerfectView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published