chore api methods
This commit is contained in:
@@ -27,12 +27,12 @@ export default async function DashboardPage() {
|
||||
linkText="Markdown API."
|
||||
/>
|
||||
<ApiReference
|
||||
badge="POST /api/v1/scraping/markdown"
|
||||
badge="GET /api/v1/scraping/markdown"
|
||||
target="extracting url as markdown"
|
||||
link="/docs/open-api/markdown"
|
||||
/>
|
||||
<ApiReference
|
||||
badge="POST /api/v1/scraping/text"
|
||||
badge="GET /api/v1/scraping/text"
|
||||
target="extracting url as text"
|
||||
link="/docs/open-api/text"
|
||||
/>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default async function DashboardPage() {
|
||||
linkText="Meta Info API."
|
||||
/>
|
||||
<ApiReference
|
||||
badge="POST /api/v1/scraping/meta"
|
||||
badge="GET /api/v1/scraping/meta"
|
||||
target="extracting url as meta info"
|
||||
link="/docs/open-api/meta-info"
|
||||
/>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default async function DashboardPage() {
|
||||
linkText="QR Code API."
|
||||
/>
|
||||
<ApiReference
|
||||
badge="POST /api/v1/scraping/qrcode"
|
||||
badge="GET /api/v1/scraping/qrcode"
|
||||
target="extracting url as QR code"
|
||||
link="/docs/open-api/qrcode"
|
||||
/>
|
||||
|
||||
@@ -28,7 +28,7 @@ export default async function DashboardPage() {
|
||||
linkText="Screenshot API."
|
||||
/>
|
||||
<ApiReference
|
||||
badge="POST /api/v1/scraping/screenshot"
|
||||
badge="GET /api/v1/scraping/screenshot"
|
||||
target="extracting url as screenshot"
|
||||
link="/docs/open-api/screenshot"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user