Skip to content

Commit

Permalink
feat(docs): add more helpers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 28, 2023
1 parent 1165a3a commit 9783d14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/the-basics/helpers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ if (await Folder.size('app') === 100) {
### HttpClient

This helper uses the [`got`](https://www.npmjs.com/package/got)
library under the hood the build the requests.
library under the hood to build the requests.

#### `HttpClient::get()`

Expand Down Expand Up @@ -1162,6 +1162,9 @@ const response = await HttpClient.get('https://athenna.io')

### HttpClientBuilder

This helper uses the [`got`](https://www.npmjs.com/package/got)
library under the hood to build the requests.

Coming soon

### Is
Expand Down

0 comments on commit 9783d14

Please sign in to comment.