Sessions

Aperta
#6 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@ztnel ci sta già lavorando.

Dal 30/7/2021.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

endpoint model

Description

Endpoint

GET /v1/session/<id>
This resource is generated by the backend automatically on a capture without a session in the header. After the resource is created the session id is returned to the client so all subsequent captures can be linked with a session

PUT /v1/session/<id>
Used by the backend to append new captures to a session

DELETE /v1/session/<id>
removes a session instance

Model

Sessions will consist of a list of captures in the order they were taken. Only calibration-related captures are recorded by the backend.

{
  "id": "dsajdksbadjba",
  "created_at": "2021-07-11",
  "updated_at": "2021-07-11",
  "captures": [
    "jljfkdljsfkld",
    "dasbyduisadvu",
    "kldsjdaidoahd",
    "jljfkdljsfkld"
  ]
}
Lingua principale
Python
Stelle
0
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di LEAP-Systems/api

Tutte le issue di LEAP-Systems/api

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.