Consistency in accept type parameter for query.execute and query.executeInTransaction
joshhk72 opened this issue · 0 comments
joshhk72 commented
query.execute
takes in the accept type as an argument, while query.executeInTransaction
takes in an options object with the accept type (and nothing else, for ex: { accept: 'text/turtle' }. This seems a bit strange as the options object for query.executeInTransaction
seems to take nothing else.