DOI-BLM / requests-arcgis-auth

Authentication handler for using Esri ArcGIS for Server and Portal (ArcGIS Online) Token Authentication with Python Requests
22 stars 1 forks source link

force f=json on all requests? #11

Closed pfoppe closed 6 years ago

pfoppe commented 7 years ago

Should the authentication handler force the output format to JSON (f=json) for all requests? Possibly by adding a Boolean field that defaults to True... then consumers can disable if needed.

pfoppe commented 6 years ago

No... terrible idea.