-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7c6c6c
commit 7bd01f5
Showing
5 changed files
with
86 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
+++ | ||
title = Learning Utilities and Resources | ||
+++ | ||
|
||
# Learning | ||
|
||
## Mirror Mode | ||
|
||
The Mirror mode is a good way to test out your tooling and see the details of your requests without using a proxy. | ||
|
||
[Access the Mirror Mode Here](/mirror.html) | ||
|
||
## Simulation Mode | ||
|
||
The API has a simulation mode, it uses hard coded data in responses, but tries to mimic some conditions. | ||
|
||
e.g. it expects you to post a specific JSON payload or XML payload and responds 'as if' you sent it. But... it also checks if you sent valid json, or valid xml, and responds based on your headers e.g. returning XML if you ask for it. | ||
|
||
The simulator is stateless and does not track your usage, making it deterministic for multiple users. | ||
|
||
The simulator is a good place to get started because it will respond nicely... unless you mess up the request syntax. | ||
|
||
[Access the Simulator Here](/simulation.html) | ||
|
||
## Automating and Testing a REST API Book | ||
|
||
Alan Richardson wrote a book [Automating and Testing a REST API](https://www.eviltester.com/page/books/automating-testing-api-casestudy/) | ||
|
||
Buying the book helps support this web site and application. | ||
|
||
## Challenge Tutorials | ||
|
||
All of the Challenges have solution tutorials that are available on the [EvilTester.com](https://eviltester.com) blog. | ||
|
||
[Read the API Challenges Posts](https://www.eviltester.com/categories/api-challenges/) | ||
|
||
## Open Source Workshops | ||
|
||
All the material from Alan Richardson's REST API Training workshops have been released to Github. | ||
|
||
[Find the Workshop Material Here](https://www.eviltester.com/post/rest-api-workshops/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
+++ | ||
title = Sponsors of API Challenges | ||
+++ | ||
|
||
# Support and Sponsorship | ||
|
||
This application is made available free to the public thanks to the generosity of our sponsors and supporters. | ||
|
||
Their support helps: | ||
|
||
- pay for hosting | ||
- support ongoing development | ||
- support creation of associated free training material | ||
|
||
## Current Platinum sponsor | ||
|
||
[![](https://www.eviltester.com/siteimages/evil_laugh_cleaned_transparent_h300.png)](https://eviltester.com) | ||
|
||
- [EvilTester.com](https://eviltester.com) free online training and books related to Software Testing and Development. Also including The Evil Tester Show podcast, and YouTube video channel. | ||
|
||
## Gold Sponsors | ||
|
||
[![Bespoke Software Development Consultancy and Training](https://compendiumdev.co.uk/images/cut_down_logo_152_171_e.png)](https://compendiumdev.co.uk) | ||
|
||
[Want to become a corporate sponsor of API Challenges?](https://eviltester.com/page/sponsor/corporate/) | ||
|
||
## Patreon | ||
|
||
Thank you to everyone who helps supports this project by being a part of our Patreon programme: | ||
|
||
- [Patreon](https://patreon.com/eviltester) | ||
|
||
## Historic Sponsors | ||
|
||
Thank you to all previous sponsors: | ||
|
||
- [EvilTester.com](https://eviltester.com) | ||
- [Compendium Developments](https://compendiumdev.co.uk) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.