kilimchoi / coingenius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create private api

kilimchoi opened this issue · comments

Private api, requiring authentication, that allows you to

  1. Sign up, log in, and retrieve your password
  2. Add a transaction, delete it, and edit it.
  3. Fetch the price history for the coin.
  4. Update bittrex & coinbase account info (i.e. if user connects to their coinbase from the mobile app, that info should be remembered for the user and when they log into the website, it should reflect that and vice versa)
  • Sign up
  • Login
  • Retrieve password (need clarification)
  • Create Transaction
  • Update Transaction
  • Delete Transaction
  • Get Transaction
  • List Transactions
  • Price history for Coin
  • Update Bittrex keys
  • Update coinbase (need clarification)