Search results for OpenAI API
lexiandev/azuracast-php-api-client
12 Downloads
AzuraCast is a standalone, turnkey web radio management tool. Radio stations hosted by AzuraCast expose a public API for viewing now playing data, making requests and more.
lenra/internal-api-client
84 Downloads
The API usable by the Lenra applications
laxinplus/openapi-php-sdk
6 Downloads
LanXin+ OpenAPI Platform
kruegge82/dhl-authentication-oauth-api
20 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
kruegge82/billbee-php-sdk-api
25 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
kirrie/bambam-api
16 Downloads
php wrapper library for bambam openapi
jurapapuniysky/fork-allegro-api-client-php
3 Downloads
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
jenong2k/openapi-powerdns
1 Downloads
jarqvi/openapi-client
9 Downloads
OpenAPI Client
icuk/api-php
23 Downloads
The ICUK API provides an interface to the reseller control panel which can be used to control the provisioning and configuration of facilities remotely
ichub/ichub-openapi-sdk-php
7 Downloads
ichub api sdk
ibiteam/aliyun-open-api-sls
318 Downloads
The SLS SDK for Aliyun OpenAPI
iayoo/laravel-openapi
17 Downloads
openapi for laravel 8
hujunet/laravel-openapi
5 Downloads
Generate OpenAPI Specification for Laravel Applications