Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74414

Retrieval and processing of data from remote servers

    XMLWordPrintable

Details

    • Epic
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Core: Item Models, Network
    • None
    • Interacting with remote data

    Description

      Data that lives server sided is typically retrieved via web service interfaces, either RESTful or SOAP APIs that are on the server side often built and operated using API gateway technologies: swagger, OAUTH2, JSON, or XML with relevant supporting technologies (f.ex WSDL). An increasing amount of APIs uses GraphQL.

      A Qt solution to access such data needs to include a mechanism to manage authentication, generating correctly formed requests to the APIs (including versioning), and processing of the data received into data structures that are easily worked with on the Qt side (value types, item models etc), and sending Qt data structures to the server.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Unassigned Unassigned
              vhilshei Volker Hilsheimer
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes