Libraries tagged by rito
rmtop/rmtop-cloud-store-api
9 Downloads
store api
riteshghimire/ritesh-daraz
2 Downloads
rinosc/rinosc-example
4 Downloads
Example of Rinosc (Rest Is Not Only Simple Crud) usage
rinosc/rinosc
15 Downloads
Rinosc (Rest Is Not Only Simple Crud) : Silex service to easily implement a REST Api
rimote/rimote-validation-bundle
15 Downloads
Extends and simplifies Symfony's Validator by providing a flat array with error messages.
ricorocks-digital-agency/ricorocks-coding-standard
488 Downloads
A set of rules that can be applied to projects to ensure a consistent level of code quality.
rickslayer/layout-cnab-retorno
17 Downloads
Leitor genérico de layout CNAB retorno via arquivo JSON
rewrewby/php-rtorrent-client
74 Downloads
PHP XMLRPC client for rTorrent
remita/rits
16 Downloads
This is the official package for Remita Interbank Transfer Service from SystemSpecs.
ras8928/rss-rator
9 Downloads
Rss Feed Creator
patitonar/ritetag-slack
17 Downloads
Ritetag slash commands integration for slack
pablodip/riposti
1939 Downloads
Relations Loader
oranj/roto-app
29 Downloads
My Roto App
oranj/roto
35 Downloads
nogrod/dhl-retoure-php-sdk
56 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".