JsonFetchTrait
trait JsonFetchTrait (View source)
Methods
fetchJson(string $url)
array|null
postJson(string $url, array $payload)
array|null
postForm(string $url, array $payload)
array|null
ClientInterface
RequestFactoryInterface
StreamFactoryInterface
Details
fetchJson
protected array|null
fetchJson(string $url)
No description
postJson
protected array|null
postJson(string $url, array $payload)
No description
postForm
protected array|null
postForm(string $url, array $payload)
No description
jsonFetchClient
abstract protected ClientInterface
jsonFetchClient()
No description
jsonFetchRequestFactory
abstract protected RequestFactoryInterface
jsonFetchRequestFactory()
No description
jsonFetchStreamFactory
abstract protected StreamFactoryInterface
jsonFetchStreamFactory()
No description