MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
106 stars 28 forks source link

Main endpoint for workspaces is missing #67

Closed NicolasReibnitz closed 4 years ago

NicolasReibnitz commented 4 years ago

First of all: thank you! This is really great to have!

But I cannot seem to get a list of my workspaces. Like here: https://api.bitbucket.org/2.0/workspaces/ (https://developer.atlassian.com/bitbucket/api/2/reference/resource/workspaces).

Or am I missing something?

Thanks in advance!

MunifTanjim commented 4 years ago

Thanks for reporting this. Yes, some of those endpoints are missing in the current release.

https://github.com/MunifTanjim/node-bitbucket/blob/2e0f6f1ad84b694fa0eae0d48b084ebc4e0aa11b/specification/extras/endpoint-names.json#L1374-L1445

I'll add those as soon as possible.

NicolasReibnitz commented 4 years ago

Alright, I guess we still have a little time left till October 14th. :)

Thanks a lot for clarifying!

MunifTanjim commented 4 years ago

Just published v2.4.0 :tada:

NicolasReibnitz commented 4 years ago

Way to go!! Thank you very much!