How are we supposed to view/edit the user's profile? I don't see anywhere in
http://hitbtc-com.github.io/hitbtc-api/ that has update privileges for a user's profile. Are we doing HTTP Form POST's? Do we need get the user's un/pw ( I would advise against it ). How about getting the api/secret? I don't see anything about oAuth, are user's copy/pasting creds in there? ( not a great UX ).
Thanks for any info, very interested in participating.
Dear browep!
Currently hitbtc doesn't support OAuth. We're going to implement it in future.
The authorization should be done with API keys i.e. your application asks user's API key and secret key.
User can revoke or delete the key so your application should work properly in this case.
As for UX we got your point. We're going to implement QR code for API key and secret on the Settings page.