|
/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
·
|
|
Consider removing group_id as required for sub-group creation 3 messages
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means th
Is it possible that this field requirement could be removed in favour of auto-incrementing identifiers? The combination of having to provide the identifier, along with the type being numeric, means th
|
By
Isaac Whitfield
·
|
|
API for Message Metrics? 2 messages
Wonder if there will be, or could be, an an API to grab raw messages archives (ie, mbox). This would be used to render some dashboard visualizations of historical activity. Maybe better, would be to
Wonder if there will be, or could be, an an API to grab raw messages archives (ie, mbox). This would be used to render some dashboard visualizations of historical activity. Maybe better, would be to
|
By
Mark Griffin
·
|
|
/updatesub and /deletesub
Hi,
/updatesub and /deletesub now work. Also, I've gone through and fixed some inconsistencies in the documentation (formatting, how it's laid out, etc). Finally, I've improved the API doc diff functi
Hi,
/updatesub and /deletesub now work. Also, I've gone through and fixed some inconsistencies in the documentation (formatting, how it's laid out, etc). Finally, I've improved the API doc diff functi
|
By
Mark Fletcher
·
|
|
Create subgroup issues 2 messages
The createsubgroup endpoint doesn't seem to like my requests, I receive bad_request on sub_group_name. The docs don't make it particularly clear whether it should be a GET or POST, but trying either w
The createsubgroup endpoint doesn't seem to like my requests, I receive bad_request on sub_group_name. The docs don't make it particularly clear whether it should be a GET or POST, but trying either w
|
By
James Milligan
·
|