awestruct / web-editor

A web based editor for awestruct projects
8 stars 6 forks source link

Fields to POST to /settings #24

Closed wesbos closed 11 years ago

wesbos commented 11 years ago

gh username gh password repo to fork

What else? cc @LightGuard

LightGuard commented 11 years ago

name of the fork? -- May be too much though and just default to what github uses Oh, we may need the author information

LightGuard commented 11 years ago

We may be able to get that from github though.

wesbos commented 11 years ago

Update on this:

Going to use /settings rather than /init

POST /settings will set/save settings. You can either return the settings object or just some sort of success

GET /settings will return the settings. I'll use this to check if they have setup a repo already or not

wesbos commented 11 years ago

The field names will be, "username", "password", and "repo"

LightGuard commented 11 years ago

The GET will return instead of password, token.

On Tue, Jul 9, 2013 at 10:19 AM, Wes Bos notifications@github.com wrote:

The field names will be, "username", "password", and "repo"

— Reply to this email directly or view it on GitHubhttps://github.com/awestruct/web-editor/issues/24#issuecomment-20686090 .

Jason Porter http://en.gravatar.com/lightguardjp

LightGuard commented 11 years ago

Waiting for the front end part before closing this.

wesbos commented 11 years ago

Do we want to include image path a la #13 for this? Or stick with /images for now?

LightGuard commented 11 years ago

I think we'll stick to /images for now — Sent from Mailbox for iPhone

On Mon, Jul 15, 2013 at 7:58 AM, Wes Bos notifications@github.com wrote:

Do we want to include image path a la #13 for this? Or stick with /images for now?

Reply to this email directly or view it on GitHub: https://github.com/awestruct/web-editor/issues/24#issuecomment-20971001