You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/v7/installation/test-the-installation.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,23 +25,35 @@ From this point on, you are ready to add custom code to your application.
25
25
26
26
[Bruno](https://www.usebruno.com/) is a Git-native API client we recommend using for working with the API.
27
27
28
-
The endpoint collection is found in `documentation/Dotkernel_API.zip`.
28
+
The endpoint collection is found in `documentation/Dotkernel_API_Bruno.zip`.
29
29
Import it in Bruno by following these steps:
30
30
31
31
- Open the `My Workspace` dropdown and select `Import workspace`.
32
-
- Either click-and-drag the `Dotkernel_API.zip` over the form or navigate to it via the `choose a file` link.
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
33
- Click the `Import` button.
34
34
35
35
The collection will be saved locally under the `Exact Location` field.
36
36
37
-
Once it is imported, you can save it to one of your Git repositories to make it easier to share with your teammates.
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.
38
50
To do this:
39
51
40
52
- Hover over the collection name until you see the `...` symbol.
41
53
- Click `...` and select `Share`.
42
54
- Share the collection in one of two ways:
43
55
- Select `Initialize Git Repository` and follow the instructions (recommended).
44
-
-**Alternativelly** select `Export` to save to `.zip` or `.yaml` files to share them manually.
56
+
-**Alternatively** select `Export` to save to `.zip` or `.yaml` files to share them manually.
45
57
46
58
## Old way of doing things, using PHP built-in server
0 commit comments