-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation on shoebox. #762
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few small suggestions, but otherwise seems good to me!
README.md
Outdated
// must deep-copy for clean serialization. | ||
return JSON.parse(JSON.stringify(result)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// must deep-copy for clean serialization. | |
return JSON.parse(JSON.stringify(result)); | |
// must deep-copy for clean serialization. | |
return JSON.parse(JSON.stringify(result)); |
README.md
Outdated
the Application Adapter as shown below. | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Application Adapter as shown below. | |
``` | |
the Application Adapter as shown below. | |
```js |
README.md
Outdated
the Application Adapter as shown below. | ||
``` | ||
export default class ApplicationAdapter extends JSONAPIAdapter.extend( | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... | |
// ...snip... |
@rwjblue updated per feedback |
LGTM! Thanks for doing this. @rwjblue does this look good to you? |
changes:
#761