Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Qt REST Client (Beta)
Forum Updated to NodeBB v4.3 + New Features

Qt REST Client (Beta)

Scheduled Pinned Locked Moved Unsolved Showcase
3 Posts 2 Posters 7.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kafeg
    wrote on 10 Mar 2016, 17:01 last edited by kafeg 3 Nov 2016, 16:57
    #1

    Hi everyone!

    At now i will develop small REST framework for automate mapping JSON and XML RESTful data to standard QAbstyractLisModel with full support of fetchMore and canFetchMore.

    Qt REST Client - small and simple REST API client for any Qt/QML application. Library support standard JSON and XML REST APIs.

    Main features

    • Based on QAbstractListModel with fetchMore and canFetchMore support;
    • Support JSON and XML list data;
    • Pagination by per page, limit/offset or cursor;
    • Sorting data;
    • Filtering data;
    • Authentication;
    • StackView navigation;
    • Specify fields for GET list method;
    • Lazy loading details item data;
    • Separate model and API methods;
    • Simple API implementation for your apps;
    • State based model information;
    • Requires ID field for each record;
    • Interfaces from C++ and Qt Quick/QML;
    • Multiple external API services in different models.

    Qt Micro REST Client Framework

    Library available on GitHub, at now it's early beta and i hope you give me feedback about my work =)

    Library: https://github.com/kafeg/qtrest
    Example application: https://github.com/kafeg/qtrest-example

    1 Reply Last reply
    2
    • K Offline
      K Offline
      Kofr
      wrote on 29 Mar 2016, 17:12 last edited by Kofr
      #2

      hi. great to see this.
      however example lacks some libs.
      Share please example working out of box.

      And it will be good to see more easy example.
      this is too complex.

      K 1 Reply Last reply 3 Apr 2016, 13:10
      0
      • K Kofr
        29 Mar 2016, 17:12

        hi. great to see this.
        however example lacks some libs.
        Share please example working out of box.

        And it will be good to see more easy example.
        this is too complex.

        K Offline
        K Offline
        kafeg
        wrote on 3 Apr 2016, 13:10 last edited by
        #3

        @Kofr Hi. I will fix example application. At now it fully work (but server is slowly).

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved