Skip to content

Commit ff1e7c2

Browse files
committed
added other dynapi software references to the homepage
1 parent 891e7d0 commit ff1e7c2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/webpage/src/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,35 @@ const members = [
110110
<h1 style="text-align: center;">The DynAPI Team</h1>
111111

112112
<VPTeamMembers size="small" :members="members" />
113+
114+
---
115+
116+
<h1 style="text-align: center;">Other DynAPI Software/Packages</h1>
117+
118+
### [The Interceptor](https://github.com/dynapi/interceptor)
119+
120+
> Middleman between the clients and your backend to add security or other verifications to the requests.
121+
122+
The Interceptor is a simple extendable HTTP Proxy-Server to add logging or authentication to an existing backend.
123+
You can add `interceptors` which can reject incoming requests or modify them before sending them to the actual backend.
124+
125+
### [org.dynapi:squirtle](https://github.com/dynapi/org.dynapi.squirtle)
126+
127+
> Java SQL Query Builder
128+
129+
Squirtle is a dynamic SQL-Query-Builder that supports multiple DBMS-Dialects.
130+
It can be used to generate simple or complex SQL queries.
131+
132+
### [org.dynapi:openapispec](https://github.com/dynapi/org.dynapi.openapispec)
133+
134+
> OpenAPI Specification Builder Library
135+
136+
OpenApiSpec can be used to generate [OpenApi-Specification](https://swagger.io/specification/).
137+
This specification can then be used in combination with [Swagger-UI](https://swagger.io/tools/swagger-ui/) or [ReDoc](https://redocly.com/) to add a beautiful documentation to your Restful API.
138+
139+
### [org.dynapi:json-schema-gen](https://github.com/dynapi/org.dynapi.jsonschemagen)
140+
141+
> Simple json-schema Generation Library
142+
143+
Json-Schema-Gen is a library to generate a [JSON-Schema](https://json-schema.org/) for your configuration file in order for IDE to provide better autocompletion.
144+
This library supports the generation by using annotation on your configuration-class or by directly using the Java-API.

0 commit comments

Comments
 (0)