Content

Commit Time


Found at gitignored.vercel.app/api/v0/commit-time

Returns either an error message (failed response) as string or an object (successful response) that contains the latest updated time, which serves as an indicator for determining whether to pull new templates. This feature helps to avoid the need to pull the templates every time a user needs to access them

  • Successful Response
    {
        "status": "succeed",
        "data": {
            "latestCommittedTime": "2022-05-08T00:00:00.000Z"
        }
    }
  • Failed Response
    {
        "status": "failed",
        "reason": "<insert error message here>"
    }