leafo / itchio-app-old

Desktop itch.io client
MIT License
45 stars 6 forks source link

User preferences #5

Closed leafo closed 9 years ago

leafo commented 9 years ago

An abstraction on top of QSettings should be made with methods for common actions for saved data:

A settings dialog will probably need to be created with a few toggles.

leafo commented 9 years ago

New API call to get info about current user:

GET /api/1/:api_key/me
{  
  user:{  
    url:"http://leafo.itch.io",
    username:"leafo",
    id:1,
    cover_url:"http://img.itch.io/aW1hZ2UyL3VzZXIvMS8zODEzNi5wbmc=/100x100%23/fsSoF5.png"
  }
}