Skip to content

Commit 6a6ffb3

Browse files
authored
Merge pull request #153 from dotkernel/v7-overhaul
updated test install page
2 parents efa4367 + f7c50da commit 6a6ffb3

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

docs/book/v7/installation/test-the-installation.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,40 @@ The browser should output the following message:
2121

2222
From this point on, you are ready to add custom code to your application.
2323

24+
### Importing the Bruno Collection
25+
26+
[Bruno](https://www.usebruno.com/) is a Git-native API client we recommend using for working with the API.
27+
28+
The endpoint collection is found in `documentation/Dotkernel_API_Bruno.zip`.
29+
Import it in Bruno by following these steps:
30+
31+
- Open the `My Workspace` dropdown and select `Import workspace`.
32+
- Either click-and-drag the `Dotkernel_API_Bruno.zip` file over the form or navigate to it via the `choose a file` link.
33+
- Click the `Import` button.
34+
35+
The collection will be saved locally under the `Exact Location` field.
36+
37+
> Bruno also supports the Postman files included in the repository.
38+
> If you have already imported the collection using the `Dotkernel_API_Bruno.zip` file, you can skip this step.
39+
40+
**Alternatively** import the collection into Bruno by using the Postman files:
41+
42+
- Click on `+` next to `Collection` and select `Import Collection`.
43+
- Import [Dotkernel_API.postman_collection.json](/documentation/Dotkernel_API.postman_collection.json) to save the endpoints.
44+
- Select the new collection, then click on `0 collection environments`.
45+
- Either click-and-drag the [Dotkernel_API.postman_environment.json](/documentation/Dotkernel_API.postman_environment.json) file over the form or navigate to it via the `Import your environments` link to save it to the collection.
46+
47+
### Sharing the Bruno Collection
48+
49+
Once the collection is imported, you can save it to one of your Git repositories to make it easier to share with your teammates.
50+
To do this:
51+
52+
- Hover over the collection name until you see the `...` symbol.
53+
- Click `...` and select `Share`.
54+
- Share the collection in one of two ways:
55+
- Select `Initialize Git Repository` and follow the instructions (recommended).
56+
- **Alternatively** select `Export` to save to `.zip` or `.yaml` files to share them manually.
57+
2458
## Old way of doing things, using PHP built-in server
2559

2660
This is an alternative way of accessing the API, without using a virtual host.

0 commit comments

Comments
 (0)