Commit Graph

150 Commits

Author SHA1 Message Date
Francois Zaninotto a06da49aed Merge pull request #87 from dylburger/dylburger-patch-1
Changing requestb.in URL -> requestbin.com
2019-02-18 23:15:41 +01:00
Dylan J. Sather d650741c15 http -> https 2019-02-18 10:52:03 -08:00
Dylan J. Sather 9807271865 Changing requestb.in URL -> requestbin.com
requestb.in was shut down for abuse, but requestbin.com offers a comparable debugging service.
2019-02-15 12:33:41 -08:00
Gildas Garcia b84ff09a03 Merge pull request #83 from markkrj/patch-1
Add http-prompt
2018-10-03 17:02:13 +02:00
Marcos de Oliveira 732c299e13 Add http-prompt
Adding http-prompt. I'd suggest removing http-console, as it did not received commits for almost two years now. Features are similar.
2018-10-03 11:45:15 -03:00
Gildas Garcia f8ce41939f Merge pull request #82 from yoannfleurydev/patch-1
Add Insomnia
2018-10-02 11:33:54 +02:00
Yoann Fleury 0b4d4c297c Add Insomnia 2018-10-02 11:15:34 +02:00
Francois Zaninotto 68f7d8a17d Merge pull request #79 from chidonna/patch-1
Add Falcon to Python framworks for building Rest APIs
2018-08-10 09:26:55 +02:00
Chidindu Ogbonna d6699b8823 Add Falcon to Python framworks for building Rest APIs 2018-08-10 03:42:52 +01:00
Francois Zaninotto 3582410467 Merge pull request #78 from JKHeadley/patch-2
Update README.md
2018-07-01 00:15:08 +02:00
Justin Headley 081df6c1e2 Update README.md 2018-06-30 02:38:24 -07:00
Francois Zaninotto 048127f375 Merge pull request #72 from pursultani/master
Add new category for API gateway/management tools
2018-05-24 15:36:37 +02:00
Francois Zaninotto 337a0aa5cb Merge pull request #74 from dgilling/master
Add: Design articles and tools to README.md
2018-03-09 09:47:52 +01:00
Derric Gilling 95746bca48 Update README.md
Remove extra articles
2018-03-08 12:12:35 -08:00
Mario Idival d92d67f56d Add PREST project (#73)
* Add PREST

* Update README.md
2018-02-27 14:24:16 +01:00
Jonathan Petitcolas 8652bc97c5 Merge pull request #75 from iridakos/patch-1
Add DuckRails
2018-02-27 14:22:58 +01:00
Lazarus Lazaridis f2d1713438 Add DuckRails 2018-02-27 13:03:05 +02:00
Derric Gilling f568dd3dcd Fix: Broken link for Zalando API Design post 2018-02-26 16:54:35 -08:00
Derric Gilling 2cec7ea04d Add: Design articles and tools to README.md
Add: Articles on API design, CORS, security, and Moesif SaaS tool.
2018-02-26 15:52:59 -08:00
Hossein Pursultani bfcfe9c8e8 Update API gateway section
- Remove KrakenD and apiman
- Move 3scale to SaaS tools section
2018-02-10 22:29:34 +11:00
Hossein Pursultani 9f54d5a098 Rename management section to API gateway 2018-02-10 22:26:58 +11:00
Hossein Pursultani 54b394dc19 Update management section
Reorder the list and add comments to links.
2018-02-05 17:16:23 +11:00
Hossein Pursultani e4f468f390 Add management section
With an initial list of API gateway/management solutions.
2018-02-05 16:20:58 +11:00
Gildas Garcia 8a6d010add Merge pull request #71 from abstractart/master
Update Ruby Servers section
2017-11-28 12:16:27 +01:00
Eugene Kozlov fe1e7cd4a3 Update Ruby Servers section 2017-11-28 14:10:28 +03:00
Francois Zaninotto cd2b9b2633 Update README.md 2017-11-20 15:16:29 +01:00
Francois Zaninotto b599e80026 Merge pull request #66 from johnkmzhou/java
Add Dropwizard.
2017-10-30 08:49:00 +01:00
John Zhou cd66a3b929 Add Dropwizard. 2017-10-29 17:28:36 -10:00
Francois Zaninotto 6a8ef23d4e Merge pull request #65 from yudori/patch-1
Add apistar as python rest framework
2017-10-28 06:54:09 +02:00
Richard Oyudo a24b3757e2 Add apistar as pyhton rest framework 2017-10-27 21:38:14 +01:00
Jonathan Petitcolas e2b69fa612 Merge pull request #63 from KeyboardInterrupt/master
adds hug to Python Section
2017-10-27 08:20:10 +02:00
KeyboardInterrupt 09b7f367c2 adds hug to Python Section 2017-10-27 06:58:32 +02:00
Francois Zaninotto ebd0177c88 Merge pull request #62 from The-Alchemist/patch-1
typo
2017-09-15 17:46:28 +02:00
The Alchemist 9e87fcfe9e typo 2017-09-15 11:40:20 -04:00
Jonathan Petitcolas 6abce44fa2 Merge pull request #61 from andrew-kandyba/master
Add Microsoft REST API Guidelines to the list
2017-09-04 10:39:43 +02:00
Andrew 2bb3c66f62 Add Microsoft REST API Guidelines to the list 2017-09-02 16:22:44 +03:00
Francois Zaninotto 3dde930018 Merge pull request #58 from CodyReichert/patch-1
Add Assertible to SaSS tools
2017-05-09 14:55:49 +02:00
Francois Zaninotto a387b3e81d Merge pull request #59 from thomas4019/patch-1
Add Expressa to Node.js Servers list
2017-04-23 10:01:34 +02:00
Thomas Hansen 7d6c353470 Add Expressa to Node.js Servers list
Add expressa which is a middleware that lets you make APIs from JSON schemas. It provides an editor that lets you edit your data as well as modify your schema and manage permissions for different operations. This is not just another web framework in that 1) it's easy to integrate into other applications since it's just a middleware 2) it's declarative as your schemas and permissions are defined in JSON files 3) It comes with an admin editor.
2017-04-21 00:43:05 -07:00
Cody Reichert c3ed8b58f8 Add Assertible to SaSS tools
This adds [Assertible](https://assertible.com) to the SaSS tools section. I believe I got all of the formatting and punctuation correct per the contributing guidelines, but let me know if you need any changes. Thanks for putting this together!
2017-04-18 20:37:33 -05:00
Francois Zaninotto 8a7e31a1d0 Merge pull request #57 from darklynx/request_baskets
added link to Request Baskets project
2017-02-09 15:52:27 +01:00
Vladimir L c20957ff81 added link to Request Baskets project - HTTP requests collector to test webhooks with a strong focus on QA and test automation 2017-02-08 21:31:36 +01:00
Francois Zaninotto 868c85ccf8 add admin-on-rest 2016-12-13 16:54:45 +01:00
Francois Zaninotto 8d952d7d3b Merge pull request #55 from SeyZ/patch-1
Add Lumber (https://github.com/ForestAdmin/lumber)
2016-12-13 14:08:18 +01:00
Sandro Munda 33682318dc Update README.md 2016-12-08 11:39:48 -08:00
Sandro Munda b6a8bf7543 Add Lumber (https://github.com/ForestAdmin/lumber) 2016-12-02 10:02:24 -08:00
Francois Zaninotto b233e48aa7 Merge pull request #53 from quitschibo/master
Added rest-assured
2016-11-03 17:42:01 +01:00
Manuel Möhlmann 2c610be3e2 Added rest-assured 2016-10-26 20:37:59 +02:00
Jonathan Petitcolas 058bb6ec15 Merge pull request #52 from pmlopes/patch-1
added Vertx-Web the Web/Rest building block for Vert.x Framework
2016-09-21 09:25:04 +02:00
Paulo Lopes 61042447a0 added Vertx-Web the Web/Rest building block for Vert.x Framework 2016-09-13 15:57:23 +02:00