You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/03/03 13:47:38 UTC

[GitHub] [zeppelin] liuxunorg edited a comment on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server

liuxunorg edited a comment on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server
URL: https://github.com/apache/zeppelin/pull/3314#issuecomment-469024233
 
 
   @zjffdu ,  Redesigned the call interface, `authenticationInfo`(`AuthenticationInfo` to json) can be used to check if the user has read permission to get the note. Return to ParagraphInfo list once.
   
   ```
   struct ParagraphInfo {
     1: string noteId,
     2: string paragraphId,
     3: string paragraphTitle,
     4: string paragraphText
   }
   
   list<ParagraphInfo> getParagraphList(1: string authenticationInfo, 2: string noteId);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services