diff --git a/src/r3_hex_api.erl b/src/r3_hex_api.erl index e6466f24..42818b9b 100644 --- a/src/r3_hex_api.erl +++ b/src/r3_hex_api.erl @@ -28,6 +28,8 @@ put(Config, Path, Body) -> delete(Config, Path) -> request(Config, delete, Path, undefined). +-compile({nowarn_deprecated_function, [http_uri, encode, 1]}). + %% @private encode_query_string(List) -> QueryString =