Skip to main content

Zoho Office Integrator Python SDK

Project description

Python SDK

PyPI PyPI - Python Version PyPI - Wheel PyPI - License

Getting Started

Zoho Office Integrator Pythod SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application.

Prerequisites

  • To start working with this SDK you need a an account in office integrator service. Sign Up

  • You need to install suitable version of Python and pip

Registering a Zoho Office Integrator APIKey

Since Zoho Office Integrator APIs are authenticated with apikey, you should register your with Zoho to get an apikey. To register your app:

  • Follow the steps mentioned in this help page ( Sign-up for a Zoho Account if you don't have one)

  • Enter your company name and short discription about how you are going to using zoho office integrator with your application in apikey sign-up form. Choose the type of your application(commerial or non-commercial) and generate the apikey.

  • After sign-up completed for Zoho Office Integrator service, copy the apikey from the dashboard.

Including the SDK in your project

You can include the SDK to your project using:

  • Install Python SDK

    • Navigate to the workspace of your client app.
    • Run the command below:
    pip install office-integrator-sdk
    
  • Another method to install the SDK

    • Add following line in requirements.txt file of your application.
    office-integrator-sdk==1.0.0b2
    
    • Run the follwoing comment install the sdk files
    pip3 install -r requirements.txt
    

SDK Sample code

Refer this repository for example codes to all Office Integrator API endpoints.

Release Notes

Version 1.0.b2

  • Readme file and license details updated

Version 1.0.b1

  • Initial sdk version release

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.

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

office-integrator-sdk-1.0.0b2.tar.gz (74.4 kB view hashes)

Uploaded Source

Built Distribution

office_integrator_sdk-1.0.0b2-py2.py3-none-any.whl (143.4 kB view hashes)

Uploaded Python 2 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