harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
31.89k stars 2.78k forks source link

Gitness Integration with Open Source Dev Environment Manager. #3524

Closed Rutik7066 closed 1 month ago

Rutik7066 commented 1 month ago

Hi, I am working on project. I want to add support for gitness to be added as git-provider. I am facing one small problem where I need to fetch Organizations via API. I have checked all swagger APIs. but did not find useful. I don't even know does gitness support Organizations like github? Can anyone tell me how do I fetch Organizations via API?

bradrydzewski commented 1 month ago

yes, Gitness supports the concept of organizations, however, in Gitness they are called "spaces". You can use the /api/v1/user/memberships endpoint to get a list of all spaces to which the user belongs.

Rutik7066 commented 1 month ago

can you provide a documentation link for spaces?