Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1444 from apiaryio/honzajavorek/laravel
Browse files Browse the repository at this point in the history
Add laravel blogpost and example app by @AndyWendt
  • Loading branch information
honzajavorek authored Jul 24, 2019
2 parents f9cab28 + 85c50e0 commit fdb5e69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ $ npm install -g dredd
## Howtos, Tutorials, Blogposts (3rd party)
- [Maintenir à jour sa documentation d'API avec Dredd !](https://blog.itnetwork.fr/blog-post/2019/05/06/dredd-partie-1-ecriture-documentation.html) *05/06/2019*
- [Dredd - Language-agnostic HTTP API Testing Tool - Interview with Honza Javorek](https://survivejs.com/blog/dredd-interview/) *3/22/2019*
- [Testing your API with Dredd](https://medium.com/mop-developers/testing-your-api-with-dredd-c02e6ca151f2) *9/27/2018*
- [Writing Testable API Documentation Using APIB and Dredd (Rails)](https://blog.rebased.pl/2018/06/29/testable-api-docs.html) *6/29/2018*
- [Design-first API Specification Workflow Matures](https://philsturgeon.uk/api/2018/03/01/api-specification-workflow-matures/) *3/1/2018*
- [Maintenir à jour sa documentation d'API avec Dredd!](https://blog.itnetwork.fr/blog-post/2019/05/06/dredd-partie-1-ecriture-documentation.html) *05/06/2019*
- [Dredd - Language-agnostic HTTP API Testing Tool - Interview with Honza Javorek](https://survivejs.com/blog/dredd-interview/) *03/22/2019*
- [Laravel OpenAPI 3 Documentation Verification Using Dredd](https://commandz.io/snippets/laravel/laravel-dredd-openapi-v3/) *02/24/2019*
- [Testing your API with Dredd](https://medium.com/mop-developers/testing-your-api-with-dredd-c02e6ca151f2) *09/27/2018*
- [Writing Testable API Documentation Using APIB and Dredd (Rails)](https://blog.rebased.pl/2018/06/29/testable-api-docs.html) *06/29/2018*
- [Design-first API Specification Workflow Matures](https://philsturgeon.uk/api/2018/03/01/api-specification-workflow-matures/) *03/01/2018*
- [Writing and testing API specifications with API Blueprint, Dredd and Apiary](https://hackernoon.com/writing-and-testing-api-specifications-with-api-blueprint-dreed-and-apiary-df138accce5a) *12/04/2017*
- [Testing an API Against its Documentation](https://dev.to/albertofdzm/testing-an-api-against-documentation-6cl) *11/23/2017*
- [Keeping Documentation Honest](https://blog.apisyouwonthate.com/keeping-documentation-honest-d9ab5351ddd4) *11/21/2017*
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Example Applications
--------------------

- `Express.js <https://github.com/apiaryio/dredd-example>`__
- `Laravel <https://github.com/ddelnano/dredd-hooks-php/wiki/Laravel-Example>`__
- `Laravel & OpenAPI 3 <https://github.com/AndyWendt/laravel-dredd-openapi-v3>`__
- `Ruby on Rails <https://gitlab.com/theodorton/dredd-test-rails/>`__

.. |npm version| image:: https://badge.fury.io/js/dredd.svg
Expand Down
7 changes: 4 additions & 3 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Advanced Examples

For more complex example applications, please refer to:

- `Express.js example application <https://github.com/apiaryio/dredd-example>`__
- `Ruby on Rails example application <https://gitlab.com/theodorton/dredd-test-rails>`__
- `Laravel example application <https://github.com/ddelnano/dredd-hooks-php/wiki/Laravel-Example>`__
- `Express.js <https://github.com/apiaryio/dredd-example>`__
- `Laravel <https://github.com/ddelnano/dredd-hooks-php/wiki/Laravel-Example>`__
- `Laravel & OpenAPI 3 <https://github.com/AndyWendt/laravel-dredd-openapi-v3>`__
- `Ruby on Rails <https://gitlab.com/theodorton/dredd-test-rails/>`__

0 comments on commit fdb5e69

Please sign in to comment.