@scrapecreators/cli 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-config/apis.js +6 -6
- package/package.json +1 -1
package/api-config/apis.js
CHANGED
|
@@ -29065,17 +29065,17 @@ export const apis = [
|
|
|
29065
29065
|
{
|
|
29066
29066
|
name: "Track",
|
|
29067
29067
|
method: "GET",
|
|
29068
|
-
description: "Gets detailed information about a SoundCloud track/song by
|
|
29068
|
+
description: "Gets detailed information about a SoundCloud track/song by URL.",
|
|
29069
29069
|
fullDescription:
|
|
29070
|
-
"Fetches detailed information about a SoundCloud track/song by
|
|
29070
|
+
"Fetches detailed information about a SoundCloud track/song by URL. Returns track title, plays, likes, reposts, comments, artwork, artist, and other SoundCloud metadata.",
|
|
29071
29071
|
path: "/v1/soundcloud/track",
|
|
29072
29072
|
params: [
|
|
29073
29073
|
{
|
|
29074
|
-
name: "
|
|
29075
|
-
type: "
|
|
29074
|
+
name: "url",
|
|
29075
|
+
type: "string",
|
|
29076
29076
|
required: true,
|
|
29077
|
-
description: "SoundCloud track
|
|
29078
|
-
placeholder:
|
|
29077
|
+
description: "SoundCloud track URL.",
|
|
29078
|
+
placeholder: "https://soundcloud.com/kehlanimusic/lights-on-feat-big-sean",
|
|
29079
29079
|
},
|
|
29080
29080
|
],
|
|
29081
29081
|
sampleResponse: {
|