farento/rest-sdk

SDK for api.farento.com

Maintainers

Package info

github.com/farento-real-estate/rest-sdk

pkg:composer/farento/rest-sdk

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

1.0 2019-06-03 15:18 UTC

README

How to use

Install package:

composer require farento/rest-sdk

If you use symfony configure services:

  • \Farento\SDK\Service\HttpClient
  • \Farento\SDK\Service\Router
  • \Farento\SDK\Service\AuthenticationServiceInterface
  • \Guzzle\Http\Client

If not create some tool for it, like Builder

Also create Authorization service which will implement \Farento\SDK\Service\AuthenticationServiceInterface and inject it to \Farento\SDK\Service\HttpClient

How to get authorization token

Please write me to admin@farento.com and I will provide it for you.