Closed crchemist closed 9 years ago
at this moment /issues-info api call return comments in next format:
/issues-info
comments
'comments': ['comm1', 'comm2'...]
should be refactored to
'comments': [ {author: 'Vasia Pupkin', author_id:10 msg:'comm1'}, {author: 'Vania Ivanov', author_id:15 msg:'comm3'}...]
I will
at this moment
/issues-info
api call returncomments
in next format:should be refactored to