CommonX v0.0.1 GoCD View Source
GoCD client for Elixir.
Link to this section Summary
Functions
Check the GoCD server version
Link to this section Functions
Link to this function
version(url, proxy \\ nil)
View Source
version(url, proxy \\ nil)
View Source
version(String.t(), any() | nil) ::
{:ok, GoCD.Server.Version.t()} | {:error, atom()}
version(String.t(), any() | nil) :: {:ok, GoCD.Server.Version.t()} | {:error, atom()}
Check the GoCD server version.