DEV Community

Discussion on: Is there a way to edit dev.to post directly on VSCode?

Collapse
 
ben profile image
Ben Halpern

Main thing standing in between us and a public API right now is token management. Basically a user should have_many tokens and should be able to create/destroy them.

The actual API endpoints are pretty straightforward once that happens. And the token management is pretty straightforward as well. We just need to make it happen.