Christoph Kappestein

Results 70 issues of Christoph Kappestein

There is https://typehub.cloud/ which is basically an open platform to design a TypeSchema. We should add an intergation so that it is possible to simply include one of the schemas...

feature

Currently the OAuth2 authentication goes through the developer app where we have an `/developer/auth` endpoint. We should think about creating a dedicated `authentication` app. This app only includes the signup/login...

evaluation

Currently the CLI client issues one HTTP request per action. This means i.e. we send on request for each config value update. If we use the internal transport this is...

feature

Currently a user can change the status of each endpoint, whether it is in Development, Production, Deprecated or Closed. A user has not the option to define a specific date...

evaluation

Currently we can define the Status of each Endpoint s. ![image](https://user-images.githubusercontent.com/2505846/77235476-3c69ad80-6bb6-11ea-8975-1d92d7afa60b.png) To build an API with multiple users at the backend it would be great to have some sort of...

feature

Fusio currently has an JsonRPC endpoint which can be used as an alternative way to call actions. We could also implement the OpenRPC spec https://open-rpc.org/ so that it would be...

evaluation

It would be possible to automatically generate an AsyncAPI spec https://www.asyncapi.com/ based on the available events at our pub/sub system.

evaluation

We should add a new Kafka adapter which uses the following library: https://github.com/weiboad/kafka-php

feature

Currently we have build adapters mostly for basic infrastructure topics i.e. Mysql, Postgres, Mongodb, Elasticsearch, etc. To improve the no-code aspect of Fusio we are planning to build new adapters...

evaluation

Currently we always simply install the latest version of an app at the marketplace. We should add some form of layer to check which version of the API is supported...

feature