Libraries tagged by API access
mongdch/mon-auth
165 Downloads
PHP权限控制库
mbmlabs/banishbot
1 Downloads
BanishBot is a fast and simple API designed to help you, your teams and your organisation manage opt-in, opt-out and access control lists.
marcusyan/passport-custom-jwt-claims
1068 Downloads
Customize JWT claims in Laravel Passport access tokens
mahbubcsedu/laraturksoap
8 Downloads
Provides a Laravel 5 package to access Amazon Mechanical turk interface
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
jguittard/zf-mvc-rbac
43 Downloads
Apigility Module to handle role based access controls
jessicaplant/passport-custom-jwt-claims
10907 Downloads
Customize JWT claims in Laravel Passport access tokens
haka002/prestashop-webservice-lib
1510 Downloads
PrestaShop Webservice access library.
giddyeffects/yii2-yiipixu
95 Downloads
Access weather and geo data via the JSON/XML RESTful Apixu API directly in your Yii2 project
gefar/laroute
52 Downloads
Access Laravels URL/Route helper functions, from JavaScript.
finalse/sdk
15 Downloads
Sdk to access Finalse Cloud platform in PHP based environment.
fastybird/accounts-module
1205 Downloads
FastyBird IoT accounts module for application accounts & access management
endeavors/jira
20 Downloads
Easy to use client to access jira
edistribucion/edistribucion
12 Downloads
A PHP package for use in PHP projects to access data from e-distribucion private area
eciboadaptech/finapi-webform
343 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] informationRequest IDsWith any API call, you can pass a request ID via a header with name "X-Request-Id". The request ID can be an arbitrary string with up to 255 characters. Passing a longer string will result in an error.If you don't pass a request ID for a call, finAPI will generate a random ID internally.The request ID is always returned back in the response of a service, as a header with name "X-Request-Id".We highly recommend to always pass a (preferably unique) request ID, and include it into your client application logs whenever you make a request or receive a response(especially in the case of an error response). finAPI is also logging request IDs on its end. Having a request ID can help the finAPI support team to work more efficiently and solve tickets faster.Type CoercionIn order to ease the integration for some languages, which do not natively support high precision number representations, Web Form 2.0 API supports relax type binding for the openAPI type number, which is used for money amount fields. If you use one of those languages, to avoid precision errors that can appear from float values, you can pass the amount as a string.FAQIs there a finAPI SDK?Currently we do not offer a native SDK, but there is the option to generate an SDKfor almost any target language via OpenAPI. Use the 'Download SDK' button on this page for SDK generation.Why do I need to keep authorizing when calling services on this page?This page is a "one-page-app". Reloading the page resets the OAuth authorization context. There is generally no need to reload the page, so just don't do it and your authorization will persist.