{"id":21560703,"url":"https://github.com/dadapush/dadapush-eiffel-client","last_synced_at":"2026-02-22T16:33:58.793Z","repository":{"id":116441424,"uuid":"196126114","full_name":"dadapush/dadapush-eiffel-client","owner":"dadapush","description":"DaDaPush Client For Eiffel","archived":false,"fork":false,"pushed_at":"2019-07-18T08:43:57.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-26T01:18:11.038Z","etag":null,"topics":["dadapush","notification-api","notifications","push","push-notifications"],"latest_commit_sha":null,"homepage":"https://www.dadapush.com","language":"Eiffel","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:39:09.000Z","updated_at":"2019-09-13T12:50:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"1da051d8-1930-4d72-b803-4ebf42b20ff2","html_url":"https://github.com/dadapush/dadapush-eiffel-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dadapush/dadapush-eiffel-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-eiffel-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-eiffel-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-eiffel-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-eiffel-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadapush","download_url":"https://codeload.github.com/dadapush/dadapush-eiffel-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadapush%2Fdadapush-eiffel-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29718437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:52.926Z","updated_at":"2026-02-22T16:33:58.786Z","avatar_url":"https://github.com/dadapush.png","language":"Eiffel","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eiffel API client for dadapush-client\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.EiffelClientCodegen\nFor more information, please visit [https://www.dadapush.com](https://www.dadapush.com)\n\n## Installation\nAdd the library into your Eiffel configuration file.\n```\n    \"\u003clibrary name=\"api_client\" location=\"%PATH_TO_EIFFEL_OPENAPI_CLIENT%\\api_client.ecf\"/\u003e\"\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*DADAPUSHMESSAGE_API* | [**create_message**](docs/DADAPUSHMESSAGE_API.md#create_message) | **Post** /api/v1/message | push Message to a Channel\n*DADAPUSHMESSAGE_API* | [**delete_message**](docs/DADAPUSHMESSAGE_API.md#delete_message) | **Delete** /api/v1/message/{messageId} | delete a Channel Message\n*DADAPUSHMESSAGE_API* | [**message**](docs/DADAPUSHMESSAGE_API.md#message) | **Get** /api/v1/message/{messageId} | get a Channel Message\n*DADAPUSHMESSAGE_API* | [**messages**](docs/DADAPUSHMESSAGE_API.md#messages) | **Get** /api/v1/messages | get Message List\n\n\n## Documentation For Models\n\n - [ACTION](docs/ACTION.md)\n - [MESSAGE_OBJECT](docs/MESSAGE_OBJECT.md)\n - [MESSAGE_PUSH_REQUEST](docs/MESSAGE_PUSH_REQUEST.md)\n - [MESSAGE_PUSH_RESPONSE](docs/MESSAGE_PUSH_RESPONSE.md)\n - [MODEL_RESULT](docs/MODEL_RESULT.md)\n - [PAGE_RESPONSE_OF_MESSAGE_OBJECT](docs/PAGE_RESPONSE_OF_MESSAGE_OBJECT.md)\n - [RESULT_OF_MESSAGE_OBJECT](docs/RESULT_OF_MESSAGE_OBJECT.md)\n - [RESULT_OF_MESSAGE_PUSH_RESPONSE](docs/RESULT_OF_MESSAGE_PUSH_RESPONSE.md)\n - [RESULT_OF_PAGE_RESPONSE_OF_MESSAGE_OBJECT](docs/RESULT_OF_PAGE_RESPONSE_OF_MESSAGE_OBJECT.md)\n\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n\n## Author\n\ncontacts@dadapush.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadapush%2Fdadapush-eiffel-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadapush%2Fdadapush-eiffel-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadapush%2Fdadapush-eiffel-client/lists"}