diff options
author | Jan Soendermann <jan.soendermann+git@gmail.com> | 2017-07-16 06:21:32 +0000 |
---|---|---|
committer | Jan Soendermann <jan.soendermann+git@gmail.com> | 2017-07-16 06:21:32 +0000 |
commit | 459c7e7ad1d460a40c0f0327c4e19dbe96ac5a32 (patch) | |
tree | 130e7fe2f66c9d1f71b97ccc8a6bfb63dada44ee | |
parent | Add Hapttic (diff) | |
download | awesome-selfhosted-459c7e7ad1d460a40c0f0327c4e19dbe96ac5a32.tar.gz awesome-selfhosted-459c7e7ad1d460a40c0f0327c4e19dbe96ac5a32.zip |
Remove extra space
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1064,7 +1064,7 @@ See **[Ticketing](#ticketing)** * [DreamFactory](https://www.dreamfactory.com/) - Turns any SQL/NoSQL/Structured data into Restful API. ([Source Code](https://github.com/dreamfactorysoftware/dreamfactory)) `Apache` `PHP` * [Endpoint](https://github.com/LINKIWI/endpoint/) - Super simple mock HTTP API endpoints that return static JSON data, for testing webhooks and client libraries in development. `MIT` `Nodejs` * [Fusio](http://www.fusio-project.org/) - Fusio is an open source API management platform which helps to build and manage REST APIs. ([Demo](http://fusio-project.org/demo), [Source Code](https://github.com/apioo/fusio)) `AGPLv3` `PHP` - * [Hapttic](https://github.com/jsoendermann/hapttic) - Hapttic is a simple HTTP server that forwards all requests to a shell script to handle webhooks you receive. `Apache` `Go` + * [Hapttic](https://github.com/jsoendermann/hapttic) - Hapttic is a simple HTTP server that forwards all requests to a shell script to handle webhooks you receive. `Apache` `Go` * [Para](http://www.paraio.org) - Para is a flexible and modular backend framework/server for object persistence, API development and authentication. ([Source Code](https://github.com/erudika/para)) `Apache` `Java` |