texlive[54486] Master: rest-api (22mar20)

commits+karl at tug.org commits+karl at tug.org
Sun Mar 22 21:50:56 CET 2020


Revision: 54486
          http://tug.org/svn/texlive?view=revision&revision=54486
Author:   karl
Date:     2020-03-22 21:50:56 +0100 (Sun, 22 Mar 2020)
Log Message:
-----------
rest-api (22mar20)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/rest-api/
    trunk/Master/texmf-dist/doc/latex/rest-api/README.md
    trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf
    trunk/Master/texmf-dist/source/latex/rest-api/
    trunk/Master/texmf-dist/source/latex/rest-api/rest-api.dtx
    trunk/Master/texmf-dist/source/latex/rest-api/rest-api.ins
    trunk/Master/texmf-dist/tex/latex/rest-api/
    trunk/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
    trunk/Master/tlpkg/tlpsrc/rest-api.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/rest-api/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rest-api/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/rest-api/README.md	2020-03-22 20:50:56 UTC (rev 54486)
@@ -0,0 +1,6 @@
+# describe restapi
+LaTeX package for describing rest apis
+
+Developed by Dennis Klein <dennis94.kl at gmail.com>
+
+This material is subject to the LATEX Project Public License 1.3c.
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/rest-api/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf	2020-03-22 20:50:14 UTC (rev 54485)
+++ trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf	2020-03-22 20:50:56 UTC (rev 54486)

Property changes on: trunk/Master/texmf-dist/doc/latex/rest-api/rest-api.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/rest-api/rest-api.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/rest-api/rest-api.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/rest-api/rest-api.dtx	2020-03-22 20:50:56 UTC (rev 54486)
@@ -0,0 +1,969 @@
+% \iffalse meta-comment
+%
+% Copyright (C) 2020 by Dennis Klein dennis94.kl at gmail.com
+% ---------------------------------------------------------------------------
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2008/05/04 or later.
+%
+% This work consists of the files rest-api.dtx and rest-api.ins
+% and the derived filebase rest-api.sty.
+%
+% \fi
+%
+% \iffalse
+%<*driver>
+\ProvidesFile{rest-api.dtx}
+%</driver>
+%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+%<package>\ProvidesPackage{rest-api}
+%<*package>
+    [2020/03/22 v1.2 rest-api package]
+%</package>
+%
+%<*driver>
+\documentclass{ltxdoc}
+\EnableCrossrefs
+\usepackage{listings}
+\CodelineIndex
+\RecordChanges
+\begin{document}
+  \setlength{\parindent}{0pt}
+  \DocInput{rest-api.dtx}
+  \PrintChanges
+  \PrintIndex
+\end{document}
+%</driver>
+% \fi
+%
+% \CheckSum{424}
+%
+% \CharacterTable
+%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%   Digits        \0\1\2\3\4\5\6\7\8\9
+%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%   Dollar        \$     Percent       \%     Ampersand     \&
+%   Acute accent  \'     Left paren    \(     Right paren   \)
+%   Asterisk      \*     Plus          \+     Comma         \,
+%   Minus         \-     Point         \.     Solidus       \/
+%   Colon         \:     Semicolon     \;     Less than     \<
+%   Equals        \=     Greater than  \>     Question mark \?
+%   Commercial at \@     Left bracket  \[     Backslash     \\
+%   Right bracket \]     Circumflex    \^     Underscore    \_
+%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%   Right brace   \}     Tilde         \~}
+%
+%
+% \changes{v1.2}{2020/03/22}{Corrections for CTAN, rename to rest-api}
+% \changes{v1.1}{2020/03/21}{Add documentation and usage}
+% \changes{v1.0}{2020/02/18}{Converted to DTX file}
+% \changes{v0.3}{2020/02/17}{Add commands for color customization}
+% \changes{v0.2}{2020/02/17}{Add command to enable/disable breaks in route environments}
+% \changes{v0.1}{2020/02/15}{Start project}
+%
+% \DoNotIndex{\newcommand,\newenvironment}
+%
+% \providecommand*{\url}{\texttt}
+% \GetFileInfo{rest-api.dtx}
+% \title{The \textsf{rest-api} package}
+% \author{Dennis Klein \\ \url{dennis94.kl at gmail.com}}
+% \date{\fileversion~from \filedate}
+%
+% \maketitle
+%
+% \section{Introduction}
+% A package to discribe a REST API for documentation.
+%
+%
+% \section{Usage}
+% \paragraph{GET Request with parameter} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+ \begin{apiRoute}{get}{/api/storage/\{id\}}{get specific storage with id}
+	\begin{routeParameter}
+		\routeParamItem{id}{id of storage}
+	\end{routeParameter}
+	\begin{routeResponse}{application/json}
+		\begin{routeResponseItem}{200}{ok}
+			\begin{routeResponseItemBody}
+{     
+	"id": 867654678,
+	"name" : "Apfelmus",
+	"count" : 25
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+		\begin{routeResponseItem}{404}{error: storage not found}
+			\begin{routeResponseItemBody}
+{
+	"message": "storage with id '11' not found!"
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+% \paragraph{GET Request without parameter} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+\begin{apiRoute}{get}{/api/storage/}{get a list of all storage's}
+	\begin{routeParameter}
+		\noRouteParamter{no parameter}
+	\end{routeParameter}
+	\begin{routeResponse}{application/json}
+		\begin{routeResponseItem}{200}{ok}
+			\begin{routeResponseItemBody}
+[
+	{     
+		"id": 867654678,
+		"name" : "Apfelmus",
+		"count" : 25
+	},
+	{     
+		"id": 342523,
+		"name" : "Birnenmus",
+		"count" : 1
+	},
+	...
+]
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+% \paragraph{GET Request without parameter and response} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+\begin{apiRoute}{get}{/api/storage/}{}
+	\begin{routeParameter}
+		\noRouteParamter{no parameter}
+	\end{routeParameter}
+	\begin{routeResponse}{application/json}
+		\noRouteResponse{no response}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+% \paragraph{POST Request} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+\begin{apiRoute}{post}{/api/storage/}{create a new storage}
+	\begin{routeParameter}
+		\noRouteParamter{no parameter}
+	\end{routeParameter}
+	\begin{routeRequest}{application/json}
+		\begin{routeRequestBody}
+{
+	"name" : "Apfelmus",
+	"count" : 25
+}
+		\end{routeRequestBody}
+	\end{routeRequest}
+	\begin{routeResponse}{application/json}
+		\begin{routeResponseItem}{200}{ok}
+			\begin{routeResponseItemBody}
+{     
+	"id": 867654678,
+	"name" : "Apfelmus",
+	"count" : 25
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+% \paragraph{PUT Request} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+\begin{apiRoute}{put}{/api/storage/\{id\}}{change a existing storage with id}
+	\begin{routeParameter}
+		\routeParamItem{id}{id of storage}
+	\end{routeParameter}
+	\begin{routeRequest}{application/json}
+		\begin{routeRequestBody}
+{
+	"id": 867654678,
+	"name" : "Apfelmus",
+	"count" : 255
+}
+		\end{routeRequestBody}
+	\end{routeRequest}
+	\begin{routeResponse}{application/json}
+		\begin{routeResponseItem}{200}{ok}
+			\begin{routeResponseItemBody}
+{
+	"id": 867654678,
+	"name" : "Apfelmus",
+	"count" : 255
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+		\begin{routeResponseItem}{404}{error: storage not found}
+			\begin{routeResponseItemBody}
+{
+	"message": "storage with id '11' not found!"
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+% \paragraph{DELETE Request} \
+% \iffalse
+%<*example>
+% \fi
+\begin{lstlisting}[frame=single,breaklines=true]
+\begin{apiRoute}{delete}{/api/storage/\{id\}}{remove a storage with id}
+	\begin{routeParameter}
+		\routeParamItem{id}{id of storage}
+	\end{routeParameter}
+	\begin{routeResponse}{application/json}
+		\begin{routeResponseItem}{200}{ok}
+			
+		\end{routeResponseItem}
+		\begin{routeResponseItem}{404}{error: storage not found}
+			\begin{routeResponseItemBody}
+{
+	"message": "storage with id '11' not found!"
+}
+			\end{routeResponseItemBody}
+		\end{routeResponseItem}
+	\end{routeResponse}
+\end{apiRoute}
+\end{lstlisting}
+% \iffalse
+%</example>
+% \fi
+
+%
+%
+%
+% \subsection{Usercallable macros and environments}
+%
+% \DescribeMacro{\getGetColor}
+%	Return the main color for routes with get method.
+%
+% \DescribeMacro{\getGetBorderColor}
+%	Return the border color for routes with get method.
+%
+% \DescribeMacro{\getGetLightColor}
+%	Return the background color for routes with get method.
+%
+% \DescribeMacro{\getPostColor}
+%	Return the main color for routes with post method.
+%
+% \DescribeMacro{\getPostBorderColor}
+%	Return the border color for routes with post  method.
+%
+% \DescribeMacro{\getPostLightColor}
+%	Return the background color for routes with post method.
+%
+% \DescribeMacro{\getPutColor}
+%	Return the main color for routes with put method.
+%
+% \DescribeMacro{\getPutBorderColor}
+%	Return the border color for routes with put  method.
+%
+% \DescribeMacro{\getPutLightColor}
+%	Return the background color for routes with put method.
+%
+% \DescribeMacro{\getDeleteColor}
+%	Return the main color for routes with delete method.
+%
+% \DescribeMacro{\getDeleteBorderColor}
+%	Return the border color for routes with delete  method.
+%
+% \DescribeMacro{\getDeleteLightColor}
+%	Return the background color for routes with delete method.
+%
+% \DescribeMacro{\noBreakRoute}
+%	Set \textbackslash routeBreakValue true.
+%
+% \DescribeMacro{\breakRoute}
+%	Set \textbackslash routeBreakValue false.
+%
+% \DescribeEnv{apiRoute}
+%	Describe an endpoint with path, method and describtion.
+%	Contains other environments with further information. 
+%
+% \DescribeEnv{routeRequest}
+%	Describe the content type of the request.
+%	Contains the request body.
+%
+% \DescribeEnv{routeParameter}
+%	Describe the path parameter.
+%	Contains a list of \textbackslash routeParamItem commands.
+%	If no paramters excists you can use the command \textbackslash noRouteParamter.
+%
+% \DescribeMacro{\routeParamItem}
+%	Describe a parameter with name and describtion.
+%
+% \DescribeMacro{\noRouteParamter}
+%	Show a text e.g. 'no parameter'.
+%
+% \DescribeEnv{routeResponse}
+%	Describe the content type of the response.
+%	Contains a list of routeResponseItem environments or the command \textbackslash noRouteResponse.
+%
+% \DescribeMacro{\noRouteResponse}
+%	Show a text e.g. 'no response'.
+%
+% \DescribeEnv{routeResponseItem}
+%	Describe the the http status code with describtion.
+%	Contains the response body.
+%
+%
+% \subsection{Helper macros}
+%
+% \DescribeMacro{\routeBreakValue}
+%	Return true or false to enable/disable noBreak of a route.
+%
+% \DescribeMacro{\methodColor}
+%	Return the main color of the current route.
+%
+% \DescribeMacro{\methodLightColor}
+%	Return the background color of the current route.
+%
+% \DescribeMacro{\methodBorderColor}
+%	Return the border color of the current route.
+%
+% \DescribeMacro{\methodJson}
+%	Set the with \\lstset color scheme for the listings of the current route.
+%
+
+%
+% \StopEventually{}
+%
+% \section{Implementation}
+%
+% \iffalse
+%<*package>
+% \fi
+%
+% this is my first package
+% 
+% (c) Dennis Klein
+%
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+% 
+%
+%    \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{restapi}[2020/02/18 REST API package]
+\RequirePackage[T1]{fontenc}
+\RequirePackage{tabularx,colortbl}
+\RequirePackage{transparent}
+\RequirePackage{xcolor}
+\RequirePackage{color}
+\RequirePackage{xifthen, xstring}
+\RequirePackage{tikz}
+\RequirePackage[framemethod=tikz]{mdframed}
+\RequirePackage{array}
+\RequirePackage{verbatim} 
+\RequirePackage{listings}
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\definecolor{getBlue}{HTML}{1391FF}
+\definecolor{getBlueBorder}{HTML}{61affe}
+\definecolor{getLightBlue}{HTML}{ECF6FF}
+%    \end{macrocode}
+%
+% \begin{macro}{\getGetColor}
+%    \begin{macrocode}
+\newcommand{\getGetColor}{getBlue}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getGetBorderColor}
+%    \begin{macrocode}
+\newcommand{\getGetBorderColor}{getBlueBorder}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getGetLightColor}
+%    \begin{macrocode}
+\newcommand{\getGetLightColor}{getLightBlue}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+\definecolor{postGreen}{HTML}{009D77}
+\definecolor{postGreenBorder}{HTML}{49CC97}
+\definecolor{postLightGreen}{HTML}{EBF7F4}
+%    \end{macrocode}
+%
+% \begin{macro}{\getPostColor}
+%    \begin{macrocode}
+\newcommand{\getPostColor}{postGreen}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getPostBorderColor}
+%    \begin{macrocode}
+\newcommand{\getPostBorderColor}{postGreenBorder}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getPostLightColor}
+%    \begin{macrocode}
+\newcommand{\getPostLightColor}{postLightGreen}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+\definecolor{putOrange}{HTML}{E97500}
+\definecolor{putOrangeBorder}{HTML}{fca130}
+\definecolor{putLightOrange}{HTML}{FEF4EB}
+%    \end{macrocode}
+%
+% \begin{macro}{\getPutColor}
+%    \begin{macrocode}
+\newcommand{\getPutColor}{putOrange}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getPutBorderColor}
+%    \begin{macrocode}
+\newcommand{\getPutBorderColor}{putOrangeBorder}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getPutLightColor}
+%    \begin{macrocode}
+\newcommand{\getPutLightColor}{putLightOrange}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+\definecolor{deleteRed}{HTML}{CF3030}
+\definecolor{deleteRedBorder}{HTML}{f93e3e}
+\definecolor{deleteLightRed}{HTML}{FBEEEE}
+%    \end{macrocode}
+%
+% \begin{macro}{\getDeleteColor}
+%    \begin{macrocode}
+\newcommand{\getDeleteColor}{deleteRed}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getDeleteBorderColor}
+%    \begin{macrocode}
+\newcommand{\getDeleteBorderColor}{deleteRedBorder}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\getDeleteLightColor}
+%    \begin{macrocode}
+\newcommand{\getDeleteLightColor}{deleteLightRed}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+\colorlet{punct}{black}
+\definecolor{background}{HTML}{EEEEEE}
+\colorlet{delimGet}{\getGetColor}
+\colorlet{numbGet}{delimGet}
+\colorlet{delimPost}{\getPostColor}
+\colorlet{numbPost}{delimPost}
+\colorlet{delimPut}{\getPutColor}
+\colorlet{numbPut}{delimPut}
+\colorlet{delimDelete}{\getDeleteColor}
+\colorlet{numbDelete}{delimDelete}
+\lstdefinelanguage{jsonGet}{
+	basicstyle=\small\ttfamily\color{black},
+	numberstyle=\small\color{black},
+	keywordstyle=\color{black},
+	commentstyle=\color{black},
+	stringstyle=\color{black},
+	frame=L,
+	framesep=8pt,
+	framerule=2pt,
+	xleftmargin=50pt,
+	xrightmargin=0pt,
+	rulesep=0pt,
+	backgroundcolor=\color{white},
+	numbersep=8pt,
+	tabsize=4,
+	showstringspaces=false,
+	breaklines=true,
+	literate=
+	*{0}{{{\color{numbGet}0}}}{1}
+	{1}{{{\color{numbGet}1}}}{1}
+	{2}{{{\color{numbGet}2}}}{1}
+	{3}{{{\color{numbGet}3}}}{1}
+	{4}{{{\color{numbGet}4}}}{1}
+	{5}{{{\color{numbGet}5}}}{1}
+	{6}{{{\color{numbGet}6}}}{1}
+	{7}{{{\color{numbGet}7}}}{1}
+	{8}{{{\color{numbGet}8}}}{1}
+	{9}{{{\color{numbGet}9}}}{1}
+	{:}{{{\color{punct}{:}}}}{1}
+	{,}{{{\color{punct}{,}}}}{1}
+	{\{}{{{\color{delimGet}{\{}}}}{1}
+	{\}}{{{\color{delimGet}{\}}}}}{1}
+	{[}{{{\color{delimGet}{[}}}}{1}
+	{]}{{{\color{delimGet}{]}}}}{1},
+}
+\lstdefinelanguage{jsonPost}{
+	basicstyle=\small\ttfamily\color{black},
+	numberstyle=\small\color{black},
+	keywordstyle=\color{black},
+	commentstyle=\color{black},
+	stringstyle=\color{black},
+	frame=L,
+	framesep=8pt,
+	framerule=2pt,
+	xleftmargin=50pt,
+	xrightmargin=0pt,
+	rulesep=0pt,
+	backgroundcolor=\color{white},
+	numbersep=8pt,
+	tabsize=4,
+	showstringspaces=false,
+	breaklines=true,
+	literate=
+	*{0}{{{\color{numbPost}0}}}{1}
+	{1}{{{\color{numbPost}1}}}{1}
+	{2}{{{\color{numbPost}2}}}{1}
+	{3}{{{\color{numbPost}3}}}{1}
+	{4}{{{\color{numbPost}4}}}{1}
+	{5}{{{\color{numbPost}5}}}{1}
+	{6}{{{\color{numbPost}6}}}{1}
+	{7}{{{\color{numbPost}7}}}{1}
+	{8}{{{\color{numbPost}8}}}{1}
+	{9}{{{\color{numbPost}9}}}{1}
+	{:}{{{\color{punct}{:}}}}{1}
+	{,}{{{\color{punct}{,}}}}{1}
+	{\{}{{{\color{delimPost}{\{}}}}{1}
+	{\}}{{{\color{delimPost}{\}}}}}{1}
+	{[}{{{\color{delimPost}{[}}}}{1}
+	{]}{{{\color{delimPost}{]}}}}{1},
+}
+\lstdefinelanguage{jsonPut}{
+	basicstyle=\small\ttfamily\color{black},
+	numberstyle=\small\color{black},
+	keywordstyle=\color{black},
+	commentstyle=\color{black},
+	stringstyle=\color{black},
+	frame=L,
+	framesep=8pt,
+	framerule=2pt,
+	xleftmargin=50pt,
+	xrightmargin=0pt,
+	rulesep=0pt,
+	backgroundcolor=\color{white},
+	numbersep=8pt,
+	tabsize=4,
+	showstringspaces=false,
+	breaklines=true,
+	literate=
+	*{0}{{{\color{numbPut}0}}}{1}
+	{1}{{{\color{numbPut}1}}}{1}
+	{2}{{{\color{numbPut}2}}}{1}
+	{3}{{{\color{numbPut}3}}}{1}
+	{4}{{{\color{numbPut}4}}}{1}
+	{5}{{{\color{numbPut}5}}}{1}
+	{6}{{{\color{numbPut}6}}}{1}
+	{7}{{{\color{numbPut}7}}}{1}
+	{8}{{{\color{numbPut}8}}}{1}
+	{9}{{{\color{numbPut}9}}}{1}
+	{:}{{{\color{punct}{:}}}}{1}
+	{,}{{{\color{punct}{,}}}}{1}
+	{\{}{{{\color{delimPut}{\{}}}}{1}
+	{\}}{{{\color{delimPut}{\}}}}}{1}
+	{[}{{{\color{delimPut}{[}}}}{1}
+	{]}{{{\color{delimPut}{]}}}}{1},
+}
+\lstdefinelanguage{jsonDelete}{
+	basicstyle=\small\ttfamily\color{black},
+	numberstyle=\small\color{black},
+	keywordstyle=\color{black},
+	commentstyle=\color{black},
+	stringstyle=\color{black},
+	frame=L,
+	framesep=8pt,
+	framerule=2pt,
+	xleftmargin=50pt,
+	xrightmargin=0pt,
+	rulesep=0pt,
+	backgroundcolor=\color{white},
+	numbersep=8pt,
+	tabsize=4,
+	showstringspaces=false,
+	breaklines=true,
+	literate=
+	*{0}{{{\color{numbDelete}0}}}{1}
+	{1}{{{\color{numbDelete}1}}}{1}
+	{2}{{{\color{numbDelete}2}}}{1}
+	{3}{{{\color{numbDelete}3}}}{1}
+	{4}{{{\color{numbDelete}4}}}{1}
+	{5}{{{\color{numbDelete}5}}}{1}
+	{6}{{{\color{numbDelete}6}}}{1}
+	{7}{{{\color{numbDelete}7}}}{1}
+	{8}{{{\color{numbDelete}8}}}{1}
+	{9}{{{\color{numbDelete}9}}}{1}
+	{:}{{{\color{punct}{:}}}}{1}
+	{,}{{{\color{punct}{,}}}}{1}
+	{\{}{{{\color{delimDelete}{\{}}}}{1}
+	{\}}{{{\color{delimDelete}{\}}}}}{1}
+	{[}{{{\color{delimDelete}{[}}}}{1}
+	{]}{{{\color{delimDelete}{]}}}}{1},
+}
+\mdfdefinestyle{mystyle}{
+	linecolor=\methodBorderColor,
+	backgroundcolor=\methodLightColor,
+	skipabove=0pt,
+	linewidth=1.5pt,
+	skipbelow=0pt,
+	innertopmargin=0pt,
+	innerbottommargin=-3pt,
+	innerrightmargin=0pt,
+	innerleftmargin=0pt,
+	leftmargin=0pt,
+	rightmargin=0pt,
+	nobreak=true
+}
+%    \end{macrocode}
+%
+% \begin{macro}{\routeBreakValue}
+%    \begin{macrocode}
+\newcommand{\routeBreakValue}{true}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\noBreakRoute}
+%    \begin{macrocode}
+\newcommand{\noBreakRoute}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+{
+	\renewcommand{\routeBreakValue}{true}
+}
+%    \end{macrocode}
+%
+% \begin{macro}{\breakRoute}
+%    \begin{macrocode}
+\newcommand{\breakRoute}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+{
+	\renewcommand{\routeBreakValue}{false}
+}
+%    \end{macrocode}
+%
+% \begin{macro}{\methodColor}
+%    \begin{macrocode}
+\newcommand{\methodColor}{getBlue}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\methodLightColor}
+%    \begin{macrocode}
+\newcommand{\methodLightColor}{getLightBlue}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\methodBorderColor}
+%    \begin{macrocode}
+\newcommand{\methodBorderColor}{getBlueBorder}
+%    \end{macrocode}
+% \end{macro}
+%
+%
+% \begin{macro}{\methodJson}
+%    \begin{macrocode}
+\newcommand{\methodJson}
+%    \end{macrocode}
+% \end{macro}
+%
+%    \begin{macrocode}
+{
+	\lstset{language=jsonGet,rulecolor=\color{\methodColor}}
+}
+\begin{comment}
+	\newcommand{\apiCorner}{notround}
+	
+	\newcommand{\apiCornerRound}
+	{
+	\renewcommand{\apiCorner}{round}
+	}
+	
+	\newcommand{\apiCornerNotRound}
+	{
+	\renewcommand{\apiCorner}{notround}
+	}
+\end{comment}
+%    \end{macrocode}
+%
+% \begin{environment}{apiRoute}
+%    \begin{macrocode}
+\newenvironment{apiRoute}[3]
+{
+	\newcommand{\method}{#1}
+	\newcommand{\urlPath}{#2}
+	\newcommand{\routeDescription}{#3}
+	
+	\ifthenelse{\equal{\method}{get}}
+	{
+		\renewcommand{\methodColor}{\getGetColor}
+		\renewcommand{\methodLightColor}{\getGetLightColor}
+		\renewcommand{\methodBorderColor}{\getGetBorderColor}
+		\renewcommand{\methodJson}
+		{
+			\colorlet{delimGet}{\methodColor}
+			\colorlet{numbGet}{delimGet}
+			\lstset{language=jsonGet,rulecolor=\color{\methodColor}}
+		}
+	}
+	{}
+	
+	\ifthenelse{\equal{\method}{post}}
+	{
+		\renewcommand{\methodColor}{\getPostColor}
+		\renewcommand{\methodLightColor}{\getPostLightColor}
+		\renewcommand{\methodBorderColor}{\getPostBorderColor}
+		\renewcommand{\methodJson}
+		{
+			\colorlet{delimPost}{\methodColor}
+			\colorlet{numbPost}{delimPost}
+			\lstset{language=jsonPost,rulecolor=\color{\methodColor}}
+		}
+	}
+	{}
+	
+	\ifthenelse{\equal{\method}{put}}
+	{
+		\renewcommand{\methodColor}{\getPutColor}
+		\renewcommand{\methodLightColor}{\getPutLightColor}
+		\renewcommand{\methodBorderColor}{\getPutBorderColor}
+		\renewcommand{\methodJson}
+		{
+			\colorlet{delimPut}{\methodColor}
+			\colorlet{numbPut}{delimPut}
+			\lstset{language=jsonPut,rulecolor=\color{\methodColor}}
+		}
+	}
+	{} 
+	\ifthenelse{\equal{\method}{delete}}
+	{
+		\renewcommand{\methodColor}{\getDeleteColor}
+		\renewcommand{\methodLightColor}{\getDeleteLightColor}
+		\renewcommand{\methodBorderColor}{\getDeleteBorderColor}
+		\renewcommand{\methodJson}
+		{
+			\colorlet{delimDelete}{\methodColor}
+			\colorlet{numbDelete}{delimDelete}
+			\lstset{language=jsonDelete,rulecolor=\color{\methodColor}}
+		}
+	}
+	{}
+	
+	\ifthenelse{\equal{\routeDescription}{}}
+	{
+		\newcommand{\printDescription}{}
+	}
+	{
+		\newcommand{\printDescription}
+		{
+			\rowcolor{\methodLightColor}
+			& \textit{\routeDescription} \\
+		}
+		
+	}
+	
+	
+	\begingroup
+		\setlength{\parindent}{0em}
+		\begin{mdframed}[style=mystyle,nobreak=\routeBreakValue]
+			\begin{tabularx}{\textwidth}{p{1.6cm} X}
+				\rowcolor{\methodLightColor}
+				
+				\cellcolor{\methodColor}
+				\centering 
+				\textcolor{white}{\textbf{\textsc{\method}}} 
+				& \textbf{\urlPath} \\
+				
+				\printDescription
+				
+				\rowcolor{\methodLightColor} & \\
+			\end{tabularx}
+}
+%    \end{macrocode}
+% \end{environment}
+%
+%    \begin{macrocode}
+{
+		\end{mdframed}
+	\endgroup
+}
+%    \end{macrocode}
+%
+% \begin{environment}{routeRequest}
+%    \begin{macrocode}
+\newenvironment{routeRequest}[1]
+{
+	\arrayrulecolor{\methodColor}
+	
+	\begin{tabularx}{\textwidth}{X l}
+		\rowcolor{\methodLightColor!20} 
+		\textbf{Body} & #1 \\ \hline
+	\end{tabularx}
+	\vspace{1ex}
+}
+%    \end{macrocode}
+% \end{environment}
+%
+%    \begin{macrocode}
+{
+	\bigskip
+}
+\lstnewenvironment{routeRequestBody}
+{
+	\methodJson
+}
+{}
+%    \end{macrocode}
+%
+% \begin{environment}{routeParameter}
+%    \begin{macrocode}
+\newenvironment{routeParameter}
+{
+	\newcommand{\routeParamItem}[2]
+	{
+		\rowcolor{\methodLightColor} ##1 & ##2 \\
+	}
+	\newcommand{\noRouteParamter}[1]
+	{
+		\small{\textit{##1}}
+	}
+	%\vspace{-0.61em}
+	
+	\arrayrulecolor{\methodColor}
+	
+	\begin{tabularx}{\textwidth}{X}
+		\rowcolor{\methodLightColor!20}
+		\textbf{Parameter} \\ \hline
+	\end{tabularx}
+	
+	\tabularx{\textwidth}{l X}
+}
+%    \end{macrocode}
+% \end{environment}
+%
+%    \begin{macrocode}
+{
+	\endtabularx
+}
+%    \end{macrocode}
+%
+% \begin{environment}{routeResponse}
+%    \begin{macrocode}
+\newenvironment{routeResponse}[1]
+{
+	\newcommand{\noRouteResponse}[1]
+	{
+		\begin{tabularx}{\textwidth}{X}
+			\rowcolor{\methodLightColor}
+			\small{\textit{##1}} \\
+		\end{tabularx}
+	}
+	
+	\arrayrulecolor{\methodColor}
+	\begin{tabularx}{\textwidth}{X l}
+		\rowcolor{\methodLightColor!20} 
+		\textbf{Response} & #1 \\ \hline
+	\end{tabularx}
+}
+%    \end{macrocode}
+% \end{environment}
+%
+%    \begin{macrocode}
+{}
+%    \end{macrocode}
+%
+% \begin{environment}{routeResponseItem}
+%    \begin{macrocode}
+\newenvironment{routeResponseItem}[2]
+{
+	\begin{tabularx}{\textwidth}{l X}
+		\textbf{#1} & #2 \\
+	\end{tabularx}
+}
+%    \end{macrocode}
+% \end{environment}
+%
+%    \begin{macrocode}
+{
+	\medskip
+}
+\lstnewenvironment{routeResponseItemBody}
+{
+	\vspace{-1.4em}
+	\methodJson
+}
+{}
+\endinput
+%    \end{macrocode}
+%%
+%% End of file `rest-api.sty'.
+%
+
+%
+% \iffalse
+%</package>
+% \fi
+%
+% \Finale
+\endinput


Property changes on: trunk/Master/texmf-dist/source/latex/rest-api/rest-api.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/rest-api/rest-api.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/rest-api/rest-api.ins	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/rest-api/rest-api.ins	2020-03-22 20:50:56 UTC (rev 54486)
@@ -0,0 +1,61 @@
+%%
+%% Copyright (C) 2020 by Dennis Klein <dennis94.kl at gmail.com>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
+%%
+
+\input docstrip.tex
+
+\Msg{************************************************************************}
+\Msg{* Installation *}
+\Msg{* Package: rest-api 2020/03/22 v1.2 *}
+\Msg{************************************************************************}
+
+\keepsilent
+
+\usedir{tex/latex/rest-api}
+
+\preamble
+
+This is a generated file.
+
+Copyright (C) 2020 by Dennis Klein <dennis94.kl at gmail.com>
+
+This file may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, either version 1.3c of this license
+or (at your option) any later version. The latest version of this
+license is in:
+
+http://www.latex-project.org/lppl.txt
+
+and version 1.3c or later is part of all distributions of LaTeX
+version 2008/05/04 or later.
+
+\endpreamble
+
+\generate{\file{rest-api.sty}{\from{rest-api.dtx}{package}}}
+
+\obeyspaces
+\Msg{*************************************************************}
+\Msg{* *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* file into a directory searched by TeX: *}
+\Msg{* *}
+\Msg{* rest-api.sty *}
+\Msg{* *}
+\Msg{* To produce the documentation run the file rest-api.dtx *}
+\Msg{* through LaTeX. *}
+\Msg{* *}
+\Msg{* Happy TeXing! *}
+\Msg{* *}
+\Msg{*************************************************************}
+
+\endbatchfile
\ No newline at end of file

Added: trunk/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/rest-api/rest-api.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/rest-api/rest-api.sty	2020-03-22 20:50:56 UTC (rev 54486)
@@ -0,0 +1,435 @@
+%%
+%% This is file `rest-api.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% rest-api.dtx  (with options: `package')
+%% 
+%% This is a generated file.
+%% 
+%% Copyright (C) 2020 by Dennis Klein <dennis94.kl at gmail.com>
+%% 
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%% 
+%% http://www.latex-project.org/lppl.txt
+%% 
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
+%% 
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{rest-api}
+    [2020/03/22 v1.2 rest-api package]
+
+
+
+
+
+
+
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{restapi}[2020/02/18 REST API package]
+\RequirePackage[T1]{fontenc}
+\RequirePackage{tabularx,colortbl}
+\RequirePackage{transparent}
+\RequirePackage{xcolor}
+\RequirePackage{color}
+\RequirePackage{xifthen, xstring}
+\RequirePackage{tikz}
+\RequirePackage[framemethod=tikz]{mdframed}
+\RequirePackage{array}
+\RequirePackage{verbatim}
+\RequirePackage{listings}
+\definecolor{getBlue}{HTML}{1391FF}
+\definecolor{getBlueBorder}{HTML}{61affe}
+\definecolor{getLightBlue}{HTML}{ECF6FF}
+\newcommand{\getGetColor}{getBlue}
+\newcommand{\getGetBorderColor}{getBlueBorder}
+\newcommand{\getGetLightColor}{getLightBlue}
+\definecolor{postGreen}{HTML}{009D77}
+\definecolor{postGreenBorder}{HTML}{49CC97}
+\definecolor{postLightGreen}{HTML}{EBF7F4}
+\newcommand{\getPostColor}{postGreen}
+\newcommand{\getPostBorderColor}{postGreenBorder}
+\newcommand{\getPostLightColor}{postLightGreen}
+\definecolor{putOrange}{HTML}{E97500}
+\definecolor{putOrangeBorder}{HTML}{fca130}
+\definecolor{putLightOrange}{HTML}{FEF4EB}
+\newcommand{\getPutColor}{putOrange}
+\newcommand{\getPutBorderColor}{putOrangeBorder}
+\newcommand{\getPutLightColor}{putLightOrange}
+\definecolor{deleteRed}{HTML}{CF3030}
+\definecolor{deleteRedBorder}{HTML}{f93e3e}
+\definecolor{deleteLightRed}{HTML}{FBEEEE}
+\newcommand{\getDeleteColor}{deleteRed}
+\newcommand{\getDeleteBorderColor}{deleteRedBorder}
+\newcommand{\getDeleteLightColor}{deleteLightRed}
+\colorlet{punct}{black}
+\definecolor{background}{HTML}{EEEEEE}
+\colorlet{delimGet}{\getGetColor}
+\colorlet{numbGet}{delimGet}
+\colorlet{delimPost}{\getPostColor}
+\colorlet{numbPost}{delimPost}
+\colorlet{delimPut}{\getPutColor}
+\colorlet{numbPut}{delimPut}
+\colorlet{delimDelete}{\getDeleteColor}
+\colorlet{numbDelete}{delimDelete}
+\lstdefinelanguage{jsonGet}{
+basicstyle=\small\ttfamily\color{black},
+numberstyle=\small\color{black},
+keywordstyle=\color{black},
+commentstyle=\color{black},
+stringstyle=\color{black},
+frame=L,
+framesep=8pt,
+framerule=2pt,
+xleftmargin=50pt,
+xrightmargin=0pt,
+rulesep=0pt,
+backgroundcolor=\color{white},
+numbersep=8pt,
+tabsize=4,
+showstringspaces=false,
+breaklines=true,
+literate=
+*{0}{{{\color{numbGet}0}}}{1}
+{1}{{{\color{numbGet}1}}}{1}
+{2}{{{\color{numbGet}2}}}{1}
+{3}{{{\color{numbGet}3}}}{1}
+{4}{{{\color{numbGet}4}}}{1}
+{5}{{{\color{numbGet}5}}}{1}
+{6}{{{\color{numbGet}6}}}{1}
+{7}{{{\color{numbGet}7}}}{1}
+{8}{{{\color{numbGet}8}}}{1}
+{9}{{{\color{numbGet}9}}}{1}
+{:}{{{\color{punct}{:}}}}{1}
+{,}{{{\color{punct}{,}}}}{1}
+{\{}{{{\color{delimGet}{\{}}}}{1}
+{\}}{{{\color{delimGet}{\}}}}}{1}
+{[}{{{\color{delimGet}{[}}}}{1}
+{]}{{{\color{delimGet}{]}}}}{1},
+}
+\lstdefinelanguage{jsonPost}{
+basicstyle=\small\ttfamily\color{black},
+numberstyle=\small\color{black},
+keywordstyle=\color{black},
+commentstyle=\color{black},
+stringstyle=\color{black},
+frame=L,
+framesep=8pt,
+framerule=2pt,
+xleftmargin=50pt,
+xrightmargin=0pt,
+rulesep=0pt,
+backgroundcolor=\color{white},
+numbersep=8pt,
+tabsize=4,
+showstringspaces=false,
+breaklines=true,
+literate=
+*{0}{{{\color{numbPost}0}}}{1}
+{1}{{{\color{numbPost}1}}}{1}
+{2}{{{\color{numbPost}2}}}{1}
+{3}{{{\color{numbPost}3}}}{1}
+{4}{{{\color{numbPost}4}}}{1}
+{5}{{{\color{numbPost}5}}}{1}
+{6}{{{\color{numbPost}6}}}{1}
+{7}{{{\color{numbPost}7}}}{1}
+{8}{{{\color{numbPost}8}}}{1}
+{9}{{{\color{numbPost}9}}}{1}
+{:}{{{\color{punct}{:}}}}{1}
+{,}{{{\color{punct}{,}}}}{1}
+{\{}{{{\color{delimPost}{\{}}}}{1}
+{\}}{{{\color{delimPost}{\}}}}}{1}
+{[}{{{\color{delimPost}{[}}}}{1}
+{]}{{{\color{delimPost}{]}}}}{1},
+}
+\lstdefinelanguage{jsonPut}{
+basicstyle=\small\ttfamily\color{black},
+numberstyle=\small\color{black},
+keywordstyle=\color{black},
+commentstyle=\color{black},
+stringstyle=\color{black},
+frame=L,
+framesep=8pt,
+framerule=2pt,
+xleftmargin=50pt,
+xrightmargin=0pt,
+rulesep=0pt,
+backgroundcolor=\color{white},
+numbersep=8pt,
+tabsize=4,
+showstringspaces=false,
+breaklines=true,
+literate=
+*{0}{{{\color{numbPut}0}}}{1}
+{1}{{{\color{numbPut}1}}}{1}
+{2}{{{\color{numbPut}2}}}{1}
+{3}{{{\color{numbPut}3}}}{1}
+{4}{{{\color{numbPut}4}}}{1}
+{5}{{{\color{numbPut}5}}}{1}
+{6}{{{\color{numbPut}6}}}{1}
+{7}{{{\color{numbPut}7}}}{1}
+{8}{{{\color{numbPut}8}}}{1}
+{9}{{{\color{numbPut}9}}}{1}
+{:}{{{\color{punct}{:}}}}{1}
+{,}{{{\color{punct}{,}}}}{1}
+{\{}{{{\color{delimPut}{\{}}}}{1}
+{\}}{{{\color{delimPut}{\}}}}}{1}
+{[}{{{\color{delimPut}{[}}}}{1}
+{]}{{{\color{delimPut}{]}}}}{1},
+}
+\lstdefinelanguage{jsonDelete}{
+basicstyle=\small\ttfamily\color{black},
+numberstyle=\small\color{black},
+keywordstyle=\color{black},
+commentstyle=\color{black},
+stringstyle=\color{black},
+frame=L,
+framesep=8pt,
+framerule=2pt,
+xleftmargin=50pt,
+xrightmargin=0pt,
+rulesep=0pt,
+backgroundcolor=\color{white},
+numbersep=8pt,
+tabsize=4,
+showstringspaces=false,
+breaklines=true,
+literate=
+*{0}{{{\color{numbDelete}0}}}{1}
+{1}{{{\color{numbDelete}1}}}{1}
+{2}{{{\color{numbDelete}2}}}{1}
+{3}{{{\color{numbDelete}3}}}{1}
+{4}{{{\color{numbDelete}4}}}{1}
+{5}{{{\color{numbDelete}5}}}{1}
+{6}{{{\color{numbDelete}6}}}{1}
+{7}{{{\color{numbDelete}7}}}{1}
+{8}{{{\color{numbDelete}8}}}{1}
+{9}{{{\color{numbDelete}9}}}{1}
+{:}{{{\color{punct}{:}}}}{1}
+{,}{{{\color{punct}{,}}}}{1}
+{\{}{{{\color{delimDelete}{\{}}}}{1}
+{\}}{{{\color{delimDelete}{\}}}}}{1}
+{[}{{{\color{delimDelete}{[}}}}{1}
+{]}{{{\color{delimDelete}{]}}}}{1},
+}
+\mdfdefinestyle{mystyle}{
+linecolor=\methodBorderColor,
+backgroundcolor=\methodLightColor,
+skipabove=0pt,
+linewidth=1.5pt,
+skipbelow=0pt,
+innertopmargin=0pt,
+innerbottommargin=-3pt,
+innerrightmargin=0pt,
+innerleftmargin=0pt,
+leftmargin=0pt,
+rightmargin=0pt,
+nobreak=true
+}
+\newcommand{\routeBreakValue}{true}
+\newcommand{\noBreakRoute}
+{
+\renewcommand{\routeBreakValue}{true}
+}
+\newcommand{\breakRoute}
+{
+\renewcommand{\routeBreakValue}{false}
+}
+\newcommand{\methodColor}{getBlue}
+\newcommand{\methodLightColor}{getLightBlue}
+\newcommand{\methodBorderColor}{getBlueBorder}
+\newcommand{\methodJson}
+{
+\lstset{language=jsonGet,rulecolor=\color{\methodColor}}
+}
+\begin{comment}
+\newcommand{\apiCorner}{notround}
+
+\newcommand{\apiCornerRound}
+{
+\renewcommand{\apiCorner}{round}
+}
+
+\newcommand{\apiCornerNotRound}
+{
+\renewcommand{\apiCorner}{notround}
+}
+\end{comment}
+\newenvironment{apiRoute}[3]
+{
+\newcommand{\method}{#1}
+\newcommand{\urlPath}{#2}
+\newcommand{\routeDescription}{#3}
+
+\ifthenelse{\equal{\method}{get}}
+{
+\renewcommand{\methodColor}{\getGetColor}
+\renewcommand{\methodLightColor}{\getGetLightColor}
+\renewcommand{\methodBorderColor}{\getGetBorderColor}
+\renewcommand{\methodJson}
+{
+\colorlet{delimGet}{\methodColor}
+\colorlet{numbGet}{delimGet}
+\lstset{language=jsonGet,rulecolor=\color{\methodColor}}
+}
+}
+{}
+
+\ifthenelse{\equal{\method}{post}}
+{
+\renewcommand{\methodColor}{\getPostColor}
+\renewcommand{\methodLightColor}{\getPostLightColor}
+\renewcommand{\methodBorderColor}{\getPostBorderColor}
+\renewcommand{\methodJson}
+{
+\colorlet{delimPost}{\methodColor}
+\colorlet{numbPost}{delimPost}
+\lstset{language=jsonPost,rulecolor=\color{\methodColor}}
+}
+}
+{}
+
+\ifthenelse{\equal{\method}{put}}
+{
+\renewcommand{\methodColor}{\getPutColor}
+\renewcommand{\methodLightColor}{\getPutLightColor}
+\renewcommand{\methodBorderColor}{\getPutBorderColor}
+\renewcommand{\methodJson}
+{
+\colorlet{delimPut}{\methodColor}
+\colorlet{numbPut}{delimPut}
+\lstset{language=jsonPut,rulecolor=\color{\methodColor}}
+}
+}
+{}
+\ifthenelse{\equal{\method}{delete}}
+{
+\renewcommand{\methodColor}{\getDeleteColor}
+\renewcommand{\methodLightColor}{\getDeleteLightColor}
+\renewcommand{\methodBorderColor}{\getDeleteBorderColor}
+\renewcommand{\methodJson}
+{
+\colorlet{delimDelete}{\methodColor}
+\colorlet{numbDelete}{delimDelete}
+\lstset{language=jsonDelete,rulecolor=\color{\methodColor}}
+}
+}
+{}
+
+\ifthenelse{\equal{\routeDescription}{}}
+{
+\newcommand{\printDescription}{}
+}
+{
+\newcommand{\printDescription}
+{
+\rowcolor{\methodLightColor}
+& \textit{\routeDescription} \\
+}
+
+}
+
+\begingroup
+\setlength{\parindent}{0em}
+\begin{mdframed}[style=mystyle,nobreak=\routeBreakValue]
+\begin{tabularx}{\textwidth}{p{1.6cm} X}
+\rowcolor{\methodLightColor}
+
+\cellcolor{\methodColor}
+\centering
+\textcolor{white}{\textbf{\textsc{\method}}}
+& \textbf{\urlPath} \\
+
+\printDescription
+
+\rowcolor{\methodLightColor} & \\
+\end{tabularx}
+}
+{
+\end{mdframed}
+\endgroup
+}
+\newenvironment{routeRequest}[1]
+{
+\arrayrulecolor{\methodColor}
+
+\begin{tabularx}{\textwidth}{X l}
+\rowcolor{\methodLightColor!20}
+\textbf{Body} & #1 \\ \hline
+\end{tabularx}
+\vspace{1ex}
+}
+{
+\bigskip
+}
+\lstnewenvironment{routeRequestBody}
+{
+\methodJson
+}
+{}
+\newenvironment{routeParameter}
+{
+\newcommand{\routeParamItem}[2]
+{
+\rowcolor{\methodLightColor} ##1 & ##2 \\
+}
+\newcommand{\noRouteParamter}[1]
+{
+\small{\textit{##1}}
+}
+
+\arrayrulecolor{\methodColor}
+
+\begin{tabularx}{\textwidth}{X}
+\rowcolor{\methodLightColor!20}
+\textbf{Parameter} \\ \hline
+\end{tabularx}
+
+\tabularx{\textwidth}{l X}
+}
+{
+\endtabularx
+}
+\newenvironment{routeResponse}[1]
+{
+\newcommand{\noRouteResponse}[1]
+{
+\begin{tabularx}{\textwidth}{X}
+\rowcolor{\methodLightColor}
+\small{\textit{##1}} \\
+\end{tabularx}
+}
+
+\arrayrulecolor{\methodColor}
+\begin{tabularx}{\textwidth}{X l}
+\rowcolor{\methodLightColor!20}
+\textbf{Response} & #1 \\ \hline
+\end{tabularx}
+}
+{}
+\newenvironment{routeResponseItem}[2]
+{
+\begin{tabularx}{\textwidth}{l X}
+\textbf{#1} & #2 \\
+\end{tabularx}
+}
+{
+\medskip
+}
+\lstnewenvironment{routeResponseItemBody}
+{
+\vspace{-1.4em}
+\methodJson
+}
+{}
+\endinput
+%%
+%% End of file `rest-api.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/rest-api/rest-api.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-03-22 20:50:14 UTC (rev 54485)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-03-22 20:50:56 UTC (rev 54486)
@@ -621,7 +621,7 @@
     refcheck refcount refenums reflectgraphics refman refstyle
     regcount regexpatch register regstats
     reledmac relenc relsize reotex repeatindex repere repltext
-    rerunfilecheck resphilosophica
+    rerunfilecheck resphilosophica rest-api
     resumecls resumemac returntogrid reverxii revquantum revtex
     rgltxdoc ribbonproofs rjlparshap rlepsf rmathbr rmpage
     roboto robustcommand robustindex

Modified: trunk/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc	2020-03-22 20:50:14 UTC (rev 54485)
+++ trunk/Master/tlpkg/tlpsrc/collection-mathscience.tlpsrc	2020-03-22 20:50:56 UTC (rev 54486)
@@ -159,6 +159,7 @@
 depend qsharp
 depend rank-2-roots
 depend rec-thy
+depend rest-api
 depend revquantum
 depend ribbonproofs
 depend rmathbr

Added: trunk/Master/tlpkg/tlpsrc/rest-api.tlpsrc
===================================================================


More information about the tex-live-commits mailing list.