Coder Social home page Coder Social logo

parse-qt-sdk's Introduction

Parse-Qt-SDK

The Parse Qt SDK is a FreeBSD licensed C++ library designed to make working with Parse and Qt 5 as easy as possible. It was designed to closely mimic the iOS SDK to make switching between the two as easy as swapping blocks for signals/slots. It abstracts the entire Rest API from the user by handling all the network requests, replies and JSON parsing in the background.

To ensure the quality of the library, it comes with a Parse Test Suite that has full coverage of the public "User APIs". It is quite easy to invoke. See the Testing section for more details.

For more information about the project, updates, pending tickets and in-depth documentation, please refer to the following:

Additional Features

For anyone that's used the Parse iOS SDK or the REST API, you'll notice the library is not complete. I've almost got everything completed that I'm going to need to use. If anyone else would like to help me expand the functionality, please open some tickets and let's get started!

Testing

The Parse-Qt-SDK uses the QTest library to provide a comprehensive set of unittest suites. To execute all the unittests, follow these instructions:

$ cd $PARSE_QT_SDK_HOME/ParseTestSuite
$ qmake -spec macx-xcode (or whatever flavor you like)
$ Open Xcode project and Build/Run

Currently, the library has been fully tested on the following platforms:

  • Mac OS X - Mountain Lion
  • Mac OS X - Mavericks
  • Windows 8

Support

If you wish to report a bug or request a feature enhancement, please feel free to contact me at https://github.com/cnoon/Parse-Qt-SDK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.