2.2.0
2016-09-13
- Implemented cancel event API
- Expose
has_seenfield for GET event detail API
2016-08-16
- brand new UX released
- implemented randomized sample sent/received events
- add POST /users/register_fb_token API
- add GET /users/fb_friends API
2015-08-03
- add
/events/timelineendpoint. - remove
/users/invite_to_amigoendpoint. - remove all
/phonebooksendpoints. - add
GET,POST,DELETEfor/users/favorite_contacts. - update the response format of
POST /users/from_phone_numbers.
2015-08-01
- add
POST /auth/verify_pinendpoint POST /authno longer returns any user data.
2.0.0
2015-07-29
- replace
/eventswith/events-v2endpoint - implement the logic to consider events with
is_time_specifiedinto unresponded events. (#114)
2015-07-23
- update copy of invite to event sms.
- add
/events-v2endpoint
2015-07-22
- auto invite to amigo when a phone_number is marked as favorite (#116)
- add copy for event venue removed notification
2015-07-16
- add new push notification, when
spots_leftdecreased to 1 (#69)
2015-07-14
- add
notify_event_fullandnotify_upcoming_eventin user object. - add new push notification: total spots increased for a event
- remove
notify_event_changeandnotify_invite_changefrom user object.
2015-07-13
- add/remove favorite contacts in my phonebook (#96)
- update
phonebooks/bulk_add_update_contactsendpoint to justbulk_add_contactsand dropfull_namefrom Phonebook Contact object (#94)
2015-07-10
- add
/remove_ios_deviceendoint - add
/events/statsendoint, that returnunresponded_invite_count
2015-07-08
- add
notify_contact_joinedproperty toUserobject.
2015-07-06
- return associated
userfor each of contact item based on matching phone_number
2015-07-02
- add
delete_othersparameter to/phonebooks/bulk_add_or_update_contacts - update
/phonebooks/bulk_add_or_update_contactsto return refreshed data in response
2015-07-01
- modify
/phonebooks/bulk_add_or_update_contactsto acceptdataas property instead of sending all contacts as array at top-level
2015-06-29
- add
GET /phonebooks/contactsendpoint - add
POST /phonebooks/bulk_add_or_update_contactsendpoint
2015-06-25
- add
i_am_filterfilter in/eventsendpoint
2015-06-16
- add
venue_nameproperty to Event resource - add
users/invite_to_amigoendpoint
2015-06-11
- add
rsvp_timeto list of invitees in Event detail resource
2015-06-10
- add
invitees_photostoGET /events
2015-06-08
- add
locationandaddresstoEventresource
2015-05-29
- remove automatically adding event_owner to attendee/invitee list.
- add
createdproperty to invitees resource. - rename
spots_availabletototal_spotsforEventResource. - make
photo&big_photoasnullwhen no photo is upload by user.
2015-05-28
- add
my_rsvp_messageproperty toEventobject - add
is_time_specifiedproperty toEventresource, to indicate whether “event_date” contains a accurate time of day or not.
2015-05-27
- rename
/events/:id/unacceptto/events/:id/reject(better semantics)
2015-05-25
- make
i_am_attendingnullable to indicate that user has yet to responded to the invitation. - add
rsvp_messageparameter toPOST /events/:id/accept&POST /events/:id/acceptand the same is returned atGET /events/:id
1.5.0
2014-01-31
- add endpoint
GET/users/who_has_invited_me
1.4.0
2014-01-26
- add ability to unattend an event [
POST]/events/:id/unaccept
1.3.0
2014-01-13
- add user preference
notify_event_change, which defaults totrue - event invitees will have
is_owner,photo&big_photoin it. Photo url will be present only if invitee is registered amigo user.
2014-01-05
- add endpoints
/users/change-avatarand/users/remove-avatar Userobject will now havephotoandbig_photoproperties
2014-01-04
/eventscan now be filter based onevent_dateusing the querystring?event_afterand?event_before. These parameter accepts unix timestamp or ISO-8601 string
2014-01-24
- Following new fields are added to
Userto store notification preferece:notify_new_invite,notify_invite_change,notify_invite_rsvp
2014-01-24
- add
notifications/add_ios_device Eventobject will now haveattendees_countproperty
1.0.0
2014-09-20
- add implementation for
/events/:id/mark_seen - add implementation for
/events/:id/accept Eventobject will now have ai_have_seenproperty
2014-09-17
- add information on how to modify event object, including inviting more users, update filled spots, available spots.
2014-09-16
- add
invitees_countin all the event view. Removeinviteesobject from events list (/events)
2014-09-14
- add implementaton of
/users/from_phone_numebrs - remove
full_name_display - Add full
ownerobject toEvent Eventobject will now havei_am_attendingpropertyEventobject will now haveinviteesinstead ofattendees
2014-09-13
Eventobject will now havei_am_ownerinstead of fullownerobject
2014-09-10
- rename auth endpoint from
/loginto/auth - add
/auth/registerendpoint is_newis replaced withis_active
2014-09-8
- Use
full_nameinstead ofnamefor user