scorelab / Stackle

Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104 stars 146 forks source link

ADD STATUS KEY IN EVERY RESPONSE OBJECT #99

Closed shivamarora96 closed 6 years ago

shivamarora96 commented 6 years ago

ADDING A STATUS KEY AND MESSAGE IN EVERY RESPONSE OBJECT SO THAT APIs CAN BE CONSUMED MORE EASILY

Type of issue:

Adding a status key in every response object. If an error occurs or data fetching failed then status: false otherwise if the response is successful then the status is true. This would make the API consumption more robust.

shivamarora96 commented 6 years ago

PR SENT #98