-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adhere to same spec as proxy-client-js (#34)
Previously this library added all properties on toplevel as separate GET parameters. The proxy server expects properties to be nested under the properties key, so this fix makes sure that properties are added as properties[key] = value rather than key=value Also, updates client's context when calling update context, so that further updates takes original updates under consideration. Saves our users a manual call to update client context. fixes: #14 fixes: #13 Co-authored-by: Simon Hornby <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
2 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