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
densestvoid
c6f6857cfa
v0.1.0 release
...
Updated tests and client to use the authorization token
Fixed readme and added the example to the examples folder
2020-07-31 07:29:08 -04:00
densestvoid
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
Densest Void
d015059acc
Initial commit
2020-01-08 19:08:02 -05:00