stovermc / grab_bag

Brownfield project that built an application as a clone of Dropbox.
https://grabbag.herokuapp.com/
1 stars 3 forks source link

[completes #67] External api binary index #67 #71

Closed stovermc closed 7 years ago

stovermc commented 7 years ago

Fixes #67

What does this PR do?

adds an endpoints for a users binaries and a users specific binary

Where should the reviewer start?

sharing/binaries_controller.rb

How should this be manually tested

user authentication can be stubbed by completing oauth process through terminal. once authenticated a user can access these endpoints.

Any background context you want to provide?

Screenshots (if appropriate)

Questions:

slague commented 7 years ago

Neat new endpoints!

stovermc commented 7 years ago

@jmejia completes user story