~alecu/ubuntuone-client/delivery-call-api

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/event_queue.py

  • Committer: Alejandro J. Cura
  • Date: 2013-01-25 14:55:12 UTC
  • Revision ID: alecu@canonical.com-20130125145512-1mq2skk5gnd1jwh0
Add call to newest-purchases web api

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# ubuntuone.syncdaemon.event_queue - Event queuing
2
2
#
3
 
# Authors: Facundo Batista <facundo@canonical.com>
4
 
#          Manuel de la Pena <manuel@canonical.com>
5
 
#
6
 
# Copyright 2009-2012 Canonical Ltd.
 
3
# Copyright 2009-2013 Canonical Ltd.
7
4
#
8
5
# This program is free software: you can redistribute it and/or modify it
9
6
# under the terms of the GNU General Public License version 3, as published
100
97
    'AQ_CHANGE_PUBLIC_ACCESS_ERROR': ('share_id', 'node_id', 'error'),
101
98
    'AQ_PUBLIC_FILES_LIST_OK': ('public_files',),
102
99
    'AQ_PUBLIC_FILES_LIST_ERROR': ('error',),
 
100
    'AQ_MUSIC_DELIVERY_RESULTS': ('purchased_albums',),
103
101
    'AQ_DELTA_OK': ('volume_id', 'delta_content', 'end_generation',
104
102
                    'full', 'free_bytes'),
105
103
    'AQ_DELTA_ERROR': ('volume_id', 'error'),