@@ -95,12 +95,12 @@ You can find [details about your executed Assemblies here](https://transloadit.c
9595
9696## Examples
9797
98- - [ Upload and resize image] ( https://github.com/transloadit/node-sdk/blob/main/examples/resize_an_image.js )
99- - [ Upload image and convert to WebP] ( https://github.com/transloadit/node-sdk/blob/main/examples/convert_to_webp.js )
100- - [ Crop a face out of an image and download the result] ( https://github.com/transloadit/node-sdk/blob/main/examples/face_detect_download.js )
101- - [ Retry example] ( https://github.com/transloadit/node-sdk/blob/main/examples/retry.js )
102- - [ Calculate total costs (GB usage)] ( https://github.com/transloadit/node-sdk/blob/main/examples/fetch_costs_of_all_assemblies_in_timeframe.js )
103- - [ Templates CRUD] ( https://github.com/transloadit/node-sdk/blob/main/examples/template_api.js )
98+ - [ Upload and resize image] ( https://github.com/transloadit/node-sdk/blob/main/examples/resize_an_image.ts )
99+ - [ Upload image and convert to WebP] ( https://github.com/transloadit/node-sdk/blob/main/examples/convert_to_webp.ts )
100+ - [ Crop a face out of an image and download the result] ( https://github.com/transloadit/node-sdk/blob/main/examples/face_detect_download.ts )
101+ - [ Retry example] ( https://github.com/transloadit/node-sdk/blob/main/examples/retry.ts )
102+ - [ Calculate total costs (GB usage)] ( https://github.com/transloadit/node-sdk/blob/main/examples/fetch_costs_of_all_assemblies_in_timeframe.ts )
103+ - [ Templates CRUD] ( https://github.com/transloadit/node-sdk/blob/main/examples/template_api.ts )
104104
105105For more fully working examples take a look at [ ` examples/ ` ] ( https://github.com/transloadit/node-sdk/blob/main/examples/ ) .
106106
@@ -314,7 +314,7 @@ Replays the notification for the Assembly identified by the given `assemblyId` (
314314
315315### Templates
316316
317- Templates are Steps that can be reused. [ See example template code] ( examples/template_api.js ) .
317+ Templates are Steps that can be reused. [ See example template code] ( examples/template_api.ts ) .
318318
319319#### async createTemplate(params)
320320
@@ -465,7 +465,7 @@ As we have ported the JavaScript SDK to TypeScript in v4, we are now also valida
465465
466466#### Custom retry logic
467467
468- If you want to retry on other errors, please see the [ retry example code] ( examples/retry.js ) .
468+ If you want to retry on other errors, please see the [ retry example code] ( examples/retry.ts ) .
469469
470470- https://transloadit.com/docs/api/rate-limiting/
471471- https://transloadit.com/blog/2012/04/introducing-rate-limiting/
0 commit comments