-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from hubspot-net/psypher9/92-remove-flurl
Removes Flurl dependency
- Loading branch information
Showing
10 changed files
with
110 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1 comment
on commit 5a4f646
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest rollback for this commit. For removing the Flurl dependency just replace the SetQueryParam extension with own implementation of the same functionality. It will be easier to maintain and also fix errors like missing escaping, missing ampersands, etc. . I have marked just one example of missing ampersand, but there are many more.
There should be:
path += $"
&{QueryParams.PROPERTIES}={opts.PropertiesToInclude}"