-
Updated
Jun 8, 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,368 public repositories matching this topic...
-
Updated
Jun 4, 2021 - Python
-
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 /
Task export inconsistent with actions
In JS mode, exporting tasks as module.exports = class SomeTask
causes AH to throw an error when trying to execute it ' task not found' but exporting as exports.someTask = SomeTask
works. Actions work either way.
From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where
-
Updated
May 18, 2021 - Ruby
-
Updated
Jun 4, 2021 - Java
rs / rest-layer
-
Updated
Dec 5, 2019 - Go
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
May 13, 2021 - PHP
-
Updated
Jun 8, 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
May 19, 2021 - JavaScript
-
Updated
Jun 1, 2021 - C++
-
Updated
May 12, 2021 - CSS
-
Updated
Jan 9, 2021 - Lua
-
Updated
Jun 5, 2021 - Java
-
Updated
May 29, 2021 - Go
-
Updated
May 13, 2021 - JavaScript
-
Updated
May 19, 2021 - JavaScript
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
May 19, 2021 - Erlang
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
May 11, 2021 - Java
- Wikipedia
- Wikipedia
Bug Report Checklist