Project

General

Profile

Actions

Web Services Definition » History » Revision 12

« Previous | Revision 12/40 (diff) | Next »
Kurt Gerber, 13 Dec 2018 12:09


API / Web Services Requirements

Request services

The existing API is documented here: https://qcat.readthedocs.io/en/latest/api/docs.html

Required missing request services:

1. Whithout the 'edition' endpoint, it should response with an array of available editions. Now it answers with a 'Not found' html page.

2. Without the specific configuration endpoint (like 'technologies'), the response should be an array of available configurations. Now it answers with a 'Not found' html page.

Requirements for services to add / update cases

Authentification

To upload a case, a user has to authenticate himself. Therefore an authentification endpoint is needed.

The token as needed for any API requests, serves only as authorization to access the API. The token is application based and always the same for certain application, independently of the user working with the application.

Updated by Kurt Gerber about 6 years ago · 12 revisions