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";
19
19
20
20
# What is DynAPI?
21
21
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 \
23
23
It has
24
24
- an easy setup
25
25
- 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
+
27
28
28
29
<div class =" tip custom-block " style =" padding-top : 8px " >
29
30
30
31
Just want to try it out? Skip to the [ Quickstart] ( ../quickstart/index.md ) .
31
-
32
32
</div >
33
33
34
34
## Use Cases
@@ -42,6 +42,10 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
42
42
43
43
While DynAPI can be used as a development backend. It is fully capable to run in production and handle thousands of requests simultaneously.
44
44
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
+
45
49
## What About DynAPI?
46
50
47
51
DynAPI 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
3
3
4
4
hero :
5
5
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
8
8
image :
9
9
src : /dynapi.svg
10
10
alt : DynAPI
You can’t perform that action at this time.
0 commit comments