bossenti opened a new issue, #1148: URL: https://github.com/apache/streampipes/issues/1148
### Body In https://github.com/apache/streampipes/pull/1147 we introduced the resource for a function definition which defines a registered function in the StreamPipes backend. To provide full support of function API endpoint we need to implement the following aspects: - [ ] resource container for function definition - [ ] endpoint for function definition The REST API endpoint for a function definition is defined [here](https://github.com/apache/streampipes/blob/dev/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/FunctionsResource.java). At least the `get()` and `all()` method should be implemented, we might also think about further endpoint methods like `create()` or `delete()` ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
