Bynder / bynder-c-sharp-sdk

SDK in C# for integration with Bynder
MIT License
3 stars 23 forks source link

Fix url path appending #61

Closed githuib closed 3 years ago

githuib commented 3 years ago

Builds upon the work done in https://github.com/Bynder/bynder-c-sharp-sdk/pull/60

Resolves the issue where a configuration with certain base URLs would not result in the desired url when a path was added to it. For example: "https://example.com/base" & "/path/to/something" would result in "https://example.com/path/to/something" (with the "base" part removed).

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.1%) to 46.991% when pulling 55a66c43cc162859eda09b55b63e2de8ac60f15b on githuib:fix/url-path-appending into d2a3e61d0cc3ef1bae9fb1c7015b98e1cdb2d7d4 on Bynder:master.