mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
improve API diagram
This commit is contained in:
@@ -8,9 +8,17 @@ skinparam class {
|
|||||||
skinparam shadowing false
|
skinparam shadowing false
|
||||||
|
|
||||||
package API {
|
package API {
|
||||||
class ConfigurationAPI
|
class ConfigurationAPI {
|
||||||
class RecommenderAPI
|
+get() : JSON
|
||||||
class ProductStructureAPI
|
+post(configuration : JSON) : JSON
|
||||||
|
}
|
||||||
|
class RecommenderAPI {
|
||||||
|
+post(preferences : JSON, configuration : JSON) : JSON
|
||||||
|
}
|
||||||
|
class ProductStructureAPI {
|
||||||
|
+put(productStructure : JSON) : JSON
|
||||||
|
+get() : JSON
|
||||||
|
}
|
||||||
}
|
}
|
||||||
"/config/" ()-- ConfigurationAPI
|
"/config/" ()-- ConfigurationAPI
|
||||||
"/recommender/" ()-- RecommenderAPI
|
"/recommender/" ()-- RecommenderAPI
|
||||||
|
|||||||
Reference in New Issue
Block a user