Skip to content

Conversation

@gorskysd
Copy link
Contributor

Mostly just to make our lives easier.

@gorskysd gorskysd requested a review from rmoneys November 15, 2023 01:30
Comment on lines +147 to +152
def get_project_submissions(self, project_id: str, params: dict = None) -> dict:
return self._send(
self._client.build_request(
"GET", f"/v1/projects/{project_id}/submissions", params=params
)
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one doesn't get used (yet), but I included for parity with the get_project_recommendations method elsewhere in this file.

)
)

def get_project_submissions(self, project_id: str, params: dict = None) -> dict:
Copy link
Contributor

Choose a reason for hiding this comment

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

**params might make for a friendlier interface so long as we don't want to call any params out.

@gorskysd gorskysd merged commit ec6e211 into main Nov 16, 2023
@gorskysd gorskysd deleted the PROD-1363-add-get-submission-operation-to-the-library branch November 16, 2023 02:24
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.

3 participants