D21838: Add Drive resource and example.

David Barchiesi noreply at phabricator.kde.org
Sun Jun 16 01:10:17 BST 2019


barchiesi created this revision.
Herald added a project: KDE PIM.
Herald added a subscriber: kde-pim.
barchiesi requested review of this revision.

REVISION SUMMARY
  Add support for the Drive resource as described in the Google Drive API Reference [1].
  
  [1] https://developers.google.com/drive/api/v2/reference/drives

TEST PLAN
  Test units have been added for the Drive resource operations. An example is included which demonstrates fetching, modifying, hiding Drives.

REPOSITORY
  R477 KGAPI Library

BRANCH
  drives

REVISION DETAIL
  https://phabricator.kde.org/D21838

AFFECTED FILES
  autotests/CMakeLists.txt
  autotests/drive/data/drives.json
  autotests/drive/data/drives_create_request.txt
  autotests/drive/data/drives_create_response.txt
  autotests/drive/data/drives_delete_request.txt
  autotests/drive/data/drives_fetch_request.txt
  autotests/drive/data/drives_fetch_response.txt
  autotests/drive/data/drives_hide_request.txt
  autotests/drive/data/drives_hide_response.txt
  autotests/drive/data/drives_modify_request.txt
  autotests/drive/data/drives_modify_response.txt
  autotests/drive/drivescreatejobtest.cpp
  autotests/drive/drivesdeletejobtest.cpp
  autotests/drive/drivesfetchjobtest.cpp
  autotests/drive/driveshidejobtest.cpp
  autotests/drive/drivesmodifyjobtest.cpp
  autotests/drive/drivessearchquerytest.cpp
  autotests/drive/drivetestutils.cpp
  autotests/drive/drivetestutils.h
  examples/CMakeLists.txt
  examples/drives/CMakeLists.txt
  examples/drives/main.cpp
  examples/drives/mainwindow.cpp
  examples/drives/mainwindow.h
  examples/drives/ui/main.ui
  src/core/types.h
  src/drive/CMakeLists.txt
  src/drive/drives.cpp
  src/drive/drives.h
  src/drive/drivescreatejob.cpp
  src/drive/drivescreatejob.h
  src/drive/drivesdeletejob.cpp
  src/drive/drivesdeletejob.h
  src/drive/driveservice.cpp
  src/drive/driveservice.h
  src/drive/drivesfetchjob.cpp
  src/drive/drivesfetchjob.h
  src/drive/driveshidejob.cpp
  src/drive/driveshidejob.h
  src/drive/drivesmodifyjob.cpp
  src/drive/drivesmodifyjob.h
  src/drive/drivessearchquery.cpp
  src/drive/drivessearchquery.h

To: barchiesi
Cc: kde-pim, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190616/7b122d2b/attachment.html>


More information about the kde-pim mailing list