api-server
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,179 public repositories matching this topic...
I noticed an undocumented behavior with listeners, where some of them run in reverse order of registration
- What is the rationale for that?
- Can this be added to the docs?
Additional context
Relevant lines of code from https://github.com/huge-success/sanic/blob/master/sanic/app.py#L1356
# -------------------------------------------- #
# Register start/stop eBug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue? not relevant
- Have you validated the input using an OpenAPI validator (example)? not relevant
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
May 30, 2020 - JavaScript
These are the feedback from @yawniek on slack
- the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
- same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
- how can i load a class into toplevel so i dont need a requir
As of first congrats for this package - I'm using it quite often & it's a great help.
I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht
There are newer implementations of i18n for node that allow you to define the base language in your code directly, and then provide optional override files.
This makes developing much more pleasant.
In an effort to raise the profile of Alerta so that we all benefit from more users/reviewers/testers/contributors I would like to list company logos of those using Alerta on the “landing page” (https://alerta.io).
If your company uses Alerta, and you are happy for your logo to appear on this page in a list of “who’s using Alerta” or even better, a “case study” (similar to https://kubernetes.io/
Provide a mock show page that will allow users to view a mock configuration with a legit layout.
- Use code formatting for body content & script
- Description links should be rendered as link, not as text
See https://roxygen2.r-lib.org/articles/rd.html#r6
The base plumber object has a lot of autogenerated and missing documentation. This causes a few warnings.
devtools::document()
rs / rest-layer
I want a resource with an array of a sub-resource, and everything properly checked for validity.
As a preamble, I found two ways of declaring a sub-resource and I fail to see the difference between them. First approach:
Fields: schema.Fields{
"sub": {
Schema: &subresource
},
}Second approach:
Fields: schema.Fields{
"sub": {
ValidaHi,
by a total chance, I've run into this fragment on main page (http://spyne.io/#auxproc=Sync&s=aux :)
To do additional work after the primary method returns, you can set the aux attribute in another service definition class and implement the same method signature
For a total beginner in spyne/rpc world (that is me) this was quite enlighting in terms of what is happening. Earlier
- Framework version: 1.4
- Implementations: Spring Boot 2
Scenario
Using SAM cli pass the alb request
sam local invoke -e alb-post.json
Here is the alb-post.json:
`{
"requestContext": {
"elb": {
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-2:123456789012:targetgroup/lambda-279XGJDqGZ5rsrHC2Fjr/49e9d65c45c6791a"
}
},
"httpMethod": "POST",
"path":
-
Updated
Jul 10, 2019 - PHP
Expected Behavior
The configuration sample given on https://docs.kuzzle.io/core/2/plugins/plugin-context/errors-manager/ should work out of the box (BTW, the code in the sample at the bottom of this page seems incorrect too).
Current Behavior
PluginImplementationError: [kuzzle-plugin-auth-passport-local] errors field in manifest.json badly formatted: Error configuration file :
-
Updated
Apr 8, 2020 - JavaScript
If you PATCHed to /posts/1, but send payload with a different id:
{
data: {
id: 789,
type: 'posts',
attributes: { ... }
}
}We pay attention to the payload and not the URL - instead let's throw an error when there is a mismatch.
From what i can tell by using turbo, currently if i specify an url parameter like /home?foo turbo will consider this as a not set and will assign the default value if specified. It would however be nice if there is a difference in no argument specified and an empty argument specified.
http://stackoverflow.com/questions/4557387/is-a-url-query-parameter-valid-if-it-has-no-value
-
Updated
Mar 26, 2020 - CSS
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 8, 2020 - Go
-
Updated
Dec 22, 2018 - JavaScript
-
Updated
Dec 2, 2017 - JavaScript
- Wikipedia
- Wikipedia
Hello!
Problem
I tried to use long polling by js client, and read the documentation.
I found 2 problems about docs.
opts.transportas Socket constructor parameter, and type of transport is string. But it se