-
Updated
Mar 11, 2021 - 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,339 public repositories matching this topic...
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Go
Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /
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
Jul 27, 2020 - Ruby
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Feb 18, 2021 - Java
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 10, 2021 - PHP
-
Updated
Mar 11, 2021 - Python
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
Apr 8, 2020 - JavaScript
-
Updated
Feb 21, 2021 - C++
-
Updated
Feb 3, 2021 - CSS
-
Updated
Jan 9, 2021 - Lua
-
Updated
Feb 27, 2021 - Java
-
Updated
Jan 4, 2021 - Go
-
Updated
Dec 19, 2020 - JavaScript
-
Updated
Dec 26, 2020 - JavaScript
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Feb 10, 2021 - Erlang
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Mar 11, 2021 - Java
- Wikipedia
- Wikipedia
Bug Report