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

feat: get /resume/experience/{#} #26

Merged

Conversation

leesamuel423
Copy link
Contributor

@leesamuel423 leesamuel423 commented Jan 31, 2025

Description

Testing

Endpoint:
GET http://127.0.0.1:5000/resume/experience/0

Expected Stub:

{
    "company": "A Cool Company",
    "description": "Writing Python Code",
    "end_date": "Present",
    "logo": "example-logo.png",
    "start_date": "October 2022",
    "title": "Software Developer"
}

-return a specific experience when a GET request is made with an index as an input
- experience returned in json format
Copy link
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

app.py Show resolved Hide resolved
@Pradyuman7
Copy link
Collaborator

@leesamuel423 Please resolve the conflicts here and then feel free to merge

@Pradyuman7 Pradyuman7 merged commit 839eeda into MLH-Fellowship:main Feb 5, 2025
1 of 2 checks passed
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