Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
85889973c8
Fixed some bugs within the RouteMatcher to better support wild card and catch all matching. Added unit tests. Bumped package version to 1.2.9
12fe2da2a3
Fixed issue where client generator was actually removing routes from the original list. Improved documentation. Bumped package version to 1.2.8
7ffa2d43ef
Improved the csharp client generator to check if the base url is null or whitespace and to remove trailing / characters. Fixed some bugs with different client names. Generator also now sets up cookie support.
2076a1d02b
Broke up RestClientGenerator so that custom generators for other languages can be created or the C# one could be modified for custom use cases.