Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
c32870d
fastapi_django_main_live
/
routers
/
bunnkatu
/
src
/
api_repository.py
kenken999
d
3d2aa58
6 months ago
raw
Copy download link
history
blame
175 Bytes
from
crawler
import
Crawler
class
APIRepository
:
def
__init__
(
self, url
):
self.crawler = Crawler(url)
def
get_apis
(
self
):
return
self.crawler.crawl()