This directory stores all our API collection config that [Bruno](https://www.usebruno.com/) can read. Bruno is an cloudless/open-source Postman/Insomnia-like tool that allow storing API collections in Git.

## Setup

1. Install Bruno
2. Create `.env` to store secrets - `cp http/.env.shadow http/.env`
3. Fill the missing values (ask an existing dev)
4. Open Bruno -> Add collection -> Select this `bruno/` dir
5. Pick an environment in the top-right
6. Pick and run a request

## Why not Postman/Insomnia?

- Both products have become bloated and proprietary.
- Data can't be shared between team members without a subscription.
- Data is pushed to their cloud.

## Making changes to the collection

- Any changes you make and save in the Bruno will be persisted to the `http/` dir, if your changes are valuable to the team commit/publish them using Git.
