Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Update _base.py #267

Closed dan-wakefield closed 8 years ago

dan-wakefield commented 8 years ago

Adds a check for application/octet-stream on GET requests when deciding if it should write to a file or return the data. This allows CreateReplica to save a sqlite .geodatabase instead of returning it.