Skip to content

zoho/office-integrator-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages