Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: github api integration - loading/saving a project from a github repository #9

Open
blurymind opened this issue May 20, 2024 · 2 comments
Labels
feature New feature or request

Comments

@blurymind
Copy link

Ability to load and save project to your private/public github repository

This could potentially be achieved using github's rest api
https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28

@lajbel lajbel added the feature New feature or request label May 20, 2024
@lajbel lajbel changed the title feature: github api integration - loading/saving a project from a github repository feat: github api integration - loading/saving a project from a github repository May 20, 2024
@blurymind
Copy link
Author

blurymind commented Jun 7, 2024

one added benefit to this is that resources dont need to be stored as a base64 string.

if its too complicated to do, another way is to store them in gists, but thats less secure

@lajbel
Copy link
Collaborator

lajbel commented Jun 7, 2024

I'm current working in a new version using Web Containers so will be even easier but will be in 1.0 Final Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants