8f23e04eea
namespace under beeper
...
Signed-off-by: Sumner Evans <sumner@beeper.com >
2022-10-21 15:59:45 -05:00
c2dbe7021e
fix
2021-05-08 16:01:24 -04:00
6eba33b3be
relations api
2021-05-08 15:54:12 -04:00
7961d30a51
Dependencies
2021-05-08 15:53:38 -04:00
12931fb275
ChatID name different over push
2021-05-08 15:53:38 -04:00
65299d9606
Update example to use new real-time api
2021-05-08 15:53:38 -04:00
aa216ed4af
Reformat real_time
2021-05-08 15:53:38 -04:00
28b2d85660
logging
2021-05-08 15:53:38 -04:00
8dd5993481
Fix panic
2021-05-08 15:53:38 -04:00
042fb9a951
fix golangcilint issues
2021-05-08 15:53:38 -04:00
b6715c2375
added more conditions
2021-05-08 15:53:38 -04:00
c5d6c8a29c
replace not required in production version
2021-05-08 15:53:38 -04:00
d6a8b0818f
Add many types of handling
...
fix listen loop
improve example
2021-05-08 15:53:38 -04:00
da7bc977a3
Add membership
2021-05-08 15:53:38 -04:00
eeb2f88b97
Use interfaces and callbacks
2021-05-08 15:53:38 -04:00
784cfe93c1
real time push basics
2021-05-08 15:53:38 -04:00
6d42a230d1
Fix bugs with direct message api
2021-05-08 15:44:18 -04:00
7166300503
Add more attachment values
2021-05-08 15:44:18 -04:00
f92a8a7a86
Introducing Contexts
...
Contexts have been added to all API requests, in addition to other linting fixes
v0.2.0
2021-01-22 16:47:22 -05:00
646bec0e27
Update README.md
2021-01-22 14:43:05 -05:00
b9317e3e37
Update and rename go.yml to go-test.yml
2021-01-22 14:39:15 -05:00
05eb619c40
Update golangci-lint.yml
2021-01-22 14:36:24 -05:00
055fdc7126
Delete go-test.yml
2021-01-22 14:35:10 -05:00
3bac8c4f92
Update go.yml
2021-01-22 14:34:56 -05:00
8fca7782ec
Create go.yml
2021-01-22 14:30:44 -05:00
8628d37bef
Update README.md
2021-01-22 13:56:31 -05:00
6f453ff6cc
Merge pull request #10 from tekkamanendless/return-meta-on-error
...
Return Meta on error
2020-12-29 15:52:53 -05:00
73586d4b4c
Ensure that we return the correct error code even if we can't read the body
2020-12-20 13:35:13 -05:00
7f8d829ff7
Return the Meta on error
...
Previously, this would never actually return the Meta data structure
since by the time that it got parsed, we already knew that the request
was good. Now, we do a special parse when we know that it failed so
that we can return the structured data (in particular, we want to be
able to use the HTTP status code).
2020-12-20 13:28:12 -05:00
d657643538
Merge pull request #8 from tekkamanendless/add-member-by-search
...
Add the email and phone_number fields to the Member structure
v0.1.5
2020-12-14 21:31:17 -05:00
3e663f8615
Update golangci-lint.yml
...
Trying a different marketplace action
2020-12-14 21:20:36 -05:00
eea12a3b50
Update golangci-lint.yml
...
Update version again
2020-12-14 21:17:56 -05:00
e6f29c4e73
Update golangci-lint.yml
...
Updated version
2020-12-14 21:07:14 -05:00
cd2551461d
Add the email and phone_number fields to the Member structure
...
These fields aren't _returned_ with any member-related calls; however,
they are used when _adding_ a member to a group. For example, you can
add a member to a group by email address, but you need to set the "email"
property. Ditto for "phone_number".
2020-12-13 14:00:44 -05:00
2ff9a03a8c
Updated JSON tags to omit if empty
v0.1.3
v0.1.4
2020-08-28 22:04:52 -04:00
f900b99dac
Changed POST API content-type to application/json
...
Fixed AddMember response parsing
added bot post message example
2020-08-24 22:44:28 -04:00
d8cdcf4ef2
API POST Calls Update
...
POST calls were not getting their JSON data written
v0.1.2
2020-08-23 21:25:02 -04:00
010fd832ac
Updated Auth Token usage
...
PostBotMessage no longer requires/uses an auth token
v0.1.1
2020-08-23 19:28:50 -04:00
bd76de2ffe
Update go-test.yml
2020-07-31 08:36:18 -04:00
537a97ebe7
Update README.md
2020-07-31 08:34:57 -04:00
9ee368f10d
Create go-test.yml
2020-07-31 08:31:32 -04:00
d9dec16e27
Create golangci-lint.yml
2020-07-31 08:17:25 -04:00
755d681f86
Delete main.yml
2020-07-31 08:16:38 -04:00
f0aa4a6d73
Added workflow
2020-07-31 08:07:58 -04:00
c6f6857cfa
v0.1.0 release
...
Updated tests and client to use the authorization token
Fixed readme and added the example to the examples folder
v0.1.0
2020-07-31 07:29:08 -04:00
31885d2726
First major code push
...
Preparing for version 0.1.0
Contains a real README, the test framework, and the API implementation
2020-07-29 22:20:57 -04:00
d015059acc
Initial commit
v0.0.0
2020-01-08 19:08:02 -05:00