Page MenuHomeDevCentral

Import Postman collection for Notifications Delivery API
Needs ReviewPublic

Authored by dereckson on Wed, Sep 25, 21:41.

Diff Detail

Repository
rBRUNO API collections for Bruno
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Allow filenames to contain spaces

Collections folder are collections names.
As such, filenames can contain spaces.

This is a follow-up for 14472c096b1d.

Only Arc linter fix, not the Delivery API collection.

This revision is now accepted and ready to land.Wed, Sep 25, 21:59
This revision is now accepted and ready to land.Wed, Sep 25, 22:10

Same player, try again. D3466 was merged by error with this one.

This revision now requires review to proceed.Wed, Sep 25, 22:11
inidal requested changes to this revision.Thu, Sep 26, 02:19

All good, just consider using environment variables for the base URL and API keys and you're good to go. Good job! ๐Ÿ‘๐Ÿป

nasqueron/notifications/Delivery API/get.bru
8 โ†—(On Diff #8938)

Possible use of environment variables

nasqueron/notifications/Delivery API/register_consumer -404-.bru
8 โ†—(On Diff #8938)

Possible use of environment variables

19 โ†—(On Diff #8938)

api-key is hardcoded in 3 files, possible use of environment variable?

nasqueron/notifications/Delivery API/register_consumer -default-.bru
8 โ†—(On Diff #8938)

Possible use of environment variables

19 โ†—(On Diff #8938)

api-key is hardcoded in 3 files, possible use of environment variable?

nasqueron/notifications/Delivery API/register_consumer.bru
8 โ†—(On Diff #8938)

Possible use of environment variables

19 โ†—(On Diff #8938)

api-key is hardcoded in 3 files, possible use of environment variable?

This revision now requires changes to proceed.Thu, Sep 26, 02:19

Indeed, we can save an environment per collection, that makes sense to use it.