therajanmaurya/Stock-Hawk

Add Url Builder

Closed this issue · 2 comments

Url is passing as String in Request, So If any parameter is needed to change we have to make changes in request URL string that is not good.
So, add an Url Builder

Looks Right Now App making a request with static String.
So if the user wants different stocks. He will not able to.
Now Need to implement Url Builder.

Added in #10