Talend API Tester - Free Edition
Visually interact with REST, SOAP and HTTP APIs.
¿Qué es Talend API Tester - Free Edition?
Talend API Tester - Free Edition es una extensión de Chrome desarrollada por chromewebstore, y su función principal es "Visually interact with REST, SOAP and HTTP APIs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Talend API Tester - Free Edition
Descarga archivos de extensión Talend API Tester - Free Edition en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Welcome to Talend API Tester - Free Edition, formerly known as Restlet Client. Talend API Tester makes it easy to invoke, discover and test HTTP and REST APIs. Talend API Tester - Free Edition's main functions include: 1. Send requests and inspect responses Talend API Tester - Free Edition handles all HTTP requests, no matter how complex. Requests can be made dynamic by inserting variables. Security and authentication are fully supported, as well as hypermedia and HTML forms. You can visualize, prettify and inspect HTTP responses. 2. Validate API behavior Whether you want to check that your API is behaving as specified, or you need to confirm how well third-party APIs are responding, Talend API Tester lets you perform many sorts of API response tests. Use assertions to validate values of headers, parts of the body or response time among others. Environments variables can also be created to increase the reusability of your tests. Key features: - Interact with REST or simple HTTP APIs through a visual and easy-to-use UI - View and search your call history. Edit and re-send requests from history. - Save and organize your requests into projects and services. - Build dynamic requests with custom variables, security and authentication. - Visualise and inspect responses of different format (JSON, XML, HTML, images...) using different views (raw, pretty, preview) - Validate responses with assertions (status, headers, XML and JSON body, response time...) - Easily import your Postman Collections, Swagger / OAS / OpenAPI and HAR (HTTP Archive). --- Why does Talend API Tester require "Read and change all your data on the websites you visit" and "Communicate with cooperating websites" permissions? Chrome extensions which need access to internet resources must have the resources declared in their manifest which can be a list of URLs or URL mask. For example, http://*/* allow access to any URL. Allowing access to any URL is a primary function of Talend API Tester. The URL mask with wildcards is interpreted by Chrome Web Store as Talend API Tester can read and change all your data on the websites you visit, without meaning that the app is doing something wrong.
Información Básica de la Extensión
Nombre | Talend API Tester - Free Edition |
ID | aejoelaoggembcahagimdiliamlcdmfm |
URL Oficial | https://chromewebstore.google.com/detail/talend-api-tester-free-ed/aejoelaoggembcahagimdiliamlcdmfm |
Descripción | Visually interact with REST, SOAP and HTTP APIs. |
Tamaño del Archivo | 6.01 MB |
Cantidad de Instalaciones | 646,266 |
Versión Actual | 25.12.0 |
Última Actualización | 2024-01-11 |
Fecha de Publicación | 2020-05-20 |
Calificación | 4.76/5 Total de 4165 Calificaciones |
Desarrollador | chromewebstore |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.talend.com |
URL de la Página de Ayuda | https://community.talend.com/t5/Design-and-Development/bd-p/integrating |
URL de la Página de Política de Privacidad | https://www.talend.com/contacts-privacy-policy |
Idiomas Soportados | de,en,fr,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "images\/icon\/application_128.png", "default_popup": "application_launcher.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "loginContentScript.js" ], "matches": [ "http:\/\/localhost:9008\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.api.dev.datapwn.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.int.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.at.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.us.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.eu.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.ap.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.au.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.az-staging.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.az-sandbox.cloud.talend.com\/static\/extension\/*\/login.html*", "https:\/\/api-apit-service.us-west.cloud.talend.com\/static\/extension\/*\/login.html*" ] }, { "js": [ "contentScript.js" ], "matches": [ " |