Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
64ae29a
fastapi_django_main_live
/
routers
/
ai
/
tests
/
test_Line.gs
kenken999
df
3d979b2
11 months ago
raw
Copy download link
history
blame
109 Bytes
/**
* Test for Line API client
*/
function
test
_Line()
{
var data =
Line
.
get
Data()
;
Logger
.
log(data);
}