airapi
airapi copied to clipboard
If a resource is not found, the getInfo & getCalendar does not handle 404, 403 & etc.
!err && res.statusCode != 200 is not captured. If it enters this situation, the program will hang. I will submit a fix for that.