clowder-framework / pyclowder

Library to assist in the development of extractors for clowder.
University of Illinois/NCSA Open Source License
10 stars 2 forks source link

delete endpoints do not work if they do not parse.json #38

Closed tcnichol closed 1 year ago

tcnichol commented 3 years ago

The 'delete' method for pyclowder client assumes that the delete endpoint takes a header of application/json. A number of delete endpoints do not, so the pyclowder client delete method throws an error.