REST-APIs Flashcards

1
Q

Für was steht die Abkürzung “REST”

A

REpresentational State Transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Was ist REST?

A

Programmierparadigma für Webservices auf der Grundlage von HTTP-Requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Welches Ziel verfolgt REST?

A

Einen Architekturstil für das moderne Web zu schaffen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Welche Prinzipen muss ein RESTful-Dienst erfüllen?

A
  • Client-Server-Architektur
  • Zustandslosigkeit
  • Caching (HTTP)
  • Einheitlichkeit
  • Mehrschichtigkeit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Was ist eine alternative zu REST?

A

SOAP (Simple Object Access Protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Für was steht die Abkürzung “API”

A

Application Programming Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Welche Aufgabe hat eine API?

A

Dass ein System in irgendeiner Art mit einem anderen System kommunizieren kann

How well did you know this?
1
Not at all
2
3
4
5
Perfectly