{"id":21560689,"url":"https://github.com/dadapush/dadapush-r-client","last_synced_at":"2025-08-07T22:58:11.324Z","repository":{"id":116441572,"uuid":"196123324","full_name":"dadapush/dadapush-r-client","owner":"dadapush","description":"DaDaPush Client For R","archived":false,"fork":false,"pushed_at":"2019-07-30T02:08:39.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T04:33:04.336Z","etag":null,"topics":["dadapush","notification-api","notifications","push","push-notifications"],"latest_commit_sha":null,"homepage":"https://www.dadapush.com","language":"R","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/dadapush.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":"2019-07-10T03:19:51.000Z","updated_at":"2019-07-30T02:08:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7e33e60-ea2e-49bd-9fa6-e72046315ad0","html_url":"https://github.com/dadapush/dadapush-r-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dadapush/dadapush-r-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-r-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-r-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-r-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-r-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadapush","download_url":"https://codeload.github.com/dadapush/dadapush-r-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-r-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269338062,"owners_count":24400179,"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-08-07T02:00:09.698Z","response_time":73,"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":["dadapush","notification-api","notifications","push","push-notifications"],"created_at":"2024-11-24T09:16:50.826Z","updated_at":"2025-08-07T22:58:11.316Z","avatar_url":"https://github.com/dadapush.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R API client for DaDaPushClient\n\nDaDaPush: Real-time Notifications App\n\nSend real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.\n\n## Overview\nThis API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI spec](https://openapis.org) from a remote server, you can easily generate an API client.\n\n- API version: v1\n- Package version: 1.0.0\n- Build package: org.openapitools.codegen.languages.RClientCodegen\nFor more information, please visit [https://www.dadapush.com](https://www.dadapush.com)\n\n## Installation\n\n### Prerequisites\n\nInstall the dependencies\n\n```R\ninstall.packages(\"jsonlite\")\ninstall.packages(\"httr\")\ninstall.packages(\"caTools\")\n```\n\n### Build the package\n\n```sh\ngit clone https://github.com/dadapush/dadapush-r-client\ncd dadapush-r-client\nR CMD build .\nR CMD check DaDaPushClient_1.0.0.tar.gz\nR CMD INSTALL DaDaPushClient_1.0.0.tar.gz\n```\n\n### Install the package\n\n```R\ninstall.packages(\"DaDaPushClient\")\n```\n\nTo install directly from Github, use `devtools`:\n```R\ninstall.packages(\"devtools\")\nlibrary(devtools)\ninstall_github(\"dadapush/dadapush-r-client\")\n```\n\n### Usage\n\n```R\nlibrary(DaDaPushClient)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://www.dadapush.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DaDaPushMessageApi* | [**CreateMessage**](docs/DaDaPushMessageApi.md#CreateMessage) | **POST** /api/v1/message | push Message to a Channel\n*DaDaPushMessageApi* | [**DeleteMessage**](docs/DaDaPushMessageApi.md#DeleteMessage) | **DELETE** /api/v1/message/{messageId} | delete a Channel Message\n*DaDaPushMessageApi* | [**GetMessage**](docs/DaDaPushMessageApi.md#GetMessage) | **GET** /api/v1/message/{messageId} | get a Channel Message\n*DaDaPushMessageApi* | [**GetMessages**](docs/DaDaPushMessageApi.md#GetMessages) | **GET** /api/v1/messages | get Message List\n\n\n## Documentation for Models\n\n - [Action](docs/Action.md)\n - [MessageObject](docs/MessageObject.md)\n - [MessagePushRequest](docs/MessagePushRequest.md)\n - [MessagePushResponse](docs/MessagePushResponse.md)\n - [PageResponseOfMessageObject](docs/PageResponseOfMessageObject.md)\n - [Result](docs/Result.md)\n - [ResultOfMessageObject](docs/ResultOfMessageObject.md)\n - [ResultOfMessagePushResponse](docs/ResultOfMessagePushResponse.md)\n - [ResultOfPageResponseOfMessageObject](docs/ResultOfPageResponseOfMessageObject.md)\n\n\n## Author\n\ncontacts@dadapush.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadapush%2Fdadapush-r-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadapush%2Fdadapush-r-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadapush%2Fdadapush-r-client/lists"}