Skip to content
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

Add Celery to Media #388

Closed
wants to merge 4 commits into from
Closed

Conversation

ajain1921
Copy link
Contributor

Summary

Description of PR here...
Closes #85, Closes #22

Changes

  • Item 1
  • Item 2
  • Item 3

Screenshots

(Insert image, only for frontend)

Requests / Responses

Request
(Only for backend)
POST /api/users Returns a list of users

{
  "data": {
    "attributes": {
      "name": "The Dude",
      "email": "[email protected]",
      "password": "hellopassword"
    }
  },
  "type": "users"
}

Response
(Only for backend)
HTTP/1.1 200 OK

{
  "data": {
    "type": "users",
    "id": "4",
    "attributes": {
      "name": "The Dude",
      "email": "[email protected]",
      "last-logged-in": null,
      "created-at": "2016-10-20T17:45:08.190Z",
      "updated-at": "2016-10-20T17:45:08.190Z"
    },
    "links": {
      "self": "/users/4"
    }
  }
}

@ajain1921 ajain1921 closed this Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants