Libraries tagged by open api specification
dimer47/laravel-forge-sdk
0 Downloads
PHP SDK for Laravel Forge API - Auto-generated from OpenAPI specification
brandon14/ebay-sdk-php
31 Downloads
Combined Ebay API SDK generated using the OpenAPI generator and the Ebay OpenAPI specifications
phobetor/allegro-php
191 Downloads
https://developer.allegro.pl/about Documentation is generated from [this](https://developer.allegro.pl/swagger.yaml) OpenAPI 3.0 specification file. To start working with our API, you can also check our [official Allegro REST API public collection](https://www.postman.com/allegro-rest-api/allegro-rest-api/collection/4puh6ls/allegro-rest-api) in Postman.
cdma-numiscorner/allegro-sdk
6 Downloads
https://developer.allegro.pl/about Documentation is generated from [this](https://developer.allegro.pl/swagger.yaml) OpenAPI 3.0 specification file.
sdksio/swagger-petstore-3-sdk
3 Downloads
This is a sample Pet Store Server based on the OpenAPI 3.0 specification.
apimatic-moizgillani/swagger-petstore-3-sdk
1 Downloads
This is a sample Pet Store Server based on the OpenAPI 3.0 specification.
brandon14/amazon-sdk-php
23 Downloads
Combined Amazon SP-API SDK generated using the OpenAPI generator and the Amazon SP-API specifications
yaangvu/swagger-lume
7 Downloads
OpenApi or Swagger integration to Lumen
ubrize/l5-swagger
75 Downloads
OpenApi or Swagger integration to Laravel
smskin/l5-swagger
122 Downloads
OpenApi or Swagger integration to Laravel
pal-stark/swagger-lume
4 Downloads
OpenApi or Swagger integration to Lumen
omidgfx/l5-swagger
1 Downloads
OpenApi or Swagger integration to Laravel
mozakar/l5-swagger
5 Downloads
OpenApi or Swagger integration to Laravel
lumen-utils/swagger-lumen
888 Downloads
OpenApi or Swagger integration to Lumen
kruegge82/dhl-retoure-php-rest-sdk
6 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".