Project 'ulrike.pado/asyst-moodle-plugin' was moved to 'knight/asyst-moodle-plugin'. Please update any links and bookmarks that may still have the old path.
  • Artem Baranovskyi's avatar
    General Plugin Implementation. · 7b3a3538
    Artem Baranovskyi authored
    - creating ASYST API on Flask server
    - preparation a query to API
    - response processing and Manual Grading Form manipulations (not yet covers slots !!!).
    7b3a3538
http_client_interface.php 152 bytes
<?php
namespace local_asystgrade\api;
defined('MOODLE_INTERNAL') || die();
interface http_client_interface {
    public function post($url, $data);