https://github.com/dougpenny/psdataaccessplugin
PowerSchool data access plugin example
https://github.com/dougpenny/psdataaccessplugin
powerschool powerschool-plugin
Last synced: 4 months ago
JSON representation
PowerSchool data access plugin example
- Host: GitHub
- URL: https://github.com/dougpenny/psdataaccessplugin
- Owner: dougpenny
- Created: 2018-04-25T19:30:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T12:27:24.000Z (about 4 years ago)
- Last Synced: 2025-05-29T21:05:44.402Z (about 1 year ago)
- Topics: powerschool, powerschool-plugin
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSDataAccessPlugin
The PSDataAccessPlugin is used, along with an API client (like [SwiftyPSCore](https://github.com/dougpenny/SwiftyPSCore) or [PyPowerSchool](https://github.com/dougpenny/PyPowerSchool)), to interact with PowerSchool API. The plugin does a couple of things:
1. Provides the credentials needed to connect with the PowerSchool API using an API client.
2. Allows you to use core [PowerQueries](https://support.powerschool.com/developer/#/page/powerqueries). Please note that for any core PowerQueries you would like to use, you will need to update the <[access-request](https://support.powerschool.com/developer/#/page/access-request)> element accordingly.
You can use the plugin as is, or you can modify and add to it as you see fit. To install the plugin, simply navigate to the Plugin Managment Dashboard in PowerSchool and upload the `plugin.xml` file.