Franklin Yu
Franklin Yu
@ixti I have heard of the JSON API but not familiar with it; I skimmed through [its specification](http://jsonapi.org/format/) but didn't find keywords like "empty body".
For empty body in that case, I prefer not to specify content type at all. Clients should not depend on content type in "204 No Content" response. I think I'm...
How about shared parameter section: ```apib FORMAT: 1A # Sample API ## Commit collection [/commits{?page,size}] + Parameters + page: 1 (number) + size: 1 (optional, number) ### Read commits [GET...
@Crypt32 I understand that BER is out-of-scope for this decoder, but the error message can be improved. @audunn You can still see (not edit) the inner structure with some online...
我這邊也是。我是 `kill -INT` 了 `/Library/Input Methods/Squirrel.app/Contents/MacOS/Squirrel` 這個進程,之後就好了。按道理系統不應該改 `$TMPDIR` 纔對?
Hello? Anyone interested?
I would also like API reference besides documentation, so that user can view API on browser without browsing the source code directly. I'm using Sandcastle in my C# projects, and...
@jmprieur Thanks a lot for the pointer. Nevertheless I would like to see API documentation for `System.IdentityModel.Tokens.Jwt`.
In addition, what's the relationship between `System.IdentityModel.*` and `Microsoft.IdentityModel.*`? I thought `System.IdentityModel.Tokens.Jwt` should belong to [WIF API](https://docs.microsoft.com/en-us/dotnet/framework/security/wif-api-reference) because of the `System.` prefix.
It *is* this library, and it is mentioned in the wiki page you pointed me to. Source available at [azure-activedirectory-identitymodel-extensions-for-dotnet/src/System.IdentityModel.Tokens.Jwt/](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/tree/dev/src/System.IdentityModel.Tokens.Jwt) That's why it confused me.