fiftyone.pipeline.cloudrequestengine 4.5.21 → 4.5.22
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/package.json +1 -1
- package/readme.md +3 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
 **51Degrees Pipeline Cloud Request Engine**
|
|
2
2
|
|
|
3
|
-
[Developer Documentation](https://51degrees.com/pipeline-node/index.html?utm_source=github&utm_medium=
|
|
3
|
+
[Developer Documentation](https://51degrees.com/pipeline-node/index.html?utm_source=github&utm_medium=readme&utm_campaign=pipeline-node&utm_content=fiftyone.pipeline.cloudrequestengine-readme.md&utm_term=top "developer documentation")
|
|
4
4
|
|
|
5
5
|
## Introduction
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ The 51Degrees Pipeline API is a generic web request intelligence and data proces
|
|
|
10
10
|
|
|
11
11
|
This package uses the `engines` class created by the [`fiftyone.pipeline.engines`](/fiftyone.pipeline.engines#readme.md). It makes available:
|
|
12
12
|
|
|
13
|
-
* A `Cloud Request Engine` which calls the 51Degrees cloud service to fetch properties and metadata about them based on a provided resource key. Get a resource key at https://configure.51degrees.com
|
|
13
|
+
* A `Cloud Request Engine` which calls the 51Degrees cloud service to fetch properties and metadata about them based on a provided resource key. Get a resource key at https://configure.51degrees.com/?utm_source=github&utm_medium=readme&utm_campaign=pipeline-node&utm_content=fiftyone.pipeline.cloudrequestengine-readme.md&utm_term=this-package-fiftyone-pipeline-cloudrequestengine
|
|
14
14
|
* A `Cloud Engine` template which reads data from the Cloud Request Engine.
|
|
15
15
|
|
|
16
16
|
It is used by the cloud versions of the following 51Degrees engines:
|