conclas
The conclas is a client written in Ruby to use the service Conclas.
Install
Conclas Ruby Client can be installed using pip:
- .. code
-
$ gem install conclas
If you prefer to install manually, you must follow the following steps. First clone the repository client ruby ConClas. This is the ‘link <conclas.com>`_ . After cloning the repository run the following command:
- .. code
-
$ gem build conclas.gemspec
Now that we have prepared the package, we will install it. To do this, run the following command:
- .. code
-
$ gem install conclas-<version of gem>.gem
Running tests
To run the tests, run the following command:
- .. code
-
$ ruby tests/test_conclas.rb
Documentation
To understand more about the client python ConClas, see our ‘documentation <conclas-platform.cleverapps.io/docs/>`_ .