|
Python API library
Hello, is there any active development on a Python library with API bindings for groups.io? Something pip-installable? Maybe a Github organization? I plan to write some API bindings in Python for a pr
Hello, is there any active development on a Python library with API bindings for groups.io? Something pip-installable? Maybe a Github organization? I plan to write some API bindings in Python for a pr
|
By
charlesreid1.dib@...
·
|
|
getting a Auth token 3 messages
I'm trying to get an auth token to fetch data from the API. I'm following the instructions here: https://groups.io/api#authentication-1 however when I execute the command: $ curl "https://api.groups.i
I'm trying to get an auth token to fetch data from the API. I'm following the instructions here: https://groups.io/api#authentication-1 however when I execute the command: $ curl "https://api.groups.i
|
By
valcos
·
|
|
Example of API call via Python
A simple example to query the API with the requests library: import requests from requests.auth import HTTPBasicAuth token = 'your-token-obtained-via-the-login-call' url = "https://api.groups.io/v1/ge
A simple example to query the API with the requests library: import requests from requests.auth import HTTPBasicAuth token = 'your-token-obtained-via-the-login-call' url = "https://api.groups.io/v1/ge
|
By
valcos
·
|
|
Feedback download_archives doc
Not sure if this is the right place to give feedback. The example request at https://groups.io/api#download_archives is wrong Example Request $ curl "https://api.groups.io/v1/deletegroup?group_id=2" \
Not sure if this is the right place to give feedback. The example request at https://groups.io/api#download_archives is wrong Example Request $ curl "https://api.groups.io/v1/deletegroup?group_id=2" \
|
By
valcos
·
|
|
view_archives permission 2 messages
I'm trying to collect the archives of a group. As written in the doc, the view_archives permission is required. I see that this permission is active for https://groups.io/g/updates/topics, however in
I'm trying to collect the archives of a group. As written in the doc, the view_archives permission is required. I see that this permission is active for https://groups.io/g/updates/topics, however in
|
By
valcos
·
|
|
Getting all messages of a group/topic 3 messages
It's possible (or planned) to fetch all messages from a given topic/group? Checking the doc, it seems that it's not possible so far. Cheers, Valerio
It's possible (or planned) to fetch all messages from a given topic/group? Checking the doc, it seems that it's not possible so far. Cheers, Valerio
|
By
valcos
·
|
|
Return email problems with direct_add
Hi guys I'm trying to add a simple PHP integration - when user registers on my website he's automaticly added do groups.io. Everything is ok, user gets add to group and he gets an email - but it looks
Hi guys I'm trying to add a simple PHP integration - when user registers on my website he's automaticly added do groups.io. Everything is ok, user gets add to group and he gets an email - but it looks
|
By
m.palmowski@...
·
|
|
/downloadarchives 2 messages
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
Hi All,
I've added a /downloadarchives endpoint.
Cheers,
Mark
|
By
Mark Fletcher
·
|
|
Getting archives from group-specific domains 7 messages
Hi all, Following the doc ( https://groups.io/api#download-archives ) , I can easily download archives on the groups.io domain. However, it's not clear to me how to do it when a group has its own doma
Hi all, Following the doc ( https://groups.io/api#download-archives ) , I can easily download archives on the groups.io domain. However, it's not clear to me how to do it when a group has its own doma
|
By
valcos
·
|
|
Impossible to download archives from cloudfoundry+cf-dev 10 messages
Hi, I'm trying to download the archives of the group cloudfoundry+cf-dev using the downloadarchives endpoint , however I get the error below, which seems to be related to a server issue: RuntimeError:
Hi, I'm trying to download the archives of the group cloudfoundry+cf-dev using the downloadarchives endpoint , however I get the error below, which seems to be related to a server issue: RuntimeError:
|
By
valcos
·
|
|
Recommend cleaning up quoting of non-string values in API docs 2 messages
The groups.io API doesn't appear to use quotes around numbers and booleans. At the very beginning of https://groups.io/api (under Pagination) it shows a correct response, however all subsequent sectio
The groups.io API doesn't appear to use quotes around numbers and booleans. At the very beginning of https://groups.io/api (under Pagination) it shows a correct response, however all subsequent sectio
|
By
Eric Searcy
·
|
|
Issue with /v1/updatesub 3 messages
Hi, I'm calling updatesub as described in the documentation, and I'm getting an error. curl -v -u $GROUPIO_TOKEN: -d sub_id=##### -d sub_notify=sub_notify_none => {"object":"error","type":"bad_request
Hi, I'm calling updatesub as described in the documentation, and I'm getting an error. curl -v -u $GROUPIO_TOKEN: -d sub_id=##### -d sub_notify=sub_notify_none => {"object":"error","type":"bad_request
|
By
Eric Searcy
·
|
|
"type" query param of /v1/getmembers non-functioning? 2 messages
The "type" of https://groups.io/api#get_members doesn't seem to do anything. I was hoping to use &type=mods (and then further filter to just see owners) but I got the entire list membership. Then I tr
The "type" of https://groups.io/api#get_members doesn't seem to do anything. I was hoping to use &type=mods (and then further filter to just see owners) but I got the entire list membership. Then I tr
|
By
Eric Searcy
·
|
|
API for database access 4 messages
Hi, We are currently thinking about upgrading our group to premium and I'm trying to understand what benefits we could get from the API access. The document is not really clear on access to a groups d
Hi, We are currently thinking about upgrading our group to premium and I'm trying to understand what benefits we could get from the API access. The document is not really clear on access to a groups d
|
By
Andrew Theaker
·
|
|
Unparseable JSON http response on updategroup invalid_value 2 messages
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
/updategroup is returning both an error object and group object separated by a newline when I get an invalid_value error, which means the http response can't be parsed as json (without first parsing/s
|
By
Eric Searcy
·
|
|
/getsubgroups change
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
Hi All, Previously, /getsubgroups would return group aliases in addition to normal subgroups. I've changed it so that it no longer returns group aliases. There is a new endpoint, getgroupaliases that
|
By
Mark Fletcher
·
|
|
Using the API -- unclear documentation re: API KEY 2 messages
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
From the authentication page: Where is the API key? From the login page: curl "https://api.groups.io/v1/login?email=test@...&password=123456" \ -u API_KEY: Substituting email and password, I get an er
|
By
timfong888@...
·
|
|
Doc improvements 3 messages
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
Hi All, I just pushed several improvements to the API docs. Much better expand/collapse behavior in the sidebar, and the sidebar is separately scrollable now. Also, long example responses are in fixed
|
By
Mark Fletcher
·
|
|
/login changes
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
Hello, The following changes have been made to the /login endpoint: - It no longer requires an API_KEY. - It has been changed from GET to POST. This is not yet enforced, but will be at some point. Ple
|
By
Mark Fletcher
·
|
|
sub_id renamed to member_info_id
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
Hi All, To make things more clear, I have renamed all instances of the sub_id parameter to member_info_id. To maintain backwards compatibility, sub_id will still be supported, but it isn't mentioned i
|
By
Mark Fletcher
·
|