naming conventions
This commit is contained in:
parent
ccc429d13b
commit
2d6dedaa5a
|
|
@ -116,6 +116,8 @@ CORRECT — raw output, whatever shape the operator returned:
|
||||||
|
|
||||||
Note that `rss` returns an array and `github` returns an object — this is intentional. Do not normalize them to a common shape.
|
Note that `rss` returns an array and `github` returns an object — this is intentional. Do not normalize them to a common shape.
|
||||||
|
|
||||||
|
DO NOT return the url-operator response in this step.
|
||||||
|
|
||||||
Return:
|
Return:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: github_operator
|
name: github-operator
|
||||||
description: >
|
description: >
|
||||||
Infrastructure operator for a running GitHub scraper API.
|
Infrastructure operator for a running GitHub scraper API.
|
||||||
Extracts structured repository metrics for one or multiple repos.
|
Extracts structured repository metrics for one or multiple repos.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: rss_operator
|
name: rss-operator
|
||||||
description: >
|
description: >
|
||||||
Infrastructure operator for a local RSS scraper service.
|
Infrastructure operator for a local RSS scraper service.
|
||||||
When given a project name or ticker in any form, calls GET /entries with search
|
When given a project name or ticker in any form, calls GET /entries with search
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: twitter_scraper_operator
|
name: twitter-operator
|
||||||
description: >
|
description: >
|
||||||
Infrastructure operator for a running tweet scraper daemon.
|
Infrastructure operator for a running tweet scraper daemon.
|
||||||
Provides read access to cached tweets and account status.
|
Provides read access to cached tweets and account status.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue