2017 © Pedro Peláez
 

extension apiship-sdk-php

Inegration (SDK) with Apiship API

image

apiship/apiship-sdk-php

Inegration (SDK) with Apiship API

  • Friday, July 20, 2018
  • by khalturinsky
  • Repository
  • 2 Watchers
  • 0 Stars
  • 92 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 14 Versions
  • 96 % Grown

The README.md

ApiShip SDK

Тестовый и боевой режим

В адаптере (GuzzleAdapter) есть возможность переключения тестового и боевого окружений. Это осуществляется с помощью флага test (true - тестовое, false - боевое), который передается в конструктор GuzzleAdapter третьим параметром. По умолчанию значение флага test - true, т.е. тестовое окружение., (*1)

Тестовое окружение - все запросы идут на тестовый урл http://api.dev.apiship.ru/v1/, (*2)

Боевое окружение - все запросы идут на боевой урл https://api.apiship.ru/v1/, (*3)

В адаптере (GuzzleAdapter) есть метод isTest, с помощью которого можно определить, какое окружение развернуто (тестовое или боевое)., (*4)

Получение X-Tracing-Id

Для получения уникального идентификатора запроса к api используется метод getLatestResponseHeaders у адаптеров GuzzleAdapter и GuzzleTokenAdapter, (*5)

$adapter = new GuzzleAdapter('test', 'test', true);
$apiship = new Apiship($adapter);
$providersResult = $apiship->lists()->getPoints();

$headers = $apiship->adapter->getLatestResponseHeaders();
$xTraingId = $headers['x-tracing-id'];

The Versions

20/07 2018

dev-master

9999999-dev

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

20/07 2018

1.1.9

1.1.9.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

19/07 2018

1.1.8

1.1.8.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

18/07 2018

1.1.7

1.1.7.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

15/06 2018

1.1.6

1.1.6.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

04/06 2018

1.1.5

1.1.5.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

27/03 2018

1.1.4

1.1.4.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

27/03 2018

dev-apis-1272

dev-apis-1272

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

27/03 2018

dev-apis-1217

dev-apis-1217

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

05/03 2018

1.1.3

1.1.3.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

12/12 2017

1.1.2

1.1.2.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

30/10 2017

1.1.1

1.1.1.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

22/10 2017

1.1.0

1.1.0.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

 

by ApiShip

rest sdk integration apiship

09/10 2017

1.0.0

1.0.0.0

Inegration (SDK) with Apiship API

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

by ApiShip

rest sdk integration apiship