create a new WebhookTestResultItem, and return that rather than returning the raw http response

Open
#555 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python
Domain
api

Research direction

Start by tracing the new webhook test endpoint and review the implementation discussed in pull request #532 to find where the raw HTTP response is returned. The work is done when the response is parsed into a WebhookTestResultItem and the endpoint returns that item instead of the raw response.

Written by the indexing model from the issue text.

Description

enhancement good first issue

Just came across this while verifying the new endpoint:
I think we should parse the response, create a new WebhookTestResultItem, and return that rather than returning the raw http response. Maybe as a subclass within the webhookItem?

Originally posted by @shinchris in https://github.com/tableau/server-client-python/pull/532

Dominant language
Python
Stars
716
Forks
446
Avg merge
8d 8h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from tableau/server-client-python

All issues in tableau/server-client-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.