MatthewJWhittle / getarc

Other
3 stars 3 forks source link

Query String Message #8

Closed MatthewJWhittle closed 4 years ago

MatthewJWhittle commented 4 years ago

Printing the query when requesting data is undesirable when it becomes long/complex. It would be better to either print a truncated version and make the full string available to users using a function like 'last_query()'. It would also be useful to do this with a 'last_response()' for debugging.