Categorygithub.com/treethought/pulsesms
modulepackage
0.1.0
Repository: https://github.com/treethought/pulsesms.git
Documentation: pkg.go.dev

# README

pulsesms

A golang API client for Pulse SMS.

This library is currently very minimal. It only serves to receive new messages, retrieve existing messages, and send messages into a conversation.

The main purpose of this library is to be used in a matrix bridge. Future improvements may be made to extend the bridge functionality or become more useful overall.

See the example for how to use the client.

# Packages

No description provided by the author

# Functions

https://gist.github.com/yingray/57fdc3264b1927ef0f984b533d63abab.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

LoginCredentials is used for basic username/password login These are required to obtain KeyCredentials required for encryption.
No description provided by the author
No description provided by the author
No description provided by the author
KeyCredentials are the inputs used to generate an encryption key Note these can only be generated after calling Login.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AccountID is a PulseSMS account ID this reflects the Pulse SMS subscriber, not a contact or "sms user".
No description provided by the author
DeviceID is the generated internal ID of the device used to interact with a PulseSMS account.
MessageID is the internal ID of a Pulse SMS message.
No description provided by the author