Libraries tagged by OpenAi Sdk
ltd-beget/openapi-cloud-php
4 Downloads
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
ltd-beget/openapi-auth-php
6 Downloads
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
logistics-x/users-sdk
228 Downloads
API client generated from OpenAPI definition from Logistics-X.com
logistics-x/shipments-sdk
265 Downloads
API client generated from OpenAPI definition from Logistics-X.com
logistics-x/misc-sdk
1035 Downloads
API client generated from OpenAPI definition from Logistics-X.com
logistics-x/logistics-sdk
1065 Downloads
API client generated from OpenAPI definition from Logistics-X.com
logistics-x/finances-sdk
833 Downloads
API client generated from OpenAPI definition from Logistics-X.com
logistics-x/clients-sdk
1395 Downloads
API client generated from OpenAPI definition from Logistics-X.com
live4tv/stream-network-api-client-php-sdk
3 Downloads
Omnichannel for live streaming on social networks We're glad that you chose to use Live4.tv's API for managing your connection with social networks (currently Instagram). We understand that Instagram currently restricts users from conducting live broadcasts without their official app. However, our innovative API empowers users to go live on Instagram without relying on the app itself. By leveraging our API, users gain access to a stream key, enabling them to seamlessly transmit their live broadcasts using popular software like OBS (Open Broadcaster Software). This breakthrough feature provides users with the freedom to connect with their audience and share captivating live content on Instagram, all without the constraints of the official app. The login flow: 
linkworld/alipaysdk-openapi
20 Downloads
支付宝开放平台v3协议文档,兼容了v2版本sdk的自动引入
leibbrand-development/sdk-ebay-inventory
1 Downloads
The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.
kruegge82/shipstage-php-sdk
9 Downloads
Wenn Sie die API verwenden möchten, wenden Sie sich bitte an den Support, um ein Authentifizierungstoken zu erhalten.
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".
kruegge82/deutschepost-internetmarke-php-sdk
39 Downloads
Division: Post & Parcel Germany The INTERNETMARKE is the online-postage for mail products of Deutsche Post AG.
kruegge82/billbee-php-sdk-api
24 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.