Skip to content

Commit

Permalink
updated readme for contact version
Browse files Browse the repository at this point in the history
  • Loading branch information
osoftteam committed Apr 1, 2018
1 parent 10354d5 commit e86fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
googleQt is C++11/Qt adaptation of Google GDrive v3, GMail v1, GTask v1 API. Underneath is simple web API built on HTTP, OAuth 2.0, and JSON.
googleQt is C++11/Qt adaptation of Google GDrive v3, Contacts API v3, GMail v1, GTask v1 API. Underneath is simple web API built on HTTP, OAuth 2.0, and JSON.

The API is based on asynchronous and blocking functions. Blocking functions return unique_ptr of typed objects using move semantics or raise exceptions in case of error. The asynchronous functions are organized around GoogleTask object, similar to QNetworkReply.

Expand Down

0 comments on commit e86fc30

Please sign in to comment.