{"id":22788948,"url":"https://github.com/ripeworks/redux-action-types","last_synced_at":"2025-06-26T01:37:59.652Z","repository":{"id":57156191,"uuid":"45983831","full_name":"ripeworks/redux-action-types","owner":"ripeworks","description":"shortcut for making action types","archived":false,"fork":false,"pushed_at":"2018-09-26T16:29:56.000Z","size":7,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T18:05:02.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ripeworks.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}},"created_at":"2015-11-11T13:37:33.000Z","updated_at":"2022-07-19T07:42:46.000Z","dependencies_parsed_at":"2022-08-28T21:24:30.943Z","dependency_job_id":null,"html_url":"https://github.com/ripeworks/redux-action-types","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ripeworks/redux-action-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fredux-action-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fredux-action-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fredux-action-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fredux-action-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripeworks","download_url":"https://codeload.github.com/ripeworks/redux-action-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fredux-action-types/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261983704,"owners_count":23240218,"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","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":"2024-12-12T01:39:04.153Z","updated_at":"2025-06-26T01:37:59.632Z","avatar_url":"https://github.com/ripeworks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-action-types\nshortcut for making action types\n\n[![npm version](https://badge.fury.io/js/redux-action-types.svg)](https://badge.fury.io/js/redux-action-types)\n\n```js\nimport { createTypes, asyncAction } from 'redux-action-types'\n\nexport const types = createTypes('my-app/module/',\n  'SORT',\n  'ADD',\n  asyncAction('LOAD'),\n  asyncAction('SAVE'),\n  asyncAction('UPDATE'),\n  asyncAction('REMOVE', ['REQUEST', 'COMPLETE'])\n)\n\n/*\n  types = {\n    SORT: \"my-app/module/SORT\"\n    ADD: \"my-app/module/ADD\"\n    LOAD_REQUEST: \"my-app/module/LOAD_REQUEST\"\n    LOAD_SUCCESS: \"my-app/module/LOAD_SUCCESS\"\n    LOAD_FAIL: \"my-app/module/LOAD_FAIL\"\n    SAVE_REQUEST: \"my-app/module/SAVE_REQUEST\"\n    SAVE_SUCCESS: \"my-app/module/SAVE_SUCCESS\"\n    SAVE_FAIL: \"my-app/module/SAVE_FAIL\"\n    UPDATE_REQUEST: \"my-app/module/UPDATE_REQUEST\"\n    UPDATE_SUCCESS: \"my-app/module/UPDATE_SUCCESS\"\n    UPDATE_FAIL: \"my-app/module/UPDATE_FAIL\"\n    REMOVE_REQUEST: \"my-app/module/REMOVE_REQUEST\"\n    REMOVE_COMPLETE: \"my-app/module/REMOVE_COMPLETE\"\n  }\n*/\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fredux-action-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripeworks%2Fredux-action-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fredux-action-types/lists"}