Sha256: 13781f20acda3c8596d1cdfd4ab85c8f107eb5eb596d114aa3a0e54a3023ad45
Contents?: true
Size: 444 Bytes
Versions: 5
Compression:
Stored size: 444 Bytes
Contents
Ext.define('GbZh.model.BitLy', { extend: 'Ext.data.Model', fields: [ { name: 'status_code', type: 'number' }, { name: 'status_txt', type: 'string' }, { name: 'data', type: 'string' }, { name: 'url', type: 'string' } ], proxy: { type: 'jsonp', url : 'http://api.bitly.com/v3/shorten?login=aquilo&apiKey=R_5279a97c3d1c4fb1f59f7b776c1ed569', reader: { type: 'json', root: '', record: 'data' } } });
Version data entries
5 entries across 5 versions & 1 rubygems