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

API for Jobs #77

Closed
wants to merge 17 commits into from
Closed

API for Jobs #77

wants to merge 17 commits into from

Conversation

yaminaik
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Nov 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inet-monday-fall2023-team-1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2023 8:26pm

@yaminaik
Copy link
Contributor Author

The JobView class is an API view that allows pet owners to create/get/delete their jobs for pet sitting

  • Method: POST

  • Endpoint: /jobs/

  • Create a new job for particular pet

  • image

  • Method: GET

  • Endpoint: /jobs/

  • Get the job detail for particular pet if id is provided in body or Get all jobs if nothing provided
    image
    image

*Method: Delete
*Endpoint: /jobs/
*Delete particular job by providing id in body
image

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.

2 participants