Skip to content

Commit

Permalink
feat: add actors code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murasovs committed Dec 17, 2024
1 parent 730565b commit e28c4c1
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_builds_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify builds ls
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_builds_post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify actors build <ACTOR ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_delete.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify actors rm <ACTOR ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify actors info <ACTOR ID>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify runs resurrect <RUN ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_runs_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify runs ls <ACTOR ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/act_runs_post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify actors start <ACTOR ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorBuild_delete.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify builds rm <BUILD ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorBuild_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify builds info <BUILD ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorBuild_log_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify builds log <BUILD ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorRun_abort_post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify runs abort <RUN ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorRun_delete.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify runs rm <RUN ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorRun_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify runs info <RUN ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/actorTask_runs_post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify task run <TASK ID>
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/acts_get.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify actors ls
1 change: 1 addition & 0 deletions apify-api/openapi/code_samples/curl/acts_post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apify create <ACTOR NAME>

0 comments on commit e28c4c1

Please sign in to comment.