webapi
Here are 1,347 public repositories matching this topic...
It seems that someone edited out all documentation for SwaggerToTypeScriptClientGenerator.
Is is possible to revert back to older revisions to have it available for users?
In this quickstart, Info() has been replaced by OpenApiInfo():
https://github.com/microsoft/aspnet-api-versioning/wiki/API-Documentation#aspnet-core
Thanks for all you do to maintain this site.
I'd like to simplify Dependency Injection of Modules that fallback on each other, For instance, the Entity Framework is replaced by the [In Memory Fakes](https://github.com/ivanpaulovich/clean-architecture-manga/blob/master/src/WebApi/DependencyInjection/InMe
-
Updated
May 19, 2020 - C#
-
Updated
Feb 21, 2020 - C#
-
Updated
Mar 22, 2020 - C#
-
Updated
Jul 25, 2019 - C#
-
Updated
May 23, 2020 - C#
-
Updated
May 15, 2020 - JavaScript
-
Updated
Sep 11, 2019 - C#
Cleanup tests for v4
We will be doing something akin to #91
- A better split between
unit,acceptanceande2ewith a 70, 20, 10 split - No more hand building requests, need factories for that
- Clean up naming convention.
It will be useful to have more recipies of how to use various functionalities of the library.
This would be the place to suggest possible use cases and do my best to get provide a nice clean recipe for them.
- SteamClient login
- Bulding a simple web api
- Setup and use for SteamAuthenticator
- WebAuth login and use (the docs have one)
- More complex example of various St
Hello,
I've tried to configure the application but I've been unsuccessful so far.
I copied web application folder's content into /var/www/html/0xsp/, then added mysql credentials into application/config/database.php, accessed into the login page with user admin and password 0xsp (found on file 0xsp.sql), but then the application crashes with an error:
;
g.HttpOptions(options =>
{
options.StaticResurceType = "txt;xml;zip;jpg;css;png;htm;woff;svg;gif;woff2;js;html;jpeg;ico;rar";
}
g.Open();
woff 文件显示 403错误。
GET http://..../__system/layuiadmin/layui/font/iconfont.woff?v=230 net::ERR_ABORTED 403 (No permission)
如果使用 HttpConfig.json 则一切正常。
看了代码,只有在实例化HttpApiServer时才会初始化,后续设置StaticResurce
-
Updated
Dec 27, 2019 - C#
-
Updated
Nov 3, 2018 - C#
-
Updated
Feb 25, 2020 - C#
-
Updated
Jul 21, 2018 - C#
-
Updated
May 13, 2020 - C#
-
Updated
May 20, 2020 - C#
-
Updated
Dec 17, 2018 - C#
Migration guide: https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio
Branch: https://github.com/ttu/dotnet-fake-json-server/tree/update-to-core-30
New System.Text.Json doesn't support all serializations required by Fake Server, so have to use NewtonsoftJson.
TODO:
[ ] Fix Swagger Authentication filters
[x] Fix InputFormatters / Consumes
When logging, there would be times where you'd like to know whether the exception was one configured.
Example:
x.OnError((context, exception, httpContext) =>
{
if (!context.wasCaught){
_logger.Error(exception.Message);
}
return Task.CompletedTask;
});Hi!
It's possible to add, to automatic generate a version of WebApi with auth ( JWT for example ) and policys ?
Improve this page
Add a description, image, and links to the webapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webapi topic, visit your repo's landing page and select "manage topics."
In the OpenAPI spec, section "Link Object",
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#linkObject
the "Examples" table following after the text
"The table below provides examples of runtime expressions and examples of their use in a value:"
contains a confusing "note" in the third row, and I think a "note" is missing in the second row.
Proposed changes: