|
Create subgroup issues
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
· #21
·
|
|
Friday updates
Thanks Mark. I guess it depends - bad request feels more like there's a field or otherwise structural issue with the request, whereas invalid value is (to me) saying that the request itself is valid,
Thanks Mark. I guess it depends - bad request feels more like there's a field or otherwise structural issue with the request, whereas invalid value is (to me) saying that the request itself is valid,
|
By
James Milligan
· #20
·
|
|
Updates
Yep, working for me too. Cheers!
Yep, working for me too. Cheers!
|
By
James Milligan
· #19
·
|
|
Updates
Hmm, still getting 200 OK but the object hasn't changed :-/ No worries - #wishlist for the future then! Smashing - that'll really help.
Hmm, still getting 200 OK but the object hasn't changed :-/ No worries - #wishlist for the future then! Smashing - that'll really help.
|
By
James Milligan
· #16
·
|
|
Updates
Hi Mark, The /updateuser endpoint seems to accept (200 OK) my requests, but doesn't actually proceed to update the user: It just returns the existing user as it was beforehand. I did try with a passwo
Hi Mark, The /updateuser endpoint seems to accept (200 OK) my requests, but doesn't actually proceed to update the user: It just returns the existing user as it was beforehand. I did try with a passwo
|
By
James Milligan
· #14
·
|
|
Feedback 2017-08-12
Ah, that'll explain it :) I'll stick an exception in that for now and just comment out the code temporarily. Great, thanks on both. I think that's the only one actually. Thanks - although the get memb
Ah, that'll explain it :) I'll stick an exception in that for now and just comment out the code temporarily. Great, thanks on both. I think that's the only one actually. Thanks - although the get memb
|
By
James Milligan
· #11
·
|
|
Feedback 2017-08-12
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
· #9
·
|
|
Java API client/wrapper
The client repo has now had an initial set of code published to it, implementing login functionality, fetching current user information, their subscriptions, and members in specified groups (requires
The client repo has now had an initial set of code published to it, implementing login functionality, fetching current user information, their subscriptions, and members in specified groups (requires
|
By
James Milligan
· #8
·
|
|
Updates
To me, the 'standard' (for some definition of standard online these days!) is for POSTs on creation, PUTs for providing whole objects for update (or creation), and PATCHes for providing partial object
To me, the 'standard' (for some definition of standard online these days!) is for POSTs on creation, PUTs for providing whole objects for update (or creation), and PATCHes for providing partial object
|
By
James Milligan
· #6
·
|
|
Some initial questions...
Received, thanks. OK. Our mods wouldn't be used to using that section for notes on members so it should be easy to store some structured data in there for now without much risk. Great :) OK, although
Received, thanks. OK. Our mods wouldn't be used to using that section for notes on members so it should be easy to store some structured data in there for now without much risk. Great :) OK, although
|
By
James Milligan
· #5
·
|
|
Java API client/wrapper
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
· #2
·
Edited
|
|
Some initial questions...
- 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 edited b
- 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 edited b
|
By
James Milligan
· #1
·
Edited
|