Skip to content

GH-69 Provide get_info endpoint#82

Merged
andonov merged 9 commits into
masterfrom
GH-69
Oct 24, 2017
Merged

GH-69 Provide get_info endpoint#82
andonov merged 9 commits into
masterfrom
GH-69

Conversation

@d-velev

@d-velev d-velev commented Oct 23, 2017

Copy link
Copy Markdown
Contributor

closes #69, #41 , #52 , #53

Comment thread apps/aehttpclient/README.md Outdated
@@ -0,0 +1,21 @@
# Aehttpclient

**TODO: Add description**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a short description

Comment thread apps/aehttpserver/config/config.exs Outdated

# Configures the endpoint
config :aehttpserver, Aehttpserver.Endpoint,
render_errors: [view: Aehttpserver.ErrorView, accepts: ~w(html json)],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this

Comment thread apps/aehttpserver/config/dev.exs Outdated


# Watch static and templates for browser reloading.
config :aehttpserver, Aehttpserver.Endpoint,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this


# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.
if code_reloading? do

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this

Comment thread apps/aehttpserver/mix.exs Outdated
{:phoenix, "~> 1.3.0-rc"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_html, "~> 2.10"},
{:phoenix_live_reload, "~> 1.0", only: :dev},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this

Comment thread apps/aehttpserver/mix.exs Outdated
[
{:phoenix, "~> 1.3.0-rc"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_html, "~> 2.10"},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this

Comment thread apps/aehttpserver/web/web.ex Outdated
end
end

def view do

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this

@andonov andonov merged commit 0c1c6d9 into master Oct 24, 2017
@thepiwo thepiwo deleted the GH-69 branch October 5, 2018 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

provide get_info endpoint

4 participants