08bfe83ba4
Updating API to re-use client for multiple users
2023-09-20 16:47:47 -05: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
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
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
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