Skip to content

Commit 55835b4

Browse files
authored
Merge pull request #65 from apify/feat/gh-64-actor-name-diagram-changes
Update Actor naming conventions, URLs, and Diagram
2 parents 9c2b10c + 3fa454a commit 55835b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For example, for the `bob/screenshotter` Actor, the output object can look like
280280
"screenshotUrl": "https://api.apify.com/v2/key-value-stores/skgGkFLQpax59AsFD/records/screenshot.jpg",
281281
"productImages": "https://api.apify.com/v2/key-value-stores/skgGkFLQpax59AsFD/records/product*.jpg",
282282
"productDetails": "https://api.apify.com/datasets/9dFknjkxxGkspwWd/records?fields=url,name",
283-
"productExplorer": "https://bob--screenshot.apify.actor/product-explorer",
283+
"productExplorer": "https://bob--screenshotter.apify.actor/product-explorer",
284284
// or this with live view
285285
"productExplorer": "https://13413434.runs.apify.net/product-explorer"
286286
}
@@ -1634,7 +1634,7 @@ and will automatically start or abort an Actor run as needed by the volume of HT
16341634
The external Standby public URL might look like this:
16351635
16361636
```
1637-
https://bob--screenshot-taker.apify.actor
1637+
https://bob--screenshotter.apify.actor
16381638
```
16391639
16401640
Unlike the live view URL reported in the `ACTOR_WEB_SERVER_URL` environment variable,
@@ -1818,8 +1818,8 @@ For details, see the [Actor file specification](./pages/ACTOR_FILE.md) page.
18181818
```json
18191819
{
18201820
"actorSpecification": 1,
1821-
"name": "screenshot-taker",
1822-
"title": "Screenshot Taker",
1821+
"name": "screenshotter",
1822+
"title": "Screenshotter",
18231823
"description": "Take a screenshot of any URL",
18241824
"version": "0.0",
18251825
"input": "./input_schema.json",
@@ -1948,7 +1948,7 @@ This is an example of the input schema file for the `bob/screenshotter` Actor:
19481948
```json
19491949
{
19501950
"actorInputSchemaVersion": 1,
1951-
"title": "Input schema for Screenshot Taker Actor",
1951+
"title": "Input schema for Screenshotter Actor",
19521952
"description": "Enter a web page URL and it will take its screenshot with a specific width",
19531953
"type": "object",
19541954
"properties": {
@@ -2006,7 +2006,7 @@ This is an example of the output schema file for the `bob/screenshotter` Actor:
20062006
```json
20072007
{
20082008
"actorOutputSchemaVersion": 1,
2009-
"title": "Output schema for Screenshot Taker Actor",
2009+
"title": "Output schema for Screenshotter Actor",
20102010
"description": "The URL to the resulting screenshot",
20112011
"properties": {
20122012

img/apify-actor-drawing.png

-357 KB
Loading

0 commit comments

Comments
 (0)