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: Add Job Creator support endpoints to the Solver #498

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kelindi
Copy link
Contributor

@kelindi kelindi commented Jan 26, 2025

This pull request makes the following changes to support the Job Creation Flow and API:

  • Adds the following routes:
    /job_offers/{id}
    Lets you fetch jobOffer information and deal status with a Job Offer ID
    /job_offers/{id}/results
    Lets you fetch the results for a job with a Job Offer ID

@kelindi kelindi self-assigned this Jan 26, 2025
@kelindi kelindi requested a review from a team as a code owner January 26, 2025 00:26
@cla-bot cla-bot bot added the cla-signed label Jan 26, 2025
@kelindi kelindi requested a review from bgins January 26, 2025 00:26
@bgins bgins changed the title Add Job Creator support endpoints to the Solver feat: Add Job Creator support endpoints to the Solver Jan 28, 2025
pkg/solver/server.go Outdated Show resolved Hide resolved
pkg/solver/server.go Outdated Show resolved Hide resolved
Copy link
Contributor

@bgins bgins left a comment

Choose a reason for hiding this comment

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

Looks good! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants