Mindsight Full API
Use mindsight full functionalities in your python application.
Instalation
pip install mindsight-full-api
Configuration
Environment variables
To use mindsight-full-api, you need to set two environment variables:
# ---DOTENV EXAMPLE---
MINDSIGHT_FULL_API_TOKEN= #Token to authenticate
MINDSIGHT_FULL_API_URL= #Base path of your api instance
Usage Example
You can use mindsight-full-api in order to create, update and delete registers on all system tables.
List registers
You can use get methods to list registers of system table. See the following example:
from mindsight_full_api import Absence
# Instantiate Absence client object
absence_client = Absence()
# get_list_absences will return a ApiPaginationResponse object.
# This object represents a pagination response from rest api from people control
# and with get_all method from ApiPaginationResponse object, you can get all
# data of all pages. The data will stored in results attribute of ApiPaginationResponse
absence_data = absence_client.get_list_absences().get_all().results
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mindsight_full_api-0.1.8.tar.gz
(17.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mindsight_full_api-0.1.8.tar.gz.
File metadata
- Download URL: mindsight_full_api-0.1.8.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
624d15806aec0bd9c58ab7226a7efd6a7baecc0c0164ddcf069ec910785b005b
|
|
| MD5 |
5ac50e155f0262298a367d4540f58b77
|
|
| BLAKE2b-256 |
2af7786b9d3b3f314ab2a7a4af7f23b03194e32646ac2b6870d2ab31f0ad3af6
|
File details
Details for the file mindsight_full_api-0.1.8-py3-none-any.whl.
File metadata
- Download URL: mindsight_full_api-0.1.8-py3-none-any.whl
- Upload date:
- Size: 37.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5310494086c4c87a8eb8fc69697cceb4abf67e564302b86be124ded4b9676ee
|
|
| MD5 |
bbd1827fd995f2598a164a247fc1f658
|
|
| BLAKE2b-256 |
d1f3950aa7fe7023a74f6b3c54ab25a615ab60880833239b64cbabb13c7f5b68
|