Skip to content

Commit

Permalink
Docs(readme): Callback arg is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Mar 6, 2018
1 parent 0a1af5f commit b20aa30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -94,7 +94,7 @@ Run a test.
argument | type | required | description
:--------|:---------|:---------|:-----------------
params | object | yes | Test settings
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-test-start)

Expand Down Expand Up @@ -125,7 +125,7 @@ argument | type | required | description
testId | string | yes | Test `id` to look up
resource | string | no | Retrieve a test resource
polling | number | no | Retry until completion, in ms
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-test-state)

Expand Down Expand Up @@ -181,7 +181,7 @@ Get a list of available test locations.

argument | type | required | description
:--------|:---------|:---------|:-----------------
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-locations)

Expand All @@ -198,7 +198,7 @@ Get a list of available test browsers.

argument | type | required | description
:--------|:---------|:---------|:-----------------
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-browsers)

Expand All @@ -216,7 +216,7 @@ Get details about a test browser.
argument | type | required | description
:---------|:---------|:---------|:-----------------------
browserId | number | yes | Browser `id` to look up
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-browsers-details)

Expand All @@ -233,7 +233,7 @@ Information about your account.

argument | type | required | description
:--------|:---------|:---------|:-----------------
callback | function | yes | Callback function
callback | function | no | Callback function

[API documentation](https://gtmetrix.com/api/#api-status)

Expand Down

0 comments on commit b20aa30

Please sign in to comment.