Skip to content

Instantly share code, notes, and snippets.

View RobbieTheWagner's full-sized avatar
🚢
🐙

Robbie Wagner RobbieTheWagner

🚢
🐙
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rwwagner90 on github.
  • I am rwwagner90 (https://keybase.io/rwwagner90) on keybase.
  • I have a public key ASAP1al_vSBLmDPRW9JEi6DdBhhO4hQVJEmhDIOvxQiKZgo

To claim this, I am signing this object:

@RobbieTheWagner
RobbieTheWagner / LI-sample.js
Last active August 10, 2018 16:16
Nested JSONAPI Relationships
rawPayload = {
urn: 'a:1',
title: 'foo title',
series: {
urn: 'b:2',
publishFrequency: {
duration: '1',
unit: 'WEEK'
},
description: 'my desc'
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
0 info it worked if it ends with ok
1 verbose cli [ '/Users/rwwagner/.nvm/v0.12.0/bin/node',
1 verbose cli '/Users/rwwagner/.nvm/v0.12.0/bin/npm',
1 verbose cli 'publish' ]
2 info using npm@2.5.1
3 info using node@v0.12.0
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec { raw: '.',