Skip to main content

Unofficial Reclaim.ai Python API

Project description

reclaim-sdk - Python SDK for Reclaim.ai

⚠️ WARNING: Major Changes in Version 0.5+ ⚠️

reclaim-sdk - Python SDK for Reclaim.ai

⚠️ WARNING: Major Changes in Version 0.5+ ⚠️

The codebase has undergone substantial modifications starting from version 0.5. These updates introduce breaking changes that may impact existing implementations. Please consult the documentation thoroughly before upgrading from earlier versions.

reclaim-sdk is a Python SDK designed for the Reclaim.ai API. It offers a straightforward and developer-friendly interface for managing tasks within Reclaim.ai. Please note that this SDK is not officially affiliated with Reclaim.ai and has been reverse-engineered from the Reclaim.ai web app, as well as utilizing the Swagger Spec provided by AJ from Reclaim.ai =>Swagger Spec. Consequently, there may be bugs, and the API is subject to change without notice. Version stability is not guaranteed.

Features

At present, reclaim-sdk exclusively supports task management. Its primary function is to integrate various tools with Reclaim.ai, enabling the efficient handling of tasks from project management, calendars, and similar applications within Reclaim.ai. For other features, such as managing habits or custom hours, users should utilize the Reclaim.ai web app directly.

If something is missing for you, please open an issue or a pull request.

Installation

To install reclaim-sdk, simply run the following command:

pip install reclaim-sdk

Configuration

You can get an API key from here.

There are now two ways to configure the SDK with your API key:

  1. Using the RECLAIM_TOKEN environment variable:

    import os
    os.environ["RECLAIM_TOKEN"] = "YOUR_API_KEY"
    
  2. Using the new configure method:

    from reclaim_sdk.client import ReclaimClient
    
    ReclaimClient.configure(token="YOUR_API_KEY")
    

The configure method allows you to set up the client with your API token (and optionally a base URL) at any point in your code before making API calls.

Usage

The SDK uses Pydantic models for better type checking and data validation. Please refer to code examples below:

Contributing

Contributions are welcome. Please open an issue or a pull request. If you want to add a new resource, please have a look at the BaseResource class. The Task class is a good example of how to implement a new resource. Reference the Swagger Spec for the available endpoints and also use the network tab in the browser to see the request and response payloads, as the Swagger Spec may not always be up-to-date or complete.

License

MIT License

Copyright (c) 2022 Laurence Labusch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

reclaim_sdk-0.6.1.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

reclaim_sdk-0.6.1-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

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