-
Updated
Jun 22, 2021 - Python
REST API
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 19,636 public repositories matching this topic...
Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.
Again when clicked the URL address is updated but nothing h
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Go
-
Updated
Jun 19, 2021 - Mustache
背景和动机
我们不希望将一些敏感的内容提交到 git 仓库中,所以这些敏感内容我们会和提交到 git 仓库的配置文件分离。
我们将这些机密内容放在 dotenv运行时加载到环境变量
或是 直接存于环境变量
中。
除此之外,配置可能因为程序运行环境发生改变,而需要动态的进行配置。
所以我们希望 kratos 能够在配置文件中动态的识别环境变量占位符,并使用环境变量值替换配置的内容。
提议的方案
提案在配置文件中,通过占位符来替换环境变量中的功能:
提案建议的占位符风格有如下几种:
%(VARIABLE_NAME)
:传统的环境变量占位符%env(VARIABLE_NAME)%
: 带有环境变量处理器的占位符
转义字符
双倍的 %%
将会被视作转义,从而豁免 %
占位符被解
-
Updated
Jun 22, 2021 - Vue
🐛 Bug Report
To Reproduce
package api.svc;
option go_package = "api/svc";
rpc GetTrieNode(api.infra.GetTrieNodeReq) returns (api.infra.KVNode) {
option (google.api.http) = {
post: "/trie/node:get"
body: "*"
additional_bindings {
get: "/trie/node/{id}"
}
additional_bindings {
get: "/trie/node/path/{path}"
}
-
Updated
May 30, 2021 - Go
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Jun 22, 2021 - PHP
-
Updated
Jun 9, 2021 - Python
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Java
-
Updated
Jun 21, 2021 - C#
I believe the comparison operator used in the IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
During the discussions on Discord, #1275, and #1273, the case for having a method that releases the request thread back into the threadpool came up. This could help avoid the case where a few slow endpoints starve your threadpool.
I have no idea what to name this method, but I think it's signature could look like this:
fun myAptlyNamedMethod(executorService: ExecutorService, runna
-
Updated
Sep 8, 2019
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 22, 2021 - Go
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Jun 22, 2021 - Python
-
Updated
Jul 1, 2020 - Java
Is your feature request related to a problem? Please describe.
I try to execute my first GET request and get this result:
I think the first-time-user experience could get improved here.
The hint to F12 vanishes soon, and I think accessing the error message via F12 is not a