Forks don't work anymore

Issue #81 new
Mattia Dorigatti created an issue

Apparently today the v1 API stopped working and the forks stopped working.

It seems that the forks have not yet been transitioned to the v2 API.

What are the plans on that?

Comments (3)

  1. Mattia Dorigatti reporter

    Here is the response from the API:

    object(stdClass)#32 (2) {
      ["type"]=>
      string(5) "error"
      ["error"]=>
      object(stdClass)#34 (2) {
        ["message"]=>
        string(16) "Resource removed"
        ["detail"]=>
        string(187) "This API is no longer supported.
    
    For information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"
      }
    }
    
  2. Alexandru Guzinschi

    What are the plans on that?

    I do want to update the library as soon as possible to v2 of the API, but I can’t offer a good estimate on when it will be ready. I lack spare time in this period, so with my apologies, but this will have to wait.

    However, PR’s are always welcome.

  3. Log in to comment