Bruno

Bruno

Bruno is an API-client that works fully offline and is open source.

Bruno is a replacement for tools like Postman and Insomnia but doesn’t need an account in the vendor’s cloud.

Installation

Download from https://www.usebruno.com/downloads and install.

Example collection

https://github.com/folio-org/folio-bruno

The collection supports refresh token rotation (RTR).

Setup

The folio-bruno example collection requires these four variables being defined in a global environment:

  • okapi_url

  • okapi_tenant

  • okapi_username

  • okapi_password

The okapi_url must not end with a slash.

Note that you add them as a “Global Environment”, not as “Variables”, not as “Collection Settings”.

Example for the snapshot environment:

okapi_url

https://folio-snapshot-okapi.dev.folio.org

okapi_tenant

diku

okapi_username

diku_admin

okapi_password

admin

Example for the snapshot-2 environment:

okapi_url

https://folio-snapshot-2-okapi.dev.folio.org

okapi_tenant

diku

okapi_username

diku_admin

okapi_password

admin

Example for folio-etesting-snapshot-kong:

okapi_url

https://folio-etesting-snapshot-kong.ci.folio.org

okapi_tenant

diku

okapi_username

diku_admin

okapi_password

admin

bruno-global-env.png