Skip to content

webysr/meteor-googleapis-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google API Publications for Meteor

meteor add webysr:googleapis-pub

Example Usage

On the server:

Meteor.publishGoogleAPI('drive.files.list');

On the client:

let sub = Meteor.subscribe('drive.files.list', {
            orderBy: 'title',
            maxResults: 10,
            q: `'root' in parents`,
            fields: "items(id,defaultOpenWithLink,thumbnailLink,title)"
        });

Be wiser, Webweiser

Visit my company website for more Information about Webweiser Software. At the moment, there is only a german version available. But there will be an english version soon. I promise! :)

License

MIT

About

Generate Meteor publications from Google resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published