v2
PowerSchool.authorize()
is now called upon client instantiation. Theauth
parameter must be passed.- Fixed
Schema.query()
ignoring thepage
parameter, if passed. dcid
renamed topk
forSchema.query()
-- not all table primary keys areDCID
.- Removed superfluous print statement when fetching access token.
- Code formatting with
black