{"id":25411308,"url":"https://github.com/joelst/referralrock-powershell","last_synced_at":"2025-09-10T06:35:02.803Z","repository":{"id":275861914,"uuid":"927425845","full_name":"joelst/ReferralRock-PowerShell","owner":"joelst","description":"Small Referral Rock API PowerShell module","archived":false,"fork":false,"pushed_at":"2025-02-05T02:39:55.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T08:04:57.718Z","etag":null,"topics":["client","powershell","powershell-module","referral-rock","web-api"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/joelst.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,"zenodo":null}},"created_at":"2025-02-04T23:45:55.000Z","updated_at":"2025-02-05T02:39:58.000Z","dependencies_parsed_at":"2025-02-05T01:17:55.021Z","dependency_job_id":"c1bc7548-a1a8-46d2-9a1d-4f98ad99f057","html_url":"https://github.com/joelst/ReferralRock-PowerShell","commit_stats":null,"previous_names":["joelst/referralrock-powershell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joelst/ReferralRock-PowerShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelst%2FReferralRock-PowerShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelst%2FReferralRock-PowerShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelst%2FReferralRock-PowerShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelst%2FReferralRock-PowerShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joelst","download_url":"https://codeload.github.com/joelst/ReferralRock-PowerShell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelst%2FReferralRock-PowerShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274422314,"owners_count":25282124,"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-10T02:00:12.551Z","response_time":83,"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":["client","powershell","powershell-module","referral-rock","web-api"],"created_at":"2025-02-16T10:17:07.042Z","updated_at":"2025-09-10T06:35:02.760Z","avatar_url":"https://github.com/joelst.png","language":"PowerShell","readme":"# ReferralRockPS - a PowerShell module for the Referral Rock API\n\nThis PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- SDK version: 0.1.2\n- Generator version: 7.11.0\n- Build package: org.openapitools.codegen.languages.PowerShellClientCodegen\n\n## Frameworks supported\n- PowerShell 6.2 or later\n\n## Dependencies\n\n## Installation\n\nTo install from the source, run the following command to build and install the PowerShell module locally:\n\n```powershell\nBuild.ps1\nImport-Module -Name '.\\src\\ReferralRockPS' -Verbose\n```\n\nTo avoid function name collision, one can use `-Prefix`, e.g. `Import-Module -Name '.\\src\\ReferralRockPS' -Prefix prefix`\n\nTo uninstall the module, simply run:\n\n```powershell\nRemove-Module -FullyQualifiedName @{ModuleName = \"ReferralRockPS\"; ModuleVersion = \"0.1.2\"}\n```\n\n## Tests\n\nTo install and run `Pester`, please execute the following commands in the terminal:\n\n```powershell\nInstall-module -name Pester -force\n\nInvoke-Pester\n```\n\nFor troubleshooting, please run `$DebugPreference = 'Continue'` to turn on debugging and disable it with `$DebugPreference = 'SilentlyContinue'` when done with the troubleshooting.\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.referralrock.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiEmailGetunsubscribedGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiEmailGetunsubscribedGet) | **GET** /api/email/getunsubscribed | Get Unsubscribed\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiEmailRemoveunsubscribePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiEmailRemoveunsubscribePost) | **POST** /api/email/removeunsubscribe | Remove Unsubscribe\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiEmailUnsubscribePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiEmailUnsubscribePost) | **POST** /api/email/unsubscribe | Unsubscribe\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiEventPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiEventPost) | **POST** /api/event | Integration Log\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiHooksDelete**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiHooksDelete) | **DELETE** /api/hooks | Hooks\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiHooksHistoryEventNameGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiHooksHistoryEventNameGet) | **GET** /api/Hooks/History/{eventName} | Hooks History\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiHooksPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiHooksPost) | **POST** /api/hooks | Hooks\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiInvitefeedPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiInvitefeedPost) | **POST** /api/invitefeed | Invite Feed\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiInvitefeedsPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiInvitefeedsPost) | **POST** /api/invitefeeds | Invite Feeds\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMemberaccessPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMemberaccessPost) | **POST** /api/memberaccess | Member Access\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMemberaccessurlsPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMemberaccessurlsPost) | **POST** /api/memberaccessurls | Member Access URLs by externalId\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMembersGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMembersGet) | **GET** /api/members | Members\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMembersPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMembersPost) | **POST** /api/members | Members\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMembersRemovePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMembersRemovePost) | **POST** /api/members/remove | Remove Members\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiMembersUpdatePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiMembersUpdatePost) | **POST** /api/members/Update | Update Members\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiPayoutsAddPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiPayoutsAddPost) | **POST** /api/payouts/add | Create Payout\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiPayoutsPayoutIdGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiPayoutsPayoutIdGet) | **GET** /api/payouts/{payoutId} | Payout\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiPayoutsPendingGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiPayoutsPendingGet) | **GET** /api/payouts/pending | Payouts Pending\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiPayoutsTransactionsGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiPayoutsTransactionsGet) | **GET** /api/payouts/transactions | Payout Transactions\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiPayoutsTransactionsPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiPayoutsTransactionsPost) | **POST** /api/payouts/transactions | Issue Payout Transactions\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiProgramCreatePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiProgramCreatePost) | **POST** /api/program/create | Create Program\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiProgramGetsingleGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiProgramGetsingleGet) | **GET** /api/program/getsingle | Program Single\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiProgramsGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiProgramsGet) | **GET** /api/programs | Programs\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralRemovePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralRemovePost) | **POST** /api/referral/remove | Remove Referral\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralSingleGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralSingleGet) | **GET** /api/referral/single | Referral Single\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralUpdatePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralUpdatePost) | **POST** /api/referral/Update | Update Referral\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralsGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralsGet) | **GET** /api/referrals | Referrals\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralsPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralsPost) | **POST** /api/referrals | Referrals\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiReferralsStatusPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiReferralsStatusPost) | **POST** /api/referrals/status | Referrals - Update Status\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardrulesGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardrulesGet) | **GET** /api/rewardrules | Rewards Rules\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardsGet**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardsGet) | **GET** /api/rewards | Rewards\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardsIssuePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardsIssuePost) | **POST** /api/rewards/issue | Issue Reward\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardsPost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardsPost) | **POST** /api/rewards | Rewards\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardsRemovePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardsRemovePost) | **POST** /api/rewards/remove | Remove Reward\n*ReferralRockDefaultApi* | [**Invoke-ReferralRockApiRewardsUpdatePost**](docs/ReferralRockDefaultApi.md#Invoke-ReferralRockApiRewardsUpdatePost) | **POST** /api/rewards/update | Update Rewards\n\n\n## Documentation for Models\n\n## Documentation for Authorization\n\nBasic authorization header is required. Authorization header is `\"Basic (Base64 encoded [Public Api Key]:[Private Api key]\"`\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelst%2Freferralrock-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelst%2Freferralrock-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelst%2Freferralrock-powershell/lists"}