README
This commit is contained in:
parent
015be4caa5
commit
a4109d709e
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -48,8 +48,12 @@ ## Configuration
|
|||
|
||||
## API Endpoints ##
|
||||
|
||||
# GET /api/crawl: Crawls a website and stores the crawled data in the database. Required query parameter: url. Optional query parameter: depth (default: 1).
|
||||
# GET /api: Retrieves all crawled data from the database.
|
||||
# DELETE /api/crawl/{id}: Deletes a specific crawled data record from the database.
|
||||
# DELETE /api/crawl: Deletes all crawled data records from the database.
|
||||
# GET /api/crawl:
|
||||
Crawls a website and stores the crawled data in the database. Required query parameter: url. Optional query parameter: depth (default: 1).
|
||||
# GET /api:
|
||||
Retrieves all crawled data from the database.
|
||||
# DELETE /api/crawl/{id}:
|
||||
Deletes a specific crawled data record from the database.
|
||||
# DELETE /api/crawl:
|
||||
Deletes all crawled data records from the database.
|
||||
|
||||
|
|
Loading…
Reference in a new issue