mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Batch changes from of review comments - there are more
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## T-Engines
|
||||
# T-Engines
|
||||
|
||||
The t-engines provide the basic transform operations. The Transform Service
|
||||
provides a common base for the communication with other components. It is
|
||||
@@ -13,7 +13,7 @@ A t-engine groups together one of more Transformers. Each Transformer
|
||||
transformations from one MIME Type to another with a common set of
|
||||
t-options.
|
||||
|
||||
~~~
|
||||
~~~yaml
|
||||
0010 my-t-engine
|
||||
Transformer 1
|
||||
mimetype A -> mimetype B
|
||||
@@ -32,7 +32,7 @@ t-options.
|
||||
...
|
||||
~~~
|
||||
|
||||
### Endpoints
|
||||
## Endpoints
|
||||
|
||||
* `POST /transform` to perform a transform. There are two forms:
|
||||
* For asynchronous transforms: Perform a transform using a
|
||||
@@ -57,4 +57,4 @@ t-options.
|
||||
* `GET /version` provides a String message to be included in client debug
|
||||
messages.
|
||||
* `GET /ready` used by Kubernetes as a ready probe.
|
||||
* `GET /live` used by Kubernetes as a ready probe.
|
||||
* `GET /live` used by Kubernetes as a ready probe.
|
||||
|
Reference in New Issue
Block a user