New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

schoolnet-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schoolnet-api

Schoolnet Api =============

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

Schoolnet Api

Schoolnet is always sold district or state wide, never to individual schools. As such credentials used for retrieval will have access to one or more districts worth of data.

Workflow Overview

The first step to integrating with Schoolnet is to obtain OAuth credentials, a client ID and client Secret, to access the Schoolnet servers. If the Schoolnet system is setup as a multi-tenant environment an appropriate tenant scope is required for Agent mode to work correctly. Once these credentials are obtained a synchronization workflow proceeds according to the following pseudocode.

for each district in schoolnet.getDistricts():
    for each school in schoolnet.getSchools(district):
        for each section in schoolnet.getSections(school):
            # load section details
            section = schoolnet.getSectionDetails(section)
            students = schoolnet.students(section)
            teacher = schoolnet.teacher(section)

Integration Notes

When retrieving an Assessment it is necessary to pass along expand=assessmentquestion in the query parameters. Failing to do so will result in getting only the metadata about the assessment and not the items which should be presented to a student.

Keywords

schoolnet

FAQs

Package last updated on 18 Nov 2020

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