Open jkewley opened 5 years ago
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
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.