On Thu, Nov 29, 2012 at 10:47 PM, Doug Tangren <
do...@meetup.com> wrote:
> On Thu, Nov 29, 2012 at 7:35 PM,
jo...@lippeatt.com <
jo...@lippeatt.com>
> wrote:
>>
>> a) relying on urlname rather than group id ... can this be made either-or?
>> Member and Events are still identified as numeric, and some of us are
>> retrieving group data based on its ID
>>
>
> This is a fair point. We went back and forth on this in the design going
> forward for these newer v3 methods. One of things that a bit annoying in the
> v2 (and v1) methods is if your starting point is your group or a group you
> know of you are much more likely to know the urlname off the top of your
> head. It's much more discoverable as well on the site. In that same respect
> we are trying to structure newer api urls in a similar way you'd access the
> the information on the site.
Not sure I can get on board with that. Although the custom urls are
very helpful when using the site, users aren't going to see the
data-access uri that's imbedded in my app.
Further, even if its to make it easier for *me* to read as a
developer, I'm only going to see the urls the first time I create the
string. So I might have to copy/paste an id once or twice, but once
the data retrieval code is complete, the rest is glue.
>> b) your description mentions being able to track who showed up over time;
>> but #lists is based on a single event. Is it possible to use it for a
>> user's aggregate activity data for all events? (for example, for :id, use
>> the identifier /all/)? When we release someone, we include an email that
>> says "You no-showed for the following 5 events in the past 6 months:" it
>> would be a HUGE timesaver if we could automate that (without iterating
>> through all 156 of our events).
>>
>
> I actually like your idea for /all as an alias for all events over some
> required interval of time. This would probably need some other limiting
> factor (like a member_id) otherwise that may be a bit of an expensive on
> demand query. I'll open a ticket for looking into this.
Agreed, it would be specifically to retrieve the activity of a single
user in a specific group.
>> c) Some of us have more than 99 people attend events. :) (which is why
>> we have been looking forward to a way to automate event attendance!!)
>
> That's what we like to hear. Keep the feedback coming. Going forward out
> main goal in the API is to make things easier and more useful for you
> developers to help build better tools for our members. You are our
> innovators.
So the "99 attendees" limitation can be removed, possibly?
Thanks!