-
Updated
Jan 20, 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,311 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Python
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Dec 15, 2020 - 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 /
Name of Issue
GET request of schema inputs throw error.
Workaround is to use POST or write middleware (example below)
- ActionHero Version:
16.0.5 - Node.js Version:
7.4.0 - Operating System
OSX
Steps to reproduce your error
- Make a new actionhero project with
./node_modules/.bin/actionhero generate
./node_modules/.bin/actionhero generate action --name="schemaTest"
-
Updated
Jul 27, 2020 - Ruby
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Jan 9, 2021 - Java
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Dec 14, 2020 - PHP
-
Updated
Jan 19, 2021 - Python
-
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.
-
Updated
Jan 9, 2021 - Lua
-
Updated
Nov 13, 2020 - CSS
-
Updated
Jan 11, 2021 - Java
-
Updated
Jan 4, 2021 - Go
-
Updated
Dec 19, 2020 - JavaScript
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Dec 26, 2020 - JavaScript
-
Updated
Jan 19, 2021 - Erlang
-
Updated
Dec 30, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
- Wikipedia
- Wikipedia
Description
We've previously been running v5.0.0-beta2. Switching to the full release v5.0.0 results in the error
ModuleNotFoundError: No module named 'nulltype'.The fix was to add the nulltype package to my project's requirements but I'm not sure if this is expected and it doesn't seem ideal. Is this package really required or was it an accidentally inclusion?
openapi-genera