We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371a990 commit 384b3e2Copy full SHA for 384b3e2
lib/confluent_schema_registry.ex
@@ -61,6 +61,8 @@ defmodule ConfluentSchemaRegistry do
61
"application/vnd.schemaregistry+json"
62
]}
63
] ++ basic_auth(opts)
64
+
65
+ Tesla.client(middleware, adapter)
66
end
67
68
# Configure Tesla.Middleware.BasicAuth
0 commit comments