Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update angular frontend and api server to use types in portability-client-types #97

Merged
merged 5 commits into from
Jan 29, 2018

Conversation

seehamrun
Copy link
Member

This is part of #71
This requires a new static content deploy and binary push (#67)

Let me know if this is on the right track. I created a couple of new "Response" type classes but am not sure if this is the model we want to use.

@@ -56,22 +57,22 @@ public void handle(HttpExchange exchange) throws IOException {
Headers headers = exchange.getResponseHeaders();
headers.set(HEADER_CONTENT_TYPE, "application/json; charset=" + StandardCharsets.UTF_8.name());

JsonArrayBuilder builder = Json.createArrayBuilder();
Vector<String> data_types = new Vector<>();
Copy link
Collaborator

Choose a reason for hiding this comment

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

ArrayList

Copy link
Member Author

Choose a reason for hiding this comment

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

Done. Forgot that this wasnt C++ haha

@seehamrun seehamrun merged commit f5ea0b0 into master Jan 29, 2018
@seehamrun seehamrun deleted the list_services branch January 29, 2018 18:12
seehamrun added a commit that referenced this pull request Jan 30, 2018
This updates the binary and static content with changes from #97 in prod and in qa
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.

None yet

2 participants