|
Re: Getting archives from group-specific domains
Actually the fact that an organization has its own domain is not a problem, if you pass the group_id to the endpoint downloadarchives (note that the attribute view_archives has to be enabled in that
Actually the fact that an organization has its own domain is not a problem, if you pass the group_id to the endpoint downloadarchives (note that the attribute view_archives has to be enabled in that
|
By
valcos
·
#72
·
|
|
Re: /downloadarchives
Hi Mark,
Is it possible to use this point to download archives in domains different from groups.io (e.g., https://lists.onap.org)?
Cheers,
Valerio
Hi Mark,
Is it possible to use this point to download archives in domains different from groups.io (e.g., https://lists.onap.org)?
Cheers,
Valerio
|
By
valcos
·
#71
·
|
|
Re: Getting archives from group-specific domains
I see that in the Authentication API section you can pass the parameter "domain" to get a token for that specific domain. I got a token with:
curl "https://api.groups.io/v1/login" -u 123456: -d
I see that in the Authentication API section you can pass the parameter "domain" to get a token for that specific domain. I got a token with:
curl "https://api.groups.io/v1/login" -u 123456: -d
|
By
valcos
·
#70
·
|
|
Getting archives from group-specific domains
Hi all,
Following the doc, 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 domain (e.g.,
Hi all,
Following the doc, 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 domain (e.g.,
|
By
valcos
·
#69
·
Edited
|
|
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@...
·
#68
·
|
|
Re: Getting all messages of a group/topic
Thank you for your answer, Mark!
Thank you for your answer, Mark!
|
By
valcos
·
#67
·
|
|
Re: Getting all messages of a group/topic
That api endpoint has not been implemented yet.
Thanks,
Mark
That api endpoint has not been implemented yet.
Thanks,
Mark
|
By
Mark Fletcher
·
#66
·
|
|
Re: view_archives permission
Hello,
It’s-archives is determinded by the group's privacy settings.
Cheers,
Mark
Hello,
It’s-archives is determinded by the group's privacy settings.
Cheers,
Mark
|
By
Mark Fletcher
·
#65
·
|
|
Getting all messages of a group/topic
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
·
#64
·
|
|
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
·
#63
·
|
|
view_archives permission
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
·
#62
·
|
|
Example of API call via Python
A simple example to query the API with the requests library:
A simple example to query the API with the requests library:
|
By
valcos
·
#61
·
|
|
Re: getting a Auth token
Great! Thank you Mark!
By
valcos
·
#60
·
|
|
Re: getting a Auth token
You need to specify an API token instead of <my-username> in your example. While the API is in alpha, you can use the token 123456.
Cheers,
Mark
You need to specify an API token instead of <my-username> in your example. While the API is in alpha, you can use the token 123456.
Cheers,
Mark
|
By
Mark Fletcher
·
#59
·
|
|
getting a Auth token
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
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
|
By
valcos
·
#58
·
|
|
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
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
|
By
charlesreid1.dib@...
·
#57
·
|
|
"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
·
#56
·
|
|
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
·
#55
·
|
|
Re: Retrieving the number of members in a group?
HI Mark,
Looks perfect, thank you for adding this!
Isaac
HI Mark,
Looks perfect, thank you for adding this!
Isaac
|
By
Isaac Whitfield <iw@...>
·
#54
·
|
|
Re: Retrieving the number of members in a group?
Hi Isaac,
The group object now returns various counts, including counts for subs, pending subs, pending messages, threads and messages.
Hope this helps.
Mark
Hi Isaac,
The group object now returns various counts, including counts for subs, pending subs, pending messages, threads and messages.
Hope this helps.
Mark
|
By
Mark Fletcher
·
#53
·
|