JsonDecoderClientInterface
interface JsonDecoderClientInterface implements ScopedClientInterface
Methods
string
getApi()
Returns a string representation of the API currently in use.
string
getEnvironmentId()
Returns the ID of the environment currently in use.
ResourceInterface|ResourceArray
parseJson(string $json)
Parse a JSON string.
Details
in ScopedClientInterface at line 21
string
getApi()
Returns a string representation of the API currently in use.
in ScopedClientInterface at line 28
string
getSpaceId()
Returns the ID of the space currently in use.
in ScopedClientInterface at line 35
string
getEnvironmentId()
Returns the ID of the environment currently in use.
at line 28
ResourceInterface|ResourceArray
parseJson(string $json)
Parse a JSON string.