Skip to main content

Mindsight People Control API to create, update and delete records

Project description

Mindsight People Control API

PyPI Latest Release

Use mindsight people control functionalities in your python application.

Instalation

pip install mindsight-people-control-api

Configuration

Environment variables

To use mindsight-people-control-api, you need to set two environment variables:

# ---DOTENV EXAMPLE---
MINDSIGHT_API_TOKEN= # Token to authenticate
MINDSIGHT_API_BASE_URL=https://controle.mindsight.com.br/api # Base path of your api instance

Usage Example

You can use mindsight-people-control-api 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:

import mindsight_people_control_api


# Instantiate Areas client object
areas_client = mindsight_people_control_api.Areas()

# get_list_areas 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

areas_data = areas_client.get_list_areas().get_all().results

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindsight_people_control_api-0.1.4.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page