Libraries tagged by REST API Tester
adaptech/finapi-webform
498 Downloads
The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected].
eher/ldd
1 Downloads
Fake Rest API to generate BDD test cases
tableau-mkt/elomentary
24303 Downloads
The simple PHP Eloqua REST API client; object oriented, tested, and documented for PHP 5.3+.
xtlas/tesseract-sdk
3 Downloads
Welcome to the Tesseract API! You can use our API to access Tesseract's API endpoint(s), which can be used interact with Tesseract programmatically.
tsterker/rabbitmq-management-api
7900 Downloads
An object oriented wrapper for the RabbitMQ Management HTTP Api
pronesoft-rd/ecf-sdk-php
0 Downloads
## Descripción general API de nivel productivo para emitir Comprobantes Fiscales Electrónicos (e-CF) en la República Dominicana a través de la plataforma Pronesoft. ## Autenticación — OAuth 2.0 Client Credentials ### Pasos 1. Obtén tus credenciales desde el portal: - Sandbox: https://ecf.sandbox.pronesoft.com → Apps → Default Sandbox App - Producción: https://ecf.pronesoft.com → Integraciones → Apps → Crear App 2. Solicita un token via POST /oauth/token — válido por 24 horas (86400s). 3. Usa: Authorization: Bearer en cada request. 4. Renueva al recibir HTTP 401. Buena práctica: renovar 5 minutos antes del vencimiento. ### Delegación multi-empresa Para actuar en nombre de una empresa asociada (sucursal), agrega: x-tenant-id: NO envíes x-tenant-id cuando actúes como la empresa principal. ### Detalles del Sandbox - Usa cualquier RNC que comience con SBX (ej. SBX123456) — no se requiere certificado real. - Las secuencias son automáticas — no es necesario crearlas manualmente. - El campo environment en el cuerpo del documento DEBE ser TesteCF. ### Scopes disponibles business:read, business:create, business:update, members:read, members:invite, members:revoke, certificates:read, certificates:upload, certificates:update, documents:read, documents:create, documents:send, documents:receive, documents:update, approvals:read, approvals:commercial, sequences:read, sequences:create, sequences:update, sequences:cancel, business_info:read, certification:read, certification:write, reports:read
lchrusciel/api-test-case
5920967 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
lakion/api-test-case
501067 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
wyrihaximus/test-utilities
1464645 Downloads
🛠️ Test utilities for api-clients packages
fr3d/swagger-assertions
876456 Downloads
Test your API requests and responses against your swagger definition
wyrihaximus/async-test-utilities
878289 Downloads
Test utilities for api-clients packages
phpcr/phpcr-api-tests
35650 Downloads
PHP Content Repository compliance test suite
madewithlove/htaccess-api-client
34064 Downloads
API client for the best htaccess tester in the world.
ciareis/bypass
14096 Downloads
Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.
thatsus/test-api-protect
75298 Downloads
Avoid hitting third party API's by forcing their client classes to be mocked in tests