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

sanic
st0012
st0012 commented Apr 16, 2020

These are the feedback from @yawniek on slack

  • the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
  • same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
  • how can i load a class into toplevel so i dont need a requir
jtoberling
jtoberling commented Aug 28, 2019

As of first congrats for this package - I'm using it quite often & it's a great help.

I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht

satterly
satterly commented Apr 30, 2019

In an effort to raise the profile of Alerta so that we all benefit from more users/reviewers/testers/contributors I would like to list company logos of those using Alerta on the “landing page” (https://alerta.io).

If your company uses Alerta, and you are happy for your logo to appear on this page in a list of “who’s using Alerta” or even better, a “case study” (similar to https://kubernetes.io/

tgirod
tgirod commented May 15, 2019

I want a resource with an array of a sub-resource, and everything properly checked for validity.

As a preamble, I found two ways of declaring a sub-resource and I fail to see the difference between them. First approach:

Fields: schema.Fields{
    "sub": {
        Schema: &subresource
    },
}

Second approach:

Fields: schema.Fields{
    "sub": {
        Valida
benoitvidis
benoitvidis commented Apr 22, 2020

Expected Behavior

The configuration sample given on https://docs.kuzzle.io/core/2/plugins/plugin-context/errors-manager/ should work out of the box (BTW, the code in the sample at the bottom of this page seems incorrect too).

Current Behavior

PluginImplementationError: [kuzzle-plugin-auth-passport-local] errors field in manifest.json badly formatted: Error configuration file : 
bug
Wikipedia
Wikipedia
You can’t perform that action at this time.