Page MenuHomeDevCentral

Import Postman collection for Notifications Delivery API
ClosedPublic

Authored by dereckson on Sep 25 2024, 21:41.
Tags
None
Referenced Files
F3763031: D3465.diff
Thu, Nov 21, 18:45
Unknown Object (File)
Tue, Nov 19, 21:51
Unknown Object (File)
Mon, Nov 18, 05:22
Unknown Object (File)
Sun, Nov 17, 21:59
Unknown Object (File)
Sat, Nov 16, 01:43
Unknown Object (File)
Sat, Nov 16, 01:13
Unknown Object (File)
Fri, Nov 15, 04:42
Unknown Object (File)
Fri, Nov 15, 04:35
Subscribers
None

Diff Detail

Repository
rBRUNO API collections for Bruno
Lint
Lint Passed
Unit
No Test Coverage
Branch
delivery-api
Build Status
Buildable 5515
Build 5796: arc lint + arc unit

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.Sep 25 2024, 21:59
This revision is now accepted and ready to land.Sep 25 2024, 22:10

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

This revision now requires review to proceed.Sep 25 2024, 22:11
inidal requested changes to this revision.Sep 26 2024, 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

Possible use of environment variables

nasqueron/notifications/Delivery API/register_consumer -404-.bru
8

Possible use of environment variables

19

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

nasqueron/notifications/Delivery API/register_consumer -default-.bru
8

Possible use of environment variables

19

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

nasqueron/notifications/Delivery API/register_consumer.bru
8

Possible use of environment variables

19

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

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

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

This revision is now accepted and ready to land.Sep 30 2024, 09:59