Libraries tagged by endpoints
reindert-vetter/api-version-control
743589 Downloads
A Laravel package to manage versions of endpoints in an elegant way
auth0/login
4332128 Downloads
Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.
airesvsg/acf-to-rest-api
72454 Downloads
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
drush-ops/behat-drush-endpoint
2698307 Downloads
Drush commandfile for use with drupal/drupal-driver.
alibabacloud/endpoint-util
1111846 Downloads
Alibaba Cloud Endpoint Library for PHP
yanlongli/app-store-server-api
17677 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.
wppconnect-team/wppconnect-php-client
5846 Downloads
Um simples cliente PHP que proporciona acesso fácil aos endpoints do WPPConnect Server.
ryangjchandler/bearer
24808 Downloads
Minimalistic token-based authentication for Laravel API endpoints.
messagemedia/messages-sdk
313279 Downloads
The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.
coderjerk/bird-elephant
125275 Downloads
A simple library to request data from the Twitter APIv2 endpoints
renoki-co/laravel-healthchecks
54455 Downloads
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
spatie/laravel-resource-links
39347 Downloads
Add links to Laravel API resources
wunderio/drupal-ping
228108 Downloads
Drupal health check endpoint for load balancers
wppconnect-team/wppconnect-laravel-client
2178 Downloads
A simple API with Guzzle wrapper, providing easy access to wppconnect's endpoints.
talon-one/talon-one-client
93561 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`