Skip to content
Snippets Groups Projects

Added timeout to options.

Merged Krzysztof Dyszczyk requested to merge feature/timeout into master
4 files
+ 24
9
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
@@ -34,4 +34,9 @@ interface ApiClientOptions extends HttpClientOptions, SerializerOptions
*/
public function getApiClientClass();
/**
* @return int
*/
public function getTimeout();
}
\ No newline at end of file
Loading