Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I use "GET /2.0/teams/<owner>/projects" API?

Hirakiuchi Daisuke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 4, 2017

I want to use the "GET /2.0/teams/<owner>/projects" API on the Bitbucket API.

https://developer.atlassian.com/bitbucket/api/2/reference/resource/teams/%7Bowner%7D/projects/

But the server responds error like that.

D, [2017-07-02T22:04:31.221510 #99958] DEBUG -- : [api.bitbucket.org] GET /2.0/teams/altabjpworks/projects (0.792 s)
/Users/hirakiuc/repos/src/github.com/hirakiuc/tinybucket/lib/tinybucket/response/handler.rb:13:in `on_complete': GET https://api.bitbucket.org/2.0/teams/altabjpworks/projects 404 {"type": "error", "error": {"message": "Resource not found", "detail": "There is no API hosted at this URL.\n\nFor information about our API's, please refer to the documentation at: https://developer.atlassian.com/bitbucket/api/2/reference/"}} (Tinybucket::Error::NotFound)
        from /Users/hirakiuc/repos/src/github.com/hirakiuc/tinybucket/.bundle/ruby/2.3.0/gems/faraday-0.11.0/lib/faraday/response.rb:9:in `block in call'
        from /Users/hirakiuc/repos/src/github.com/hirakiuc/tinybucket/.bundle/ruby/2.3.0/gems/faraday-0.11.0/lib/faraday/response.rb:61:in `on_complete'
        from /Users/hirakiuc/repos/src/github.com/hirakiuc/tinybucket/.bundle/ruby/2.3.0/gems/faraday-0.11.0/lib/faraday/response.rb:8:in `call'
        from /Users/hirakiuc/repos/src/github.com/hirakiuc/tinybucket/.bundle/ruby/2.3.0/gems/faraday_middleware-0.11.0.1/lib/faraday_middleware/response_middleware.rb:30:in

It may be just my mistake, but I wonder why server responded the error.

Can I use the API now?

1 answer

1 accepted

0 votes
Answer accepted
Eric Henry
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 11, 2017

It looks like you need to add a trailing slash to the URL.

Hirakiuchi Daisuke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 13, 2017

Yes. This question resolved with trailing slash.

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Upcoming Bitbucket Events