Does the API support creating and removing git repositories?
I want to dynamically create/modify/delete git repositories from the Kotlin SDK.
Is this possible? I looked through the API reference but do not see a topic about repositories.
Please sign in to leave a comment.
Hi Vapid, thanks for reaching out to us! May I ask if you're looking for the following methods?
That's what I was looking for, thank you!
They were under the header "Projects" so I didn't think to look there. I was searching for a "Repositories" header :)
Are there APIs for cloning and forking repos in the Space Kotlin SDK or will I need something like JGit for that?