Tiago Dinis

Results 107 comments of Tiago Dinis

`POST /volts` seems good enough

This will be the first api, doing a cli now is not a great idea because the API is in development, and we have to change the cli everytime that...

Can I add support for icons too? I mean, I already have to store files, so what's adding one more to the mix?

this LGTM ![image](https://user-images.githubusercontent.com/92828847/195879943-efb4aedf-3486-4243-88eb-e21535ef7fad.png) I made this using open api ```yaml openapi: 3.0.0 servers: - url: https://lapce-extensions.herokuapp.com description: Production server - url: http://localhost:8000 description: Local server info: description: | This is...

I'll integrate this into the pipeline, so it generates the HTML from the Open API specs and then rocket serves it, but I'll do that later

You can even test and play around with the API on your browser, which I think is really cool

I'll also make a yank version system similar to what cargo does, probably you've seen the delete endpoint

I'll store all the versions of the plugins so it would be cool if people could choose the version they want to download. People do dumb stuff and break their...

So, the design I'm thinking is that, plugins are basically containers that contain versions. Versions contain the plugin data like themes and the code. So when you publish a plugin,...

@panekj What do you mean?