10000 GitHub - dadapush/dadapush-go-client: DaDaPush Client For Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dadapush/dadapush-go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 project. By using the OpenAPI-spec 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

Installation

Install the following dependencies:

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:

import "./dadapushclient"

Documentation for API Endpoints

All URIs are relative to https://www.dadapush.com

Class Method HTTP request Description
DaDaPushMessageApi CreateMessage Post /api/v1/message push Message to a Channel
DaDaPushMessageApi DeleteMessage Delete /api/v1/message/{messageId} delete a Channel Message
DaDaPushMessageApi GetMessage Get /api/v1/message/{messageId} get a Channel Message
DaDaPushMessageApi GetMessages Get /api/v1/messages get Message List

Documentation For Models

Author

contacts@dadapush.com

Releases

No releases published

Packages

No packages published
0