GithubHelp home page GithubHelp logo

edoardo-conti / classeviva-api Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 2.0 13.79 MB

Software per instaurare un web-service per l'erogazione di API del portale classeViva.

License: Apache License 2.0

JavaScript 100.00%

classeviva-api's Introduction

classeViva-api

Web-service per l'erogazione di informazioni in formato JSON tramite API esterne del portale classeViva. Software dipendente da Node.js e moduli npm.

API

  • Connessione
    • Raggiungere <address>:3000/<school_code>/<usercode>/<password>
    • Di seguito verrà restituito un JSON simile strutturalmente al seguente:
      {"status":"OK", "sessionId":"<codice alfanumerico di 32 caratteri>"}
      Ora occorre passare all'indirizzo sopra citato il codice precendemente ottenuto
      <address>:3000/<codice alfanumerico di 32 caratteri>
      A questo punto si è stabilita una connessione e la pagina sopra citata restituirà il nome dell'alunno e la scuola frequentante
  • Voti
    Per visualizzare i voti dello studente accedere alla pagina:
    <address>:3000/<codice alfanumerico di 32 caratteri>/voti
  • Attività giornaliera
    Per visualizzare gli argomenti affrontati nella giornata odierna:
    <address>:3000/<codice alfanumerico di 32 caratteri>/oggi
  • Agenda
    Per visualizzare il planner settimanale:
    <address>:3000/<codice alfanumerico di 32 caratteri>/agenda
  • File
    Per visualizzare i file caricati dai professori per la classe:
    <address>:3000/<codice alfanumerico di 32 caratteri>/didattica
  • Assenze
    Per controllare le assenze: <address>:3000/<codice alfanumerico di 32 caratteri>/assenze

classeviva-api's People

Contributors

edoardo-conti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

classeviva-api's Issues

Agenda not working

ENG
The 'agenda' request returns a useless HTML page (it contains only the person's name, the school's name and the title of the page itself).

ITA
La richiesta 'agenda' restituisce una pagina HTML inutile (contiene solo nome, scuola e il titolo della pagina stessa).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.