wialon
wialon
is a gem to connect to Wialon Remote API. Relies on the official Wialon RemoteAPI documentation and the method handler to handle the requests.
How can I convert the svc to a method of the library?
Ruby allow us to convert a missing method to an svc
of the Remote API, so, for example, if you want to call the svc core/search_items
you can do it calling the missing method instance.core.search_items
and passing the parameters as a dictionary.
Where can I get a Remote API Token?
You can use our token generator available here in this page.
Where can I get the library?
You can get the library from rubygems.org.
Can I contribute to the library?
Of course! Feel free to contribute to the library on GitHub.
Where are the source code?
You can find the source code on GitHub.