Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created June 27, 2019 15:38
Show Gist options
  • Save Zayon/abf0eb6c9950a7b7e4230a37b7ed048c to your computer and use it in GitHub Desktop.
Save Zayon/abf0eb6c9950a7b7e4230a37b7ed048c to your computer and use it in GitHub Desktop.
Introducing SharingContext 2
When I send a "POST" request to "/products/" with body:
"""
{
"name": "Super cool drill",
"price": 249.99,
"category": {{ category_tools.id }}
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment