{"id":24189908,"url":"https://github.com/codedbystuart/hasura_actions","last_synced_at":"2026-05-21T18:34:07.262Z","repository":{"id":137809807,"uuid":"338566096","full_name":"codedbystuart/hasura_actions","owner":"codedbystuart","description":"Getting started with Hasura Actions","archived":false,"fork":false,"pushed_at":"2021-02-13T12:10:06.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T14:52:02.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codedbystuart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-13T12:07:42.000Z","updated_at":"2021-02-13T12:09:08.000Z","dependencies_parsed_at":"2023-04-26T18:54:26.688Z","dependency_job_id":null,"html_url":"https://github.com/codedbystuart/hasura_actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codedbystuart/hasura_actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Fhasura_actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Fhasura_actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Fhasura_actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Fhasura_actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedbystuart","download_url":"https://codeload.github.com/codedbystuart/hasura_actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedbystuart%2Fhasura_actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276252935,"owners_count":25610778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-13T14:38:33.399Z","updated_at":"2025-09-21T14:30:59.289Z","avatar_url":"https://github.com/codedbystuart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hasura Actions\n\nThis is a demonstration of Hasura actions Development\n\n```\nnpm ci\nnpm start\n```\n\n## Development\n\nThe entrypoint for the server lives in `src/server.js`.\n\nIf you wish to add a new route (say `/greet`) , you can add it directly in the `server.js` as:\n\n```js\napp.post('/greet', (req, res) =\u003e {\n  return res.json({\n    \"greeting\": \"have a nice day\"\n  });\n});\n```\n\n### Throwing erros\n\nYou can throw an error object or a list of error objects from your handler. The response must be 4xx and the error object must have a string field called `message`.\n\n```js\nretun res.status(400).json({\n  message: 'invalid email'\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedbystuart%2Fhasura_actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedbystuart%2Fhasura_actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedbystuart%2Fhasura_actions/lists"}