Skip to content

Parse application/json response#43

Open
newmind wants to merge 2 commits intotechgaun:masterfrom
corp-momenti:master
Open

Parse application/json response#43
newmind wants to merge 2 commits intotechgaun:masterfrom
corp-momenti:master

Conversation

@newmind
Copy link
Copy Markdown

@newmind newmind commented Jan 3, 2023

Current api(as of Jan 3, 2023) returns content-type as 'application/json; charset=utf-8'.

@newmind newmind closed this Jan 3, 2023
@newmind newmind reopened this Jan 3, 2023
@newmind newmind changed the title Parse json response Parse application/json response Jan 3, 2023
headers
|> Map.new()
|> Map.get("Content-Type") == "application/json"
|> Map.get("Content-Type") =~ "application/json"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

this has been taken care by another change. would you mind removing that? We can still get the organization change in

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.

2 participants