|
Some initial questions...
3 messages
- Where can *API keys* be found or generated? Since the API is still in alpha, is it just a case that they are unavailable right now?
- Are there plans to support *custom fields* that can only be
- Where can *API keys* be found or generated? Since the API is still in alpha, is it just a case that they are unavailable right now?
- Are there plans to support *custom fields* that can only be
|
By
James Milligan
·
|
|
Updates
fyi, I've completed the /updategroup endpoint, and it should now be working completely. I've also fixed a bunch of errors in the docs around /updategroup.
Mark
fyi, I've completed the /updategroup endpoint, and it should now be working completely. I've also fixed a bunch of errors in the docs around /updategroup.
Mark
|
By
Mark Fletcher
·
|
|
Java API client/wrapper
2 messages
As I'll be needing to develop code to interact with the Groups.IO API, I've decided to try and make this available open source from the off. The GitHub project is available here: https://github.com/la
As I'll be needing to develop code to interact with the Groups.IO API, I've decided to try and make this available open source from the off. The GitHub project is available here: https://github.com/la
|
By
James Milligan
·
|
|
Feedback 2017-08-12
3 messages
Just a few things I've picked up this evening:
API errors
https://groups.io/static/api#get-topics consistently getting BAD_REQUEST with this one despite a valid group_id set (https://api.groups.io/v1/
Just a few things I've picked up this evening:
API errors
https://groups.io/static/api#get-topics consistently getting BAD_REQUEST with this one despite a valid group_id set (https://api.groups.io/v1/
|
By
James Milligan
·
|
|
Updates
Hi All,
I just pushed a bunch of updates to the api server and docs. All of the member-related endpoints except invite now work. I've also combined some different permissions to make checking easier a
Hi All,
I just pushed a bunch of updates to the api server and docs. All of the member-related endpoints except invite now work. I've also combined some different permissions to make checking easier a
|
By
Mark Fletcher
·
|
|
API updates
Hi All,
I've added the /invite, /searchmembers and /getsubgroups endpoints today. In addition, I added the missing 'parent_group_id' field to group responses.
Thanks,
Mark
Hi All,
I've added the /invite, /searchmembers and /getsubgroups endpoints today. In addition, I added the missing 'parent_group_id' field to group responses.
Thanks,
Mark
|
By
Mark Fletcher
·
|
|
Updates
7 messages
Hi All,
I've made some changes to the API with respect to how updates/deletes are going to be made. The docs previously said that you would post a JSON object to update something. I have changed th
Hi All,
I've made some changes to the API with respect to how updates/deletes are going to be made. The docs previously said that you would post a JSON object to update something. I have changed th
|
By
Mark Fletcher
·
|
|
Friday updates
2 messages
Hi All,
There is now a working changelog/diff function for the API docs. It's at
https://groups.io/apichangelog
It's not perfect, but should hopefully be helpful.
I've also changed the URL for the AP
Hi All,
There is now a working changelog/diff function for the API docs. It's at
https://groups.io/apichangelog
It's not perfect, but should hopefully be helpful.
I've also changed the URL for the AP
|
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
·
|
|
/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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
/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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
"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
·
|