Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit e4a3440

Browse files
committed
Better invoke docs
1 parent 1521e10 commit e4a3440

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/clj_docker_client/core.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
:op specifying the operation to invoke. Required.
8888
:params specifying the params to be passed to the :op.
8989
:as specifying the result. Can be either of :stream, :socket, :data. Defaults to :data.
90+
:throw-exception? Throws a RuntimeException when a response has a status >= 400. Defaults to false.
91+
Standard connection exceptions may still be thrown regardless.
9092
9193
If a :socket is requested, the underlying UNIX socket is returned."
9294
[{:keys [category conn api-version]} {:keys [op params as throw-exception?]}]

0 commit comments

Comments
 (0)