Skip to content

eaze/shiftplanning-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShiftPlanning Python SDK

The ShiftPlanning API allows you to call modules within the ShiftPlanning employee scheduling software that respond in REST style JSON & XML.

This repository contains the open source Python SDK that allows you to utilize the above on your website. Except as otherwise noted, the ShiftPlanning Python SDK is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

Usage

The following are a good place to start. The minimal you'll need to have is:

if __name__ == "__main__":
    key = "your token goes here"
    username = 'username'
    pwd = 'password'
    s = shift_planning.ShiftPlanning(key,username,pwd)

To make API calls: Following is an example shift_planning_obj.create_message({'message':'this is a beautiful day.','subject':'weather','to':'14320'})

To Login

shift_planning_obj.do_login()

and logout shift_planning_obj.do_logout()

Feedback

We are relying on the [GitHub issues tracker][issues] linked from above for feedback. File bugs or other issues [here][issues].

About

Python SDK to the ShiftPlanning API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%