Libraries tagged by OpenAi Sdk
wallex/gateapi-php
414 Downloads
Welcome to Gate.io API APIv4 provides spot, margin and futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf.
wallet/wallet
3 Downloads
OpenAPI compliant library to access resources on the Wallet Platform
velopaymentsapi/velo-php
403 Downloads
This library provides a PHP client that simplifies interactions with the Velo Payments API.
trinsic/api
401 Downloads
Trinsic API PHP library.
squidex/squidex
1128 Downloads
Client SDK for Squidex Headless CMS
slis/tanss-php-adapter
60 Downloads
## Documentation of the TANSS API. Version: 5.8.22.1 ### older versions Older versions of the API documentation can be found here: * [Docs for 5.8.21.6](https://api-doc.tanss.de/5.8.21.6/) * [Docs for 5.8.21.3](https://api-doc.tanss.de/5.8.21.3/) * [Docs for 5.8.21.1](https://api-doc.tanss.de/5.8.21.1/) * [Docs for 5.8.20.5](https://api-doc.tanss.de/5.8.20.5/) * [Docs for 5.8.20.4](https://api-doc.tanss.de/5.8.20.4/) * [Docs for 5.8.20.2](https://api-doc.tanss.de/5.8.20.2/) * [Docs for 5.8.19.3](https://api-doc.tanss.de/5.8.19.3/)
shjordan/api-pncp-php
13 Downloads
API REST de serviços do Portal Nacional de Contratações Públicas (PNCP)
rossity/laravel-quickbase
30 Downloads
A wrapper around rossity/php-quickbase for Laravel.
relaypay-official/merchant-php-client
105 Downloads
Documentation RelayPay API v2.0.0
qualityunit/crm-client
465 Downloads
This page contains complete API documentation for CRM software.
qdequippe/pappers-php-api
150 Downloads
PHP Client for Pappers API
owncloud/libre-graph-api-php
213 Downloads
Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.
ory/oathkeeper-client-php
84 Downloads
ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
ory/keto-client-php
666 Downloads
Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything