Superscribe icon indicating copy to clipboard operation
Superscribe copied to clipboard

A fresh take on URL routing for Web APIs

Results 27 Superscribe issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps Microsoft.Data.OData from 5.2.0 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.2.0&new-version=5.8.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This is still an issue and prevents being able to just reference Superscribe via the nuget package. Even if the project is not actively maintained any more, can this be...

This is still an issue and prevents being able to just reference Superscribe via the nuget package. Even if the project is not actively maintained any more, can this be...

Hi, We have a user at https://gitter.im/SuaveIO/suave who'd like to use this library, but it would seem this library is not OWIN compatible? Would it be possible to make it...

As discussed, route matching appears to be ignoring the HTTP method. In the test below the GET route is always hit, even when making a POST. ``` namespace Superscribe.Tests.Owin {...