2017 © Pedro Peláez
 

library rest-api

API for simply RESTful communication

image

adt/rest-api

API for simply RESTful communication

  • Saturday, January 10, 2015
  • by michallohnisky
  • Repository
  • 16 Watchers
  • 0 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

rest-api

Basic configuration in config.neon:, (*1)

class Application implements Adt\RestAPI\IApplicationService {
  
  function getApplicationSecret($appId) {
    // your code
  }
  
}
services:
  # only server side configuration
  - Application
  - ADT\Rest\ApiSignature
  
  # only client side configuration
  - ADT\Rest\Service\Api
  - ADT\Rest\Signature(appId, appSecret)

The Versions

10/01 2015

dev-master

9999999-dev

API for simply RESTful communication

  Sources   Download

The Requires

 

by studnaa