fishbaseapi icon indicating copy to clipboard operation
fishbaseapi copied to clipboard

return version in response body?

Open sckott opened this issue 7 years ago • 0 comments

so like

{
  "version": "v4",
  "count": 1000,
  "returned": 10,
  "data": [
     { ... }
   ],
  "error": null
}

sckott avatar Dec 23 '17 17:12 sckott