Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 637 Bytes

python_client.rst

File metadata and controls

28 lines (19 loc) · 637 Bytes

Client

Here we describe the Python client of Rubrix that we divide into two basic modules:

  • Methods: These methods make up the interface to interact with Rubrix's REST API.
  • Models: You need to wrap your data in these data models for Rubrix to understand it.

Methods

rubrix

Models

rubrix.client.models

Datasets

rubrix.client.datasets