Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Replace authorization on each request with inherited auth from parent collection #8

Open
jkewley opened this issue May 10, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jkewley
Copy link

jkewley commented May 10, 2019

Each of these requests has the same Authorization setting - basic auth with the AccessToken password. To make it easier to add new requests to the collection, I'd suggest setting the Authorization at the collection level and having all requests inherit from the parent.

I'd be willing to do this if you're ok with it.

@hkamel hkamel added the enhancement New feature or request label May 15, 2019
@hkamel
Copy link
Owner

hkamel commented May 15, 2019

I totally agree, and in fact I have done some of the APIs this way. The reason I kept it per API level is to help the user get all the details about running single API.

But we can actually handle this on the documentation, thanks @jkewley

@hkamel hkamel self-assigned this Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants