anypay / anypay

Invoice & Payments Platform for Web3
https://anypayx.com
Other
7 stars 12 forks source link

API to return version number, commit hash, and date #1230

Open owenkellogg opened 9 months ago

owenkellogg commented 9 months ago

For example:

GET /api/v1/version
{
    "version": "1.8.1",
    "revision": "04d1f1e8239c56775eb63d833b379a255690c0fb",
    "date": "2023-11-27T01:42:21+01:00"
}