Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

office-integrator-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-integrator-sdk

Zoho Office Integrator Python SDK

  • 1.0.0b2
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc