-
Updated
Feb 28, 2022 - Elixir
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,452 public repositories matching this topic...
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 10, 2021 - Go
Could be useful to add (beside dbAuth.usernameColumn and dbAuth.passwordColumn) the possibility to configure the request fields (like dbAuth.usernameRequestField) to bind a specific request filed to the relative column of the auth table.
If I'm not mistaken the current state imposes username and password as mandatory fields for the request.
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Feb 16, 2022 - Java
-
Updated
Feb 28, 2022 - JavaScript
Resizeable sidebar
-
Updated
Oct 1, 2021 - Go
-
Updated
May 13, 2021 - PHP
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 26, 2022 - C++
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.
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 11, 2022 - CSS
-
Updated
Jan 9, 2021 - Lua
-
Updated
Aug 5, 2021 - Go
-
Updated
Feb 27, 2022 - Java
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 28, 2022 - Go
-
Updated
Feb 14, 2022 - JavaScript
-
Updated
Feb 23, 2022 - Erlang
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
Is your feature request related to a problem? Please describe.
Adding routes currently requires the developer to prepare a single list of *Route
with all the routes defined in one go. This can be split up and made easier for the developer
Describe the solution you'd like
We can add convenience method for each type of HTTP method supported by webgo (). e.g.
router.A
- Wikipedia
- Wikipedia
Bug Report Checklist