We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72188e1 commit 77e85c9Copy full SHA for 77e85c9
README.md
@@ -9,7 +9,7 @@ The package can be installed by adding `docusign` to your list of dependencies i
9
```elixir
10
def deps do
11
[
12
- {:docusign, "~> 0.3.0"}
+ {:docusign, "~> 0.3.1"}
13
]
14
end
15
```
@@ -25,7 +25,7 @@ java -jar swagger-codegen-cli.jar generate \
25
-i https://raw.githubusercontent.com/docusign/eSign-OpenAPI-Specification/master/esignature.rest.swagger-v2.1.json \
26
-l elixir -o /tmp/elixir_api_client
27
rm -rf lib/docusign/*
28
-cp -r /tmp/elixir_api_client/lib/docu_sign_restapi/* lib/docusign
+cp -rf /tmp/elixir_api_client/lib/docu_sign_restapi/* lib/docusign
29
mix format
30
31
0 commit comments