{"id":18374561,"url":"https://github.com/jupiterone/graph-godaddy","last_synced_at":"2025-04-11T02:46:32.539Z","repository":{"id":41976934,"uuid":"299042053","full_name":"JupiterOne/graph-godaddy","owner":"JupiterOne","description":"A graph conversion tool for https://godaddy.com","archived":false,"fork":false,"pushed_at":"2024-01-02T19:13:01.000Z","size":240,"stargazers_count":0,"open_issues_count":17,"forks_count":2,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-07T08:08:48.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JupiterOne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-09-27T13:48:41.000Z","updated_at":"2021-10-13T13:21:28.000Z","dependencies_parsed_at":"2023-02-16T12:16:02.165Z","dependency_job_id":"776d5ec4-4bbc-4ae9-9312-0c95d2ce1e72","html_url":"https://github.com/JupiterOne/graph-godaddy","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"JupiterOne-Archives/integration-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-godaddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-godaddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-godaddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fgraph-godaddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/graph-godaddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248332077,"owners_count":21086030,"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-11-06T00:15:04.598Z","updated_at":"2025-04-11T02:46:32.516Z","avatar_url":"https://github.com/JupiterOne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JupiterOne Integration\n\n## Development Environment\n\n### Prerequisites\n\nYou must have Node.JS installed to run this project. If you don't already have\nit installed, you can can download the installer\n[here](https://nodejs.org/en/download/). You can alternatively install Node.JS\nusing a version manager like [fnm](https://github.com/Schniz/fnm) or\n[nvm](https://github.com/nvm-sh/nvm).\n\n### Setup\n\n#### Installing dependencies\n\nFirst, you'll need to\n[install `yarn`](https://yarnpkg.com/getting-started/install). Then, from the\nroot of this project, run `yarn install` to install dependencies.\n\n#### Loading configuration\n\nAn integration executes against a configuration that provides credentials and\nany other information necessary to ingest data from the provider. The\nconfiguration fields are defined in `src/instanceConfigFields.ts` while the\nconfiguration values are stored in a `.env` file at the root of this project.\nThis allows the integration to automatically load the field values and complain\nwhen they're not provided.\n\nCreate a `.env` file at the root of this project and add environment variables\nto match what is in `src/instanceConfigFields.ts`. The `.env` file is ignored by\ngit, so you won't have to worry about accidentally pushing credentials.\n\nGiven this example configuration:\n\n```typescript\nimport { IntegrationInstanceConfigFieldMap } from '@jupiterone/integration-sdk-core';\n\nconst instanceConfigFields: IntegrationInstanceConfigFieldMap = {\n  clientId: {\n    type: 'string',\n  },\n  clientSecret: {\n    type: 'string',\n    mask: true,\n  },\n};\n\nexport default instanceConfigFields;\n```\n\nYou would provide a `.env` file like this:\n\n```bash\nCLIENT_ID=\"client-id\"\nCLIENT_SECRET=\"supersecret\"\n```\n\nThe snake cased environment variables will automatically be converted and\napplied to the camel cased configuration field. So for example, `CLIENT_ID` will\napply to the `clientId` config field, `CLIENT_SECRET` will apply to\n`clientSecret`, and `MY_SUPER_SECRET_CONFIGURATION_VALUE` will apply to a\n`mySuperSecretConfigurationValue` configuration field.\n\n## Running the integration\n\nTo start collecting data, run `yarn start` from the root of the project. This\nwill load in your configuration from `src/index.ts`.\n\n## Documentation\n\n### Development\n\nPlease reference the JupiterOne integration\n[development documentation](https://github.com/JupiterOne/sdk/blob/main/docs/integrations/development.md)\nfor more information on how to use the SDK.\n\nSee [docs/development.md](docs/development.md) for details about how to get\nstarted with developing this integration.\n\n### Integration usage and resource coverage\n\nMore information about the resources covered by this integration and how to\nsetup the integration in JupiterOne can be found in\n[docs/jupiterone.md](docs/jupiterone.md).\n\n### Changelog\n\nThe history of this integration's development can be viewed at\n[CHANGELOG.md](CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fgraph-godaddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Fgraph-godaddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fgraph-godaddy/lists"}