/**
*
* Youdao Notes PHP API
*
*
* @author Zengpu Zhang (
[email protected])
* @version 1.0
* @todo addNoteBySort
* Instructions for use
* //Initialize connection
* $libNote = new libNote(
[email protected] , password );
* //Get all separations
* $libNote->getAllSort();
* //Set category
* $libNote->setSortId(/1EBABE3CF1624CF996932D2C004C2B19);
* //Get a list of single-category notes
* $libNote->getNoteListBySortId();
* //Get notes based on ID
* $libNote->getNoteById();
* //Add notes
* $libNote->addNote( title , content );
* //Edit notes
* $libNote->editNoteById( title , content , /1EBABE3CF1624CF996932D2C004C2B19/81A046ADFB294DA2B117CF46706D6FB5 );
* //Get specified address data, pictures, attachments, etc.
* $libNote->fetch( http://note.youdao.com/yws/mapi/file?method=putfile&keyfrom=web );
*
*/