Resources¶
The Ineepy client provides access to five main resources: users, API keys, namespaces, tables, and data.
| Resource | Access | Description |
|---|---|---|
| Users | client.users |
Manage user accounts |
| API Keys | client.api_keys |
Create and manage API keys for programmatic access |
| Namespaces | client.namespaces |
Organize data into isolated namespaces |
| Tables | client.tables |
Define table schemas within namespaces |
| Data | client.data |
Upload, download, query, and update table data |
Info
For the sake of simplicity we'll omit the contextmanager code with Ineepy() as client: in the following sections of this documentation.
See the individual resource pages for detailed API documentation and API Reference for an in-depth analysis.