REST Ape - Advanced API Testing Client
Advanced REST API Client with WebSocket and GraphQL Support
Was ist REST Ape - Advanced API Testing Client?
REST Ape - Advanced API Testing Client ist eine Chrome-Erweiterung, die von http://restape.com entwickelt wurde, und ihr Hauptmerkmal ist "Advanced REST API Client with WebSocket and GraphQL Support".
Erweiterungsscreenshots
REST Ape - Advanced API Testing Client-Erweiterungs-CRX-Datei herunterladen
Laden Sie REST Ape - Advanced API Testing Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ohalacbnhbfllngjcgnejjdgmhbkcnld |
| Offizielle URL | https://chrome.google.com/webstore/detail/rest-ape-advanced-api-tes/ohalacbnhbfllngjcgnejjdgmhbkcnld |
| Beschreibung | Advanced REST API Client with WebSocket and GraphQL Support |
| Dateigröße | 44.84 KB |
| Installationsanzahl | 6,471 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-03-08 |
| Veröffentlichungsdatum | 2019-03-08 |
| Bewertung | 2.14/5 Insgesamt 7 Bewertungen |
| Entwickler | http://restape.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/anujtenani/rest-api-client |
| Hilfeseite URL | https://github.com/anujtenani/rest-api-client/wiki |
| Unterstützte Sprachen | 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",
" | |