Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Added: Autogenerated HTTP Client
see `example/lib/calculator/generated/http/client.ex`

___

# Elixir Thrift

[![Hex Version](https://img.shields.io/hexpm/v/thrift.svg)](https://hex.pm/packages/thrift)
Expand Down
3 changes: 3 additions & 0 deletions example/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ use Mix.Config

config :calculator,
port: 9090

config :calculator, Calculator.Generated.HTTP.Client,
endpoint: "http://localhost:8080/TCalculatorServlet/Calculator"
41 changes: 11 additions & 30 deletions example/lib/calculator/generated/divide_by_zero_error.ex

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions example/lib/calculator/generated/http/client.ex

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading