Implment RestCaller class.

Issue #6 closed
Raymond Wells created an issue

First: Try to find an external library. If not, then we should consider the following:

  • How to handle JSON parsing and an event-based API

  • How to handle request errors.

  • How to process callbacks, and trigger callbacks.

Look at existing solutions & libraries first, maybe there's something we can just plug in. :)

Comments (4)

  1. Raymond Wells reporter

    @brandonthai2003 how's it going on this? Are you getting stuck anywhere/can I help out in any way?

  2. Brandon Thai

    The RestCaller class is implemented. for now only UserFeed interface is working. I will continue working on other interfaces.

  3. Log in to comment