abstract | |
---|---|
implements |
Endpoint |
Methods | ||
---|---|---|
abstract
public
|
getMethod(): string
|
# |
abstract
public
|
getBody(SerializerInterface $serializer, $streamFactory = null): array
|
# |
abstract
public
|
getUri(): string
|
# |
abstract
public
|
getAuthenticationScopes(): array
|
# |
abstract
protected
|
transformResponseBody(ResponseInterface $response, SerializerInterface $serializer, ?string $contentType = null)
|
# |
protected
|
getExtraHeaders(): array
|
# |
public
|
getQueryString(): string
|
# |
public
|
getHeaders(array $baseHeaders = []): array
|
# |
protected
|
getQueryOptionsResolver(): OptionsResolver
|
# |
protected
|
getHeadersOptionsResolver(): OptionsResolver
|
# |
protected
|
getFormBody(): array
|
# |
protected
|
getMultipartBody($streamFactory = null): array
|
# |
protected
|
getFormOptionsResolver(): OptionsResolver
|
# |
protected
|
getSerializedBody(SerializerInterface $serializer): array
|
# |
Properties | |||
---|---|---|---|
protected
|
|
$queryParameters = []
|
# |
protected
|
|
$headerParameters = []
|
# |
protected
|
|
$body
|
# |