{"id":19556028,"url":"https://github.com/thecomputeguy/reqid-generator","last_synced_at":"2026-06-07T20:31:07.794Z","repository":{"id":184776695,"uuid":"463556304","full_name":"TheComputeGuy/reqid-generator","owner":"TheComputeGuy","description":"A template tag for generating unique, formatted request IDs in Insomnia","archived":false,"fork":false,"pushed_at":"2022-02-25T14:40:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T21:28:37.068Z","etag":null,"topics":["insomnia","insomnia-plugin","insomnia-rest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheComputeGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-02-25T14:09:45.000Z","updated_at":"2022-02-25T14:41:45.000Z","dependencies_parsed_at":"2023-07-30T07:50:38.648Z","dependency_job_id":null,"html_url":"https://github.com/TheComputeGuy/reqid-generator","commit_stats":null,"previous_names":["thecomputeguy/reqid-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Freqid-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Freqid-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Freqid-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Freqid-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheComputeGuy","download_url":"https://codeload.github.com/TheComputeGuy/reqid-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814837,"owners_count":19861955,"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":["insomnia","insomnia-plugin","insomnia-rest"],"created_at":"2024-11-11T04:36:31.242Z","updated_at":"2026-06-07T20:31:07.504Z","avatar_url":"https://github.com/TheComputeGuy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Request ID Generator\n\nRequest ID generator is an Insomnia plugin that adds a template tag for generating unique formatted request IDs to your requests\n\n## Parameters\nThe following parameters are optional and allow formatting of the generated request ID\n#### App Nickname\nThe nickname of the app under test.\u003cbr/\u003e\nType: *String*\n#### Environment\nThe environment where the app is being tested (e.g. - staging, PRD, etc.)\u003cbr /\u003e\nType: *String*\n\n## Details\nFor making each request ID unique, the current Unix epoch time is appended to the string returned. Thus, the format of the generated request ID will be:\n```\n\u003cApp Nickname\u003e-\u003cEnvironment\u003e-\u003cUnix epoch time\u003e\n```\nIn absence of one or more parameters, the corresponding entry in the request ID will be skipped.\n\n## Usage\nThe plugin is not currently available as an NPM package and thus needs to be manually imported into the local plugins folder for Insomnia. Details are available [here](https://docs.insomnia.rest/insomnia/introduction-to-plugins/#plugin-file-location)\n\nThe final file structure after import will be\n```\n\u003cOS-specific base\u003e/insomnia-plugin-reqid-generator\n ├── package.json\n ├── main.js\n ├── LICENSE\n └── README.md\n ```\n\n ## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\nThis plugin is distributed under the permissive [MIT License](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecomputeguy%2Freqid-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecomputeguy%2Freqid-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecomputeguy%2Freqid-generator/lists"}