Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
imperialwool
/
funapi
like
2
Running
App
Files
Files
b65f652
funapi
/
routes
/
osuApi
/
getBeatmap.py
imperialwool
Upload 28 files
66ca64a
almost 2 years ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
..
import
helpers
def
getBeatmap
(
request
):
return
{
"status"
:
"error"
,
"details"
: {
"code"
: -
1
,
"answer"
:
"Under construction"
}}