toppy/tweakwise-client
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along w
时间:2025-07-30 10:05
dratejinn/ynab-open-api
Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
时间:2025-01-11 23:19
krozamdev/laravel-core-response
Laravel Core Response
时间:2024-01-12 08:43
krozamdev/laravel-api-response
Laravel Api Response Generator
时间:2023-08-31 15:57
sendx/sendx-php-sdk
# SendX REST API Documentation ## ???? Introduction The SendX API is organized around REST principles. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. **Key Features
时间:未知