Upload code via API?
-
The github integration is a nice touch, but I'm not willing to give that access to an app. And while I could edit code separately and paste it into the editor, that's a pretty terrible workflow since any minor typo would require re-copy/pasting a chunk of code (or editting it twice and risking getting out of sync).
Why not have a public REST API to modify modules? Something along the lines of "GET api.screeps.com/v1/modules/modulename" to get the source of a module, and "PUT api.screeps.com/v1/modules/modulename" to update it? This would make it much simpler to develop outside the browser.
-
-
Huh... I thought I looked through pretty much the entire web site, but somohow missed those links. Thanks!