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.
ADDING A STATUS KEY AND MESSAGE IN EVERY RESPONSE OBJECT SO THAT APIs CAN BE CONSUMED MORE EASILY
Type of issue:
[ ] Bug / Error
[x] Idea / Feature
[x] Improvement detail
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.
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.