forked from WEB-IMB-WS2526/lab-development-imb
66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
1.1) Antonette
|
|
1.2) 10
|
|
1.3) sunt aut facere repellat provident occaecati excepturi optio reprehenderit
|
|
1.4) 5
|
|
1.5) Ja
|
|
1.6) curl https://jsonplaceholder.typicode.com/posts?userId=2
|
|
|
|
|
|
2.1)68eb4a0b-6c49-44e9-aec8-5af947d22141
|
|
curl https://hp-api.onrender.com/api/characters/staff
|
|
|
|
2.2) curl https://hp-api.onrender.com/api/character/68eb4a0b-6c49-44e9-aec8-5af947d22141
|
|
2.3) blond
|
|
|
|
3) siehe Datei staudenpflanzen.json
|
|
|
|
4.1)
|
|
{
|
|
"name": "Alex",
|
|
"alter": 30,
|
|
"wohnort": "Berlin"
|
|
}
|
|
|
|
4.2)
|
|
{
|
|
"produktname": "Kopfhörer",
|
|
"preis": 98.99,
|
|
"verfügbarkeit": "Ja",
|
|
"farben":["schwarz", "weiß"]
|
|
}
|
|
|
|
4.3)
|
|
{
|
|
"benutzername": "maria1999",
|
|
"passwort": "abc123",
|
|
"rolle": "Admin",
|
|
"adresse": {
|
|
"straße": "Bauernring 15",
|
|
"stadt": "Weilbach",
|
|
"plz": 12345
|
|
}
|
|
}
|
|
|
|
4.4)
|
|
[
|
|
{
|
|
"titel": "Task1",
|
|
"erledigt": true
|
|
},
|
|
{
|
|
"titel": "Task2",
|
|
"erledigt": false
|
|
}
|
|
]
|
|
|
|
4.5)
|
|
{
|
|
"titel": "Blabla",
|
|
"autor": "Blubb",
|
|
"inhalt": "Nix",
|
|
"kommentar": {
|
|
"autor": "Niemand",
|
|
"text": "Auch nix!"
|
|
}
|
|
}
|