ex_orient_rest v0.1.2 ExOrientRest.URL
Link to this section Summary
Link to this section Functions
Link to this function
build_url(arg1, arg2, props, opts)
build_url(:delete, ExOrientRest.Types.db_delete_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:head, ExOrientRest.Types.db_head_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:patch, ExOrientRest.Types.db_patch_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:put, ExOrientRest.Types.db_put_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:post, ExOrientRest.Types.db_post_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:get, ExOrientRest.Types.db_get_requests(), ExOrientRest.Types.db_connection(), map()) :: URI.t()
build_url(:get, :connect, ExOrientRest.Types.db_properties(), %{database: String.t()}) :: URI.t()