Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. [solved] DevNet API disabled for a while
Forum Updated to NodeBB v4.3 + New Features

[solved] DevNet API disabled for a while

Scheduled Pinned Locked Moved Qt.io webservices
44 Posts 9 Posters 17.8k 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.
  • A Offline
    A Offline
    andre
    wrote on last edited by
    #21

    I'll wait for vass to announce that he found and fixed the issue (if it is indeed an issue with his plugin, of course).

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on last edited by
      #22

      Hello folks!
      I think I fixed issue. Because API disabled, I tested it only on local API simulator. New version now available. Wait when Marius enable API.

      --
      Vasiliy

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #23

        Any idea how I update it to the latest version? Or does Chrome do that automagically?

        1 Reply Last reply
        0
        • V Offline
          V Offline
          vsorokin
          wrote on last edited by
          #24

          I'm not sure about automatically

          options->tools->extensions
          click on "developer mode"
          button "update extensions"

          or just reinstall it from here: https://chrome.google.com/extensions/detail/mhbcdhmbdinbggoongcnmblnclloilbh

          --
          Vasiliy

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mgran
            wrote on last edited by
            #25

            Thanks Vass, I'll keep an eye on the request rate :)

            Project Manager - Qt Development Frameworks

            1 Reply Last reply
            0
            • Z Offline
              Z Offline
              ZapB
              wrote on last edited by
              #26

              Is any troll apart from Marius able to check this whilst Marius is on hols please? How are the API requst levels now and can they be reinstated please?

              Nokia Certified Qt Specialist
              Interested in hearing about Qt related work

              1 Reply Last reply
              0
              • U Offline
                U Offline
                ucomesdag
                wrote on last edited by
                #27

                [quote author="ZapB" date="1304500975"]Is any troll apart from Marius able to check this whilst Marius is on hols please? How are the API requst levels now and can they be reinstated please?[/quote]
                I second that!

                Write “Qt”, not “QT” (QuickTime).

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mgran
                  wrote on last edited by
                  #28

                  Greetings from a beach bungalow in San Diego :)

                  !http://dl.dropbox.com/u/217336/varnish_request_rate-month.png(graph)!

                  We're still seeing volumes of API traffic way above normal. It´s trending downwards though.

                  Project Manager - Qt Development Frameworks

                  1 Reply Last reply
                  0
                  • Z Offline
                    Z Offline
                    ZapB
                    wrote on last edited by
                    #29

                    OK Marius. Thanks for the update. Enjoy your hols :-)

                    Nokia Certified Qt Specialist
                    Interested in hearing about Qt related work

                    1 Reply Last reply
                    0
                    • U Offline
                      U Offline
                      ucomesdag
                      wrote on last edited by
                      #30

                      [quote author="mariusg" date="1305002565"]Greetings from a beach bungalow in San Diego :)[/quote]
                      Some much needed sunshine? ;-)

                      Write “Qt”, not “QT” (QuickTime).

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        mgran
                        wrote on last edited by
                        #31

                        The stats are not going down as we have hoped, so I suggest we do a +1 on the API version and provide it on a new unblocked URL.

                        From http://developer.qt.nokia.com/qtapi/0/* to http://developer.qt.nokia.com/qtapi/1/*.

                        We would then stop /0/ in the firewall and consider it forever unavailable.

                        Yay or nay? :)

                        Project Manager - Qt Development Frameworks

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          andre
                          wrote on last edited by
                          #32

                          It might be a good idea, but there is nothing to stop this from happening again. Would it be a good idea to hand out API keys for apps to use? That way, you can at least monitor what application is causing trouble.

                          1 Reply Last reply
                          0
                          • D Offline
                            D Offline
                            DenisKormalev
                            wrote on last edited by
                            #33

                            Andre, do you mean something like OAuth?

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              andre
                              wrote on last edited by
                              #34

                              I don't know much about OAuth, so I would not know. What I mean is that as a developer working against the API, you would request a unique key to use for your application. You would append this key to your requests as an additional parameter. The API would only respond if the API key is valid, and give an error otherwise.

                              I think Google uses something like this to keep track of the use of their services. It can also be used to limit the number of requests for a specific application of the API.

                              1 Reply Last reply
                              0
                              • D Offline
                                D Offline
                                DenisKormalev
                                wrote on last edited by
                                #35

                                Yep, agreed with this suggestion.
                                Also it will be good to have devnet auth in new api :)

                                1 Reply Last reply
                                0
                                • Z Offline
                                  Z Offline
                                  ZapB
                                  wrote on last edited by
                                  #36

                                  Welcome back Marius. Yes an API key would be a good idea.

                                  Marius, can you tell from the logs what user-agent or ip blocks are causing the problems?

                                  Nokia Certified Qt Specialist
                                  Interested in hearing about Qt related work

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    mgran
                                    wrote on last edited by
                                    #37

                                    We have opened up v1 of the API now:
                                    http://developer.qt.nokia.com/qtapi/1/member/profile
                                    http://developer.qt.nokia.com/qtapi/1/forums/posts/unread

                                    No API keys needed yet, but we're evaluating that as a good idea for the future.

                                    v0 of the API is still getting hammered.

                                    Project Manager - Qt Development Frameworks

                                    1 Reply Last reply
                                    0
                                    • Z Offline
                                      Z Offline
                                      ZapB
                                      wrote on last edited by
                                      #38

                                      Excellent. Thanks Marius. I'll update my client over the weekend and give it a test drive. Have a good weekend.

                                      Nokia Certified Qt Specialist
                                      Interested in hearing about Qt related work

                                      1 Reply Last reply
                                      0
                                      • M Offline
                                        M Offline
                                        mgran
                                        wrote on last edited by
                                        #39

                                        [quote author="ZapB" date="1307111488"]Excellent. Thanks Marius. I'll update my client over the weekend and give it a test drive. Have a good weekend.[/quote]

                                        Same to you! I've mailed Vass with the update, so he can test his plugin - and maybe we can be back to normal.

                                        Project Manager - Qt Development Frameworks

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          andre
                                          wrote on last edited by
                                          #40

                                          The badges list in the http://developer.qt.nokia.com/qtapi/1/member/profile result is incomplete.

                                          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