blob: df1c027f01440e601621f3f043c0416b00bc611d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\begin{frame}{API Erweiterung}
\begin{columns}[t]
\begin{column}{.3\textwidth}
\centering{\fontsize{30pt}{36pt}\selectfont\faLock}
\vspace{.2cm}
\begin{orangeblock}{Authentication}
\begin{itemize}
\item Registrierung
\item Passwort ändern
\item Passwort vergessen
\item Passwort zurücksetzen
\item Account löschen
\end{itemize}
\end{orangeblock}
\end{column}
\begin{column}{.3\textwidth}
\centering{\fontsize{30pt}{36pt}\selectfont\faDownload}
\vspace{.2cm}
\begin{greenblock}{Subscriptions}
\begin{itemize}
\item Abrufen der Informationen aller Abonnements
\end{itemize}
\end{greenblock}
\end{column}
\begin{column}{.3\textwidth}
\centering{\fontsize{30pt}{36pt}\selectfont\faSpinner}
\vspace{.2cm}
\begin{blueblock}{Episode Actions}
\begin{itemize}
\item Episode Actions hochladen
\item Episode Actions abrufen
\end{itemize}
\end{blueblock}
\end{column}
\end{columns}
\end{frame}
|