Skip to content
#

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,295 public repositories matching this topic...

adrianvoica
adrianvoica commented Oct 7, 2020

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 /

actionhero
chimmelb
chimmelb commented Apr 19, 2017

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" 
Wikipedia
Wikipedia
You can’t perform that action at this time.