REST Ape - Advanced API Testing Client
Advanced REST API Client with WebSocket and GraphQL Support
Co to jest REST Ape - Advanced API Testing Client?
REST Ape - Advanced API Testing Client to rozszerzenie Chrome opracowane przez http://restape.com, a jego główną funkcją jest „Advanced REST API Client with WebSocket and GraphQL Support”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia REST Ape - Advanced API Testing Client
Pobierz pliki rozszerzeń REST Ape - Advanced API Testing Client w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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] Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ohalacbnhbfllngjcgnejjdgmhbkcnld |
| Oficjalny URL | https://chrome.google.com/webstore/detail/rest-ape-advanced-api-tes/ohalacbnhbfllngjcgnejjdgmhbkcnld |
| Opis | Advanced REST API Client with WebSocket and GraphQL Support |
| Rozmiar pliku | 44.84 KB |
| Liczba instalacji | 6,471 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2019-03-08 |
| Data Publikacji | 2019-03-08 |
| Ocena | 2.14/5 Łącznie 7 Oceny |
| Deweloper | http://restape.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/anujtenani/rest-api-client |
| Adres URL Strony Pomocy | https://github.com/anujtenani/rest-api-client/wiki |
| Obsługiwane Języki | 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",
" | |