webapi
Here are 1,399 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?
Even though Manga is a monolith application it would be nice to enable OpenTracing to show how to add it following the Clean Architecture principles.
The Jaeger library is a interesting starting point:
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.
-
Updated
Jul 14, 2020 - C#
-
Updated
Feb 21, 2020 - C#
-
Updated
Jun 14, 2020 - C#
-
Updated
Jul 25, 2019 - C#
-
Updated
Jun 9, 2020 - C#
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Sep 11, 2019 - C#
Cleanup tests for v4
We will be doing something akin to #91
- A better split between
unit
,acceptance
ande2e
with 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
Jun 30, 2020 - C#
-
Updated
Jul 21, 2018 - C#
-
Updated
Jul 16, 2020 - C#
-
Updated
Jul 1, 2020 - C#
-
Updated
Dec 17, 2018 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Jul 15, 2020 - C#
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: