Download: https://www.balena.io/etcher/
Raspbian Image List: http://downloads.raspberrypi.org/raspbian/images/ Raspbian Latest Image: https://www.raspberrypi.org/downloads/raspbian/ (Use full desktop image)
Download: https://www.balena.io/etcher/
Raspbian Image List: http://downloads.raspberrypi.org/raspbian/images/ Raspbian Latest Image: https://www.raspberrypi.org/downloads/raspbian/ (Use full desktop image)
{"swagger":"2.0","info":{"title":"Course Maps API","description":"API for interacting with Engrade Course Maps","contact":{"name":"Isaac Riceweber","email":"[email protected]"},"version":"v1"},"host":"core-api-c2qastg.lms.nonprod.mheducation.com","basePath":"\/coursemaps\/v1","schemes":["https"],"consumes":["application\/json"],"produces":["application\/json"],"paths":{"\/folders\/{folderid}\/children\/{itemid}\/assignment":{"post":{"tags":["folders"],"description":"Creates an assignment for an item and creates a mapping between the item and assignment","operationId":"assignFolderItem","parameters":[{"name":"folderid","in":"path","description":"Identifier for the folder requested.","required":true,"type":"integer","minimum":1},{"name":"itemid","in":"path","description":"Identifier for the item that will be assigned","required":true,"type":"integer","minimum":1},{"$ref":"#\/parameters\/ContextType"},{"$ref":"#\/parameters\/ContextId"},{"name":"payload","in":"body","description":"Structure for JSON re |
import json | |
import urllib, urllib2, hashlib | |
class DataAccessLayer(object): | |
def __init__(self): | |
self.cache = None | |
def __load__(self, file_path): | |
path_hash = hashlib.md5(file_path).hexdigest()[:7] | |
file_name = '{}.json'.format(path_hash) | |
urllib.urlretrieve(file_path, file_name) |
{"swagger":"2.0","info":{"title":"Course Maps API","description":"API for interacting with Engrade Course Maps","contact":{"name":"Isaac Riceweber","email":"[email protected]"},"version":"v1"},"host":"core-api-c2qastg.lms.nonprod.mheducation.com","basePath":"\/coursemaps\/v1","schemes":["https"],"consumes":["application\/json"],"produces":["application\/json"],"paths":{"\/folders\/{folderid}\/children\/{itemid}\/assignment":{"post":{"tags":["folders"],"description":"Creates an assignment for an item and creates a mapping between the item and assignment","operationId":"assignFolderItem","parameters":[{"name":"folderid","in":"path","description":"Identifier for the folder requested.","required":true,"type":"integer","minimum":1},{"name":"itemid","in":"path","description":"Identifier for the item that will be assigned","required":true,"type":"integer","minimum":1},{"$ref":"#\/parameters\/ContextType"},{"$ref":"#\/parameters\/ContextId"},{"name":"payload","in":"body","description":"Structure for JSON re |
swagger: '2.0' | |
info: | |
title: Assess Authoring Service API (implemented) | |
description: The current development state of the Assess Authoring Service API | |
version: "0.0.1" | |
schemes: | |
- https | |
basePath: /v1 | |
produces: | |
- application/json |
(function(appConfig, pubsub){ | |
var config = (function(){ return <?=json_encode($_GLOBAL['app-config'])?> })() || {}; | |
appConfig.get = function() { | |
return config; | |
}; | |
appConfig.set = function(key, value) { | |
if(config[key]) { | |
config[key] = value; |
AAS integration with IdM:
Integration of item picker with Assignments
Integration of item picker with AA API