]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/YammerImport/README
Merge branch 'master' into FeedPoller
[quix0rs-gnu-social.git] / plugins / YammerImport / README
index 975faa21326dee9e01fb50312222f5e08a43fd4c..47fc07023aedfb8006695a34d247cc4264d87153 100644 (file)
@@ -139,8 +139,6 @@ File type and size limitations on attachments will be applied, so beware some
 attachments may not make it through.
 
 
-
-
 Code structure
 ==============
 
@@ -148,10 +146,10 @@ Standalone classes
 ------------------
 
 YammerRunner: encapsulates the iterative process of retrieving the various users,
-              groups, and messages via SN_YammerClient and saving them locally
+              groups, and messages via SNYammerClient and saving them locally
               via YammerImporter.
 
-SN_YammerClient: encapsulates HTTP+OAuth interface to Yammer API, returns data
+SNYammerClient: encapsulates HTTP+OAuth interface to Yammer API, returns data
                  as straight decoded JSON object trees.
 
 YammerImporter: encapsulates logic to pull information from the returned API data
@@ -179,4 +177,3 @@ Yammer_notice_stub: data object for temporary storage of fetched Yammer messages
 Yammer_user,
 Yammer_group,
 Yammer_notice: data objects mapping original Yammer item IDs to their local copies.
-