Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dadapush/dadapush-go-client
DaDaPush Client For Go
https://github.com/dadapush/dadapush-go-client
dadapush notification-api notifications push push-notifications
Last synced: about 2 months ago
JSON representation
DaDaPush Client For Go
- Host: GitHub
- URL: https://github.com/dadapush/dadapush-go-client
- Owner: dadapush
- Created: 2019-07-09T15:53:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T05:34:17.000Z (over 5 years ago)
- Last Synced: 2023-03-21T23:38:17.334Z (almost 2 years ago)
- Topics: dadapush, notification-api, notifications, push, push-notifications
- Language: Go
- Homepage: https://www.dadapush.com
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go API client for dadapush-client
DaDaPush: Real-time Notifications App
Send real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.- API version: v1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://www.dadapush.com](https://www.dadapush.com)## Installation
Install the following dependencies:
```shell
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
```Put the package under your project folder and add the following in import:
```golang
import "./dadapushclient"
```## Documentation for API Endpoints
All URIs are relative to *https://www.dadapush.com*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DaDaPushMessageApi* | [**CreateMessage**](docs/DaDaPushMessageApi.md#createmessage) | **Post** /api/v1/message | push Message to a Channel
*DaDaPushMessageApi* | [**DeleteMessage**](docs/DaDaPushMessageApi.md#deletemessage) | **Delete** /api/v1/message/{messageId} | delete a Channel Message
*DaDaPushMessageApi* | [**GetMessage**](docs/DaDaPushMessageApi.md#getmessage) | **Get** /api/v1/message/{messageId} | get a Channel Message
*DaDaPushMessageApi* | [**GetMessages**](docs/DaDaPushMessageApi.md#getmessages) | **Get** /api/v1/messages | get Message List## Documentation For Models
- [Action](docs/Action.md)
- [MessageObject](docs/MessageObject.md)
- [MessagePushRequest](docs/MessagePushRequest.md)
- [MessagePushResponse](docs/MessagePushResponse.md)
- [PageResponseOfMessageObject](docs/PageResponseOfMessageObject.md)
- [Result](docs/Result.md)
- [ResultOfMessageObject](docs/ResultOfMessageObject.md)
- [ResultOfMessagePushResponse](docs/ResultOfMessagePushResponse.md)
- [ResultOfPageResponseOfMessageObject](docs/ResultOfPageResponseOfMessageObject.md)## Author