UNPKG
fetchbee
Version:
latest (3.6.5)
3.6.5
3.5.6
3.2.5
2.0.1
2.0.0
1.2.7
1.2.6
1.2.5
A lightweight JS library to simplify all kinds of API calls.
fetchbee
/
index.html
10 lines
(9 loc)
•
142 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
API Tester
</
title
>
</
head
>
<
body
>
<
script
src
=
"./ApiTester.js"
>
</
script
>
</
body
>
</
html
>