forked from dougpenny/PSDataAccessPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PSDataAccessCorePlugin | ||
The PSDataAccessCorePlugin 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: | ||
# 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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters