- user_id -
user/:uid - feed_id -
feed/:feed_uri - category_id -
:user_id/category/:category(special category:global.all,global.uncategorized) - tag_id -
:user_id/tag/:tag(special tag:global.saved)
http://cloud.feedly.com/:version/:api
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <polymer-element name="my-element"> |
| { | |
| "afn_insert_dimensions": false, | |
| "always_show_minimap_viewport": true, | |
| "auto_indent": true, | |
| "binary_file_patterns": | |
| [ | |
| ".DS_Store", | |
| "node_modules/", | |
| "tmp/", | |
| "*.png", |
| var path = require('path'); | |
| var webpack = require('webpack'); | |
| var BrowserSyncPlugin = require('browser-sync-webpack-plugin'); | |
| var x = 1; | |
| module.exports = { | |
| entry: './src/main.js', | |
| output: { | |
| path: path.resolve(__dirname, './dist'), | |
| publicPath: '/dist/', |
| # sudo su and run the following | |
| sudo apt-get update && \ | |
| sudo apt-get -y upgrade && \ | |
| # install all dependencies | |
| sudo apt-get -y install \ | |
| build-essential \ | |
| checkinstall \ | |
| gcc \ |
| # <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
| # |<---- Using a Maximum Of 50 Characters ---->| | |
| # Explain why this change is being made | |
| # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
| # Provide links or keys to any relevant tickets, articles or other resources | |
| # Example: Github issue #23 |
| /** | |
| * Changes value to past tense. | |
| * Simple filter does not support irregular verbs such as eat-ate, fly-flew, etc. | |
| * http://jsfiddle.net/bryan_k/0xczme2r/ | |
| * | |
| * @param {String} value The value string. | |
| */ | |
| Vue.filter('past-tense', function(value) { | |
| // Slightly follows http://www.oxforddictionaries.com/us/words/verb-tenses-adding-ed-and-ing | |
| var vowels = ['a', 'e', 'i', 'o', 'u']; |
| [{"name":"members","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c611","order":0}],"relation":[],"seeding":[]}] |
| [{"name":"members","color":"Red","position":{"x":500,"y":262},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c611","order":0},{"name":"first_name","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":true,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c639","order":1},{"name":"points","type":"bigInteger","length":"","defaultvalue":"0","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":true,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c647","order":2}],"relation":[{"extramethods":"","foreignkeys":"","name":"actions","relatedmodel":"actions","relationtype":"belongsToMany","usenamespace":""},{"extramethods":"","foreignkeys":"","name":"badges |