File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ import { data as databases } from "/data/databases.data.ts";
1919
2020# What is DynAPI?
2121
22- DynAPI is a ** Dyn** amic ** API** for many databases. \
22+ DynAPI is an out-of-the-box ** Dyn** amic ** API** for many databases. By offering REST and (planned) GraphQL \
2323It has
2424- an easy setup
2525- fast response times
26- - good automatic documentation (with [ Redoc] ( https://redocly.com/redoc ) and [ Swagger] ( https://swagger.io/tools/swagger-ui/ ) ).
26+ - good automatic documentation (with [ Redoc] ( https://redocly.com/redoc ) and [ Swagger] ( https://swagger.io/tools/swagger-ui/ ) )
27+
2728
2829<div class =" tip custom-block " style =" padding-top : 8px " >
2930
3031Just want to try it out? Skip to the [ Quickstart] ( ../quickstart/index.md ) .
31-
3232</div >
3333
3434## Use Cases
@@ -42,6 +42,10 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
4242
4343 While DynAPI can be used as a development backend. It is fully capable to run in production and handle thousands of requests simultaneously.
4444
45+ - ** Export Tool**
46+
47+ DynAPI can also be used for scripts or other automated services to get (read-)access to the saved data.
48+
4549## What About DynAPI?
4650
4751DynAPI is the successor of [ DynAPI (v1)] ( https://github.com/DynAPI/DynAPI ) .
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ layout: home
33
44hero :
55 name : " DynAPI"
6- text : " a <span style=\" color: #6196ff;\" >Dyn</span>amic <span style=\" color: #6196ff\" >API</span><br>for many Databases"
7- tagline : V2 is currently under development
6+ text : " an out-of-the-box <span style=\" color: #6196ff;\" >Dyn</span>amic <span style=\" color: #6196ff\" >API</span><br>for many Databases"
7+ tagline : currently under development
88 image :
99 src : /dynapi.svg
1010 alt : DynAPI
You can’t perform that action at this time.
0 commit comments