UNPKG
dnf-api
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.22
0.5.21
0.5.2
0.5.1
0.5.0
0.4.10
0.4.9
0.4.7
0.4.6
0.4.5
0.4.3
0.4.2
0.4.1
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
던전 앤 파이터 API
github.com/k22pr/dnf-api
k22pr/dnf-api
dnf-api
/
src
/
api
/
server.ts
10 lines
(8 loc)
•
249 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
*
as
Model
from
"../model"
;
import
{ query, staticUtil }
from
"../util"
;
export
const
List
= (
) => {
const
opt = {
base
: query.
UriBuilder
(staticUtil.
baseUri
.
Servers
), };
return
query.
Request
<
Model
.
IServer
[]>(opt); };