7b9e2a8d29
Fixing bug where nil handler was called
2023-09-24 15:36:17 -04:00
d81730e3e7
Handlers are now fired for individual users
2023-09-22 16:10:44 -05:00
08bfe83ba4
Updating API to re-use client for multiple users
2023-09-20 16:47:47 -05:00
c0f3da8060
Using updated fayec client
2023-09-19 16:28:22 -05:00
5727a20506
Updating package name
2023-09-18 21:37:41 -05:00
3e9851b2c0
Usinc fayec client instead of wray
2023-09-18 21:35:00 -05:00
Sumner Evans
8f23e04eea
namespace under beeper
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 15:59:45 -05:00
Karmanyaah Malhotra
c2dbe7021e
fix
2021-05-08 16:01:24 -04:00
Karmanyaah Malhotra
6eba33b3be
relations api
2021-05-08 15:54:12 -04:00
Karmanyaah Malhotra
7961d30a51
Dependencies
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
12931fb275
ChatID name different over push
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
65299d9606
Update example to use new real-time api
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
aa216ed4af
Reformat real_time
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
28b2d85660
logging
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
8dd5993481
Fix panic
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
042fb9a951
fix golangcilint issues
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
b6715c2375
added more conditions
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
c5d6c8a29c
replace not required in production version
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
d6a8b0818f
Add many types of handling
...
fix listen loop
improve example
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
da7bc977a3
Add membership
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
eeb2f88b97
Use interfaces and callbacks
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
784cfe93c1
real time push basics
2021-05-08 15:53:38 -04:00
Karmanyaah Malhotra
6d42a230d1
Fix bugs with direct message api
2021-05-08 15:44:18 -04:00
Karmanyaah Malhotra
7166300503
Add more attachment values
2021-05-08 15:44:18 -04:00
densestvoid
f92a8a7a86
Introducing Contexts
...
Contexts have been added to all API requests, in addition to other linting fixes
2021-01-22 16:47:22 -05:00
Densest Void
646bec0e27
Update README.md
2021-01-22 14:43:05 -05:00
Densest Void
b9317e3e37
Update and rename go.yml to go-test.yml
2021-01-22 14:39:15 -05:00
Densest Void
05eb619c40
Update golangci-lint.yml
2021-01-22 14:36:24 -05:00
Densest Void
055fdc7126
Delete go-test.yml
2021-01-22 14:35:10 -05:00
Densest Void
3bac8c4f92
Update go.yml
2021-01-22 14:34:56 -05:00
Densest Void
8fca7782ec
Create go.yml
2021-01-22 14:30:44 -05:00
Densest Void
8628d37bef
Update README.md
2021-01-22 13:56:31 -05:00
Densest Void
6f453ff6cc
Merge pull request #10 from tekkamanendless/return-meta-on-error
...
Return Meta on error
2020-12-29 15:52:53 -05:00
Douglas Danger Manley
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
Douglas Danger Manley
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
Densest Void
d657643538
Merge pull request #8 from tekkamanendless/add-member-by-search
...
Add the email and phone_number fields to the Member structure
2020-12-14 21:31:17 -05:00
Densest Void
3e663f8615
Update golangci-lint.yml
...
Trying a different marketplace action
2020-12-14 21:20:36 -05:00
Densest Void
eea12a3b50
Update golangci-lint.yml
...
Update version again
2020-12-14 21:17:56 -05:00
Densest Void
e6f29c4e73
Update golangci-lint.yml
...
Updated version
2020-12-14 21:07:14 -05:00
Douglas Danger Manley
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
densestvoid
2ff9a03a8c
Updated JSON tags to omit if empty
2020-08-28 22:04:52 -04:00
densestvoid
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
densestvoid
d8cdcf4ef2
API POST Calls Update
...
POST calls were not getting their JSON data written
2020-08-23 21:25:02 -04:00
densestvoid
010fd832ac
Updated Auth Token usage
...
PostBotMessage no longer requires/uses an auth token
2020-08-23 19:28:50 -04:00
Densest Void
bd76de2ffe
Update go-test.yml
2020-07-31 08:36:18 -04:00
Densest Void
537a97ebe7
Update README.md
2020-07-31 08:34:57 -04:00
Densest Void
9ee368f10d
Create go-test.yml
2020-07-31 08:31:32 -04:00
Densest Void
d9dec16e27
Create golangci-lint.yml
2020-07-31 08:17:25 -04:00
Densest Void
755d681f86
Delete main.yml
2020-07-31 08:16:38 -04:00
Densest Void
f0aa4a6d73
Added workflow
2020-07-31 08:07:58 -04:00