|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
/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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
"Files" Object
Hi! I am new here. I am planning to utilize this API for some "community stuff" around a group I am a member of. First thing I saw: An API_KEY is required to access the groups.io API. Where can I get
Hi! I am new here. I am planning to utilize this API for some "community stuff" around a group I am a member of. First thing I saw: An API_KEY is required to access the groups.io API. Where can I get
|
By
Andreas Sedlmeier
·
|
|
API key available?
GA - we'd like to start working on a couple of integration projects. The first will sync the groups.io member list with our database. Are API keys available for projects like this? Thanks, Bill
GA - we'd like to start working on a couple of integration projects. The first will sync the groups.io member list with our database. Are API keys available for projects like this? Thanks, Bill
|
By
moderator
·
|
|
Retrieving the number of members in a group? 3 messages
Hi all, Is there a way in the API to retrieve the number of members in a group? I know it's possible to iterate them all and count them, but perhaps a simple count could be added to the Group object?
Hi all, Is there a way in the API to retrieve the number of members in a group? I know it's possible to iterate them all and count them, but perhaps a simple count could be added to the Group object?
|
By
Isaac Whitfield
·
|
|
Permissions issues working with group create/delete 4 messages
Hi all, I'm having a couple of issues with creating subgroups and deleting groups, both of which are giving me "inadequate_permissions" as the reason but my Permissions object for the groups has "true
Hi all, I'm having a couple of issues with creating subgroups and deleting groups, both of which are giving me "inadequate_permissions" as the reason but my Permissions object for the groups has "true
|
By
Isaac Whitfield
·
|
|
New endpoint: /creategroup 12 messages
Hi All, I've added a new endpoint, /creategroup, to create a new group. In addition, I've added some options to /createsubgroup to determine what kind of subscription is automatically generated for yo
Hi All, I've added a new endpoint, /creategroup, to create a new group. In addition, I've added some options to /createsubgroup to determine what kind of subscription is automatically generated for yo
|
By
Mark Fletcher
·
|
|
/bulkremovemembers 2 messages
Hi All, There's a new /bulkremovemembers API endpoint, to remove one or more members by email address. Also, /getgroup can take a group_name parameter in the place of a group_id parameter. Please let
Hi All, There's a new /bulkremovemembers API endpoint, to remove one or more members by email address. Also, /getgroup can take a group_name parameter in the place of a group_id parameter. Please let
|
By
Mark Fletcher
·
|
|
Interacting with groups using the group name instead of the identifier 2 messages
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
In our use case, users will interact with groups directly using the group name - we don't want to store a group identifier mapped to each group name, so it would be nice if we could use the group name
|
By
Isaac Whitfield
·
|
|
Is it possible to remove a user from a group directly? 2 messages
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier? I'm thinking something similar to "direct add" but in reverse. Thanks, Isaac
I'm wondering if there's some way to remove a user from a group directly, without the subscription identifier? I'm thinking something similar to "direct add" but in reverse. Thanks, Isaac
|
By
Isaac Whitfield
·
|