From 0a16944c8b89219727b141f5b7152c2e3fbfe731 Mon Sep 17 00:00:00 2001 From: Jan Soendermann Date: Sun, 16 Jul 2017 14:09:29 +0800 Subject: [PATCH 1/4] Add Hapttic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf042d07..2a2a4ebe 100644 --- a/README.md +++ b/README.md @@ -1064,6 +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` * [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` From 459c7e7ad1d460a40c0f0327c4e19dbe96ac5a32 Mon Sep 17 00:00:00 2001 From: Jan Soendermann Date: Sun, 16 Jul 2017 14:21:32 +0800 Subject: [PATCH 2/4] Remove extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2a4ebe..d9c5413d 100644 --- a/README.md +++ b/README.md @@ -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` From 3c407b708b923533957fea145b318dde292b915f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 25 Jul 2017 16:40:41 +0200 Subject: [PATCH 3/4] shorten fusio/happtic descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9c5413d..42e23933 100644 --- a/README.md +++ b/README.md @@ -1063,8 +1063,8 @@ 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` + * [Fusio](http://www.fusio-project.org/) - 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) - 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` From 32f9997fce5ba1fe12494aec45fc321295a6c7e9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 25 Jul 2017 16:41:10 +0200 Subject: [PATCH 4/4] shorten para description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e23933..40fe7c2d 100644 --- a/README.md +++ b/README.md @@ -1065,7 +1065,7 @@ See **[Ticketing](#ticketing)** * [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/) - 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) - 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` + * [Para](http://www.paraio.org) - Flexible and modular backend framework/server for object persistence, API development and authentication. ([Source Code](https://github.com/erudika/para)) `Apache` `Java` ### Documentation Generators