ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
131 stars 34 forks source link

WIP: Added the ability to manipulate Bitbucket projects. #324

Open ctreminiom opened 1 month ago

ctreminiom commented 1 month ago

Updates

The official API documentation is inaccurate or does not have information on the response schemas. For example:

But, when I try to execute the API call, it returns a different schema -.-

I'll require to execute, create and document each struct to confirm the correct response schema.

TODOS