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)
QtWS25 Last Chance

Qt REST Client (Beta)

Scheduled Pinned Locked Moved Unsolved Showcase
3 Posts 2 Posters 7.3k Views
  • 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.
  • kafegK Offline
    kafegK Offline
    kafeg
    wrote on last edited by kafeg
    #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 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.

      kafegK 1 Reply Last reply
      0
      • K Kofr

        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.

        kafegK Offline
        kafegK Offline
        kafeg
        wrote on 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