REST Ape - Advanced API Testing Client

Advanced REST API Client with WebSocket and GraphQL Support

¿Qué es REST Ape - Advanced API Testing Client?

REST Ape - Advanced API Testing Client es una extensión de Chrome desarrollada por http://restape.com, y su función principal es "Advanced REST API Client with WebSocket and GraphQL Support".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión REST Ape - Advanced API Testing Client

Descarga archivos de extensión REST Ape - Advanced API Testing Client 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

                        A simple but incredibly powerful and feature complete REST API Testing client

Supported Features
HTTP Methods - GET, POST, PUT, PATCH, DELETE, TRACE, HEAD, OPTION
Request Body Types - 
 - form-url-encoded
 - multipart/form-data
 - raw/text
 - binary
 - json
 - xml

Authentication Types 
 - Bearer
 - Basic and Digest
 - oAuth 2.0

Additional Features - 
 - Efficient client with low memory consumption
 - Different Environments (eg. Production and Testing) to switch variables in request
 - Custom Functions to replace parts of request with java script functions
 - Open Source Project

Project page - https://github.com/anujtenani/rest-api-client
Contact Developer - [email protected]                    

Información Básica de la Extensión

Nombre REST Ape - Advanced API Testing Client REST Ape - Advanced API Testing Client
ID ohalacbnhbfllngjcgnejjdgmhbkcnld
URL Oficial https://chrome.google.com/webstore/detail/rest-ape-advanced-api-tes/ohalacbnhbfllngjcgnejjdgmhbkcnld
Descripción Advanced REST API Client with WebSocket and GraphQL Support
Tamaño del Archivo 44.84 KB
Cantidad de Instalaciones 6,471
Versión Actual 1.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 2.14/5 Total de 7 Calificaciones
Desarrollador http://restape.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/anujtenani/rest-api-client
URL de la Página de Ayuda https://github.com/anujtenani/rest-api-client/wiki
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "REST Ape - Advanced API Testing Client",
    "short_name": "REST Client",
    "version": "1.2",
    "description": "Advanced REST API Client with WebSocket and GraphQL Support",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/cbco.in\/*",
            "*:\/\/restape.com\/*",
            "*:\/\/ohalacbnhbfllngjcgnejjdgmhbkcnld\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "cookies",
        "webRequest",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmVVYzmz9uY95xtVmMdmyjFqaEOA5ssMp0KkkDjvoAPJJTXC9T9YXKbz2IUS3dq1plbkbtw+DIYgMRm747EHr4nip\/5YsyKf+QqKW7umilrsMK\/Jv1T2e8ifZUIIzu0YdTjr96LRZNQuMrzH2DMFZKHy4z8eTn17VsRnAUIYs+IHji3\/pT9W6wY8+zjsfLg2aq4gOzHblvOyJ2RG\/HeK4sGBLLzhdAqAOJlUf7DvHZCgVRJw3GGbl9HQAEbDVlv5tXXE2KLM\/AJisRs8hI4g3j8bnIwqcdKCyK7XRwtahoVI+s0qUtJFpJZ6Dkuowef\/ijJigkLPrkur8gEkU6FjueQIDAQAB",
    "browser_action": {
        "default_icon": "images\/icon16.png"
    }
}