wiki.ziemers.de

ziemer's informatik Wiki

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:software:beuthbot:database

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:software:beuthbot:database [25.06.2020 14:54]
Tobias Belkner
wiki:software:beuthbot:database [29.06.2020 14:01] (aktuell)
Tobias Belkner [Table of Content]
Zeile 1: Zeile 1:
 =====database===== =====database=====
 +
 +==== Table of Content ====
 +     - [[[[wiki:software:beuthbot:database#database|database]]
 +     - [[[[wiki:software:beuthbot:database#Table of Content|Table of Content]]
 +     - [[[[wiki:software:beuthbot:database#Motivation|Motivation]]
 +     - [[[[wiki:software:beuthbot:database#Requirements|Requirements]]
 +       - [[[[wiki:software:beuthbot:database#Functional|Functional]]
 +       - [[[[wiki:software:beuthbot:database#Non Functional|Non Functional]]
 +     - [[[[wiki:software:beuthbot:database#User Stories|User Stories]] 
 +     - [[[[wiki:software:beuthbot:database#Use Cases|Use Cases]]
 +     - [[[[wiki:software:beuthbot:database#Klassendiagramm User|Klassendiagramm User]]
 +     - [[[[wiki:software:beuthbot:database#Technologies|Technologies]]
 +     - [[[[wiki:software:beuthbot:database#Integration|Integration]]
 +       - [[[[wiki:software:beuthbot:database#Sequenzdiagramm mit angesteuertem Service|Sequenzdiagramm mit angesteuertem Service]]
 +       - [[[[wiki:software:beuthbot:database#Sequenzdiagramm nur Datenbank betreffend|Sequenzdiagramm nur Datenbank betreffend]]
 +     - [[[[wiki:software:beuthbot:database#Getting Started|Getting Started]]
 +       - [[[[wiki:software:beuthbot:database#Windows|Windows]]
 +     - [[[[wiki:software:beuthbot:database#API|API]]
 +       - [[[[wiki:software:beuthbot:database#Request all Users|Request all Users]]
 +       - [[[[wiki:software:beuthbot:database#Request Users|Request Users]]
 +       - [[[[wiki:software:beuthbot:database#Add / Change Detail|Add / Change Detail]]
 +       - [[[[wiki:software:beuthbot:database#Delete all Details|Delete all Details]]
 +       - [[[[wiki:software:beuthbot:database#Delete Detail|Delete Detail]]
  
 ====Motivation==== ====Motivation====
Zeile 245: Zeile 268:
 </code> </code>
  
-== API ==+==== API ====
 === Request all Users === === Request all Users ===
 Requests all Users in the collection Requests all Users in the collection
Zeile 252: Zeile 275:
 </code> </code>
  
-==== Response ====+== Response ==
 <code> <code>
 {...}, {...},
Zeile 266: Zeile 289:
 </code> </code>
  
-==== Error ====+== Error ==
 <code> <code>
 { {
Zeile 278: Zeile 301:
 </code> </code>
  
-==== Reponse ====+== Reponse ==
 Request a single user with the given id. Request a single user with the given id.
 <code> <code>
Zeile 291: Zeile 314:
 </code> </code>
  
-==== Error ====+== Error ==
  
 <code> <code>
Zeile 299: Zeile 322:
 </code> </code>
  
-=== Add / Change **Detail** ===+=== Add / Change Detail ===
 Add/Change a Detaile to/from the User with the given id. Add/Change a Detaile to/from the User with the given id.
 <code> <code>
Zeile 305: Zeile 328:
 </code> </code>
  
-==== Request Body ====+== Request Body ==
  
 <code> <code>
Zeile 314: Zeile 337:
 </code> </code>
  
-==== Reponse ====+== Reponse ==
 If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false. If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false.
 <code> <code>
Zeile 328: Zeile 351:
 </code> </code>
  
-==== Reponse ====+== Reponse ==
 If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false. If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false.
  
Zeile 345: Zeile 368:
 </code> </code>
  
-==== Reponse ====+== Reponse ==
 If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false. If the operation was successful the error will be set to null and the success will be set to true. If the operation failed an error message will be set and the success will be set to false.
 <code> <code>
wiki/software/beuthbot/database.1593089661.txt.gz · Zuletzt geändert: 25.06.2020 14:54 von Tobias Belkner