Skip to content

Commit 6f52bea

Browse files
committed
adding links to the recipe repository
1 parent 78cf9c1 commit 6f52bea

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

src/api/faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ The Visual Studio Code(Vscode) Extension for WebPageTest lets you run tests agai
7171
There are also several existing integrations built by our community members that you can try out to build on top of WebPageTest. [Check out some of them here.](/integrations/#community-built-integrations)
7272
:::
7373

74+
### Are there any code examples I can see for how to use the API?
75+
We have an [ever-growing collection of common recipes for the WebPageTest API available on GitHub](https://github.com/WebPageTest/WebPageTest-API-Recipes). If you don't see the recipe you're looking for, [file an issue](https://github.com/WebPageTest/WebPageTest-API-Recipes/issues) and we'll see if it's something we can add.
76+
77+
7478
## Billing
7579
:::faqs
7680
### How will I be charged?

src/api/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ All that's left is to view the test result!
5252

5353
If you go to the "userUrl" from the JSON result, you will see the normal "Test waiting" page that will refresh and load the test results when it completes. If you navigate to the "jsonUrl" in a browser you should see a JSON view of the test status. If you refresh the page periodically you will see the status change until it finally returns the full test result as JSON.
5454

55-
Congratulations! You've just successfully submitted your first test using the WebPageTest API. You can dig deeper into the [API reference guide](/api/reference/) for your next steps, or check out some of the [existing integrations built around WebPageTest](/integrations/) and maybe even [build your own](/integrations/#officially-supported-integrations).
55+
## What comes next?
56+
Congratulations! You've just successfully submitted your first test using the WebPageTest API. Here's a few more resources to help you take your next steps:
57+
58+
- Dig deeper into the [API reference guide](/api/reference/) to see what parameters are available to you
59+
- Check out some of the [existing integrations built around WebPageTest](/integrations/) from both the WebPageTest team as well [as the WebPageTest community](/integrations/#officially-supported-integrations)
60+
- View [our collection of common API recipes](https://github.com/WebPageTest/WebPageTest-API-Recipes) (using the Node.js wrapper)

src/api/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The WebPageTest [REST](https://en.wikipedia.org/wiki/Representational_state_tran
1010

1111
::: note
1212
The [official Node.js WebPageTest API wrapper](https://github.com/marcelduran/webpagetest-api)—built by Marcel Duran—provides a convenient NodeJS interface for the API and also exposes handy a <abbr title="Command Line Interface">CLI</abbr>.
13+
14+
There's also an [ever-growing repository of common recipes for the the API](https://github.com/WebPageTest/WebPageTest-API-Recipes), using the Node.js wrapper to help you get started.
1315
:::
1416

1517
## Authentication

0 commit comments

Comments
 (0)