Skip to content

Instantly share code, notes, and snippets.

@mitchtabian
Last active September 10, 2019 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchtabian/78d7dcbeab4135c055ff6422238a31f9 to your computer and use it in GitHub Desktop.
Save mitchtabian/78d7dcbeab4135c055ff6422238a31f9 to your computer and use it in GitHub Desktop.
https://<your-domain>/api/blog/create
{
"response": "created",
"pk": 48,
"title": "Arizona Desert",
"body": "This is an image of the Arizona desert. It's very red. I don't know what else to say about it.",
"slug": "mitch-arizona-desert",
"date_updated": "2019-09-10T16:49:12.583876Z",
"image": "https://nyc3.digitaloceanspaces.com/open-api-spaces/open-api-static/blog/1/Arizona_Desert-arizona_dessert.jpg",
"username": "mitch"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment