For the first challenge functions like grab a kiwi, register etc. won't be needed as the web app will be read only.
Login will still be needed where a user can paste their public key (retrieved from python client) so the web app can display things like pending breeding requests - store the key in local storage and build a logout function which removes it.
The web app will need to clearly display the ids of a kiwi or breeding request so the user can paste that into the command line e.g. python client accept 27 etc.
For the first challenge functions like grab a kiwi, register etc. won't be needed as the web app will be read only.
Login will still be needed where a user can paste their public key (retrieved from python client) so the web app can display things like pending breeding requests - store the key in local storage and build a logout function which removes it.
The web app will need to clearly display the ids of a kiwi or breeding request so the user can paste that into the command line e.g.
python client accept 27
etc.