SabreDevStudio / postman-collections

Postman files demonstrating how to call and use APIs found in the Sabre Dev Studio portfolio.
https://developer.sabre.com/
85 stars 118 forks source link

Add pre request script for create credentials #50

Closed shinyzhu closed 1 month ago

shinyzhu commented 2 months ago

The Authentication under BFM didn't have a pre-request script for creating user credentials.

By adding it. Now you can just simply click the [Send] after filling your username and password correctly.

Enjoy it.

svaughtAA commented 2 months ago

@shinyzhu This is awesome! Is this REST specific? Do you know if it's possible to do something like this for SOAP services?

shinyzhu commented 1 month ago

Super thanks @svaughtAA, and @tomaszdrag for accepting this.

This is intended to provide a convenient way and intuitive action for authentication before invoking BFM. And I found that for SOAP which is under Sabre-APIs has its own auth request samples.

I'd like to discover more of these APIs :)

Thanks again.