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.
ed1d10ba9d
Added Json flag to RouteRequest and RouteResponse to control whether or not the content is Json and needs to be handled. Updated example code. Renamed ClientCodeGenerator to RestClientGenerator. Bumped package version to 1.2.2.
485f8ae2bd
Cleaned up code and improved documentation. Added new OnSeen event that fires the first time the element is seen and stops firing after that.