Support finding content by integration in search
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with the content_search() entry point and the get_integrations() examples in the issue, then review the requirements in posit-dev/connect#33181. Done means the search endpoint can accept an integration, with the get_content_for_integration() shorthand resolved consistently with the superseded #433 and #441 work.
Written by the indexing model from the issue text.
Description
Support passing an integration to the function implementing the content search endpoint.
client <- connect()
integration <- get_integrations(client)[[1]]
list_of_content_for_integration <- content_search(client, integration = integration)
There's a possibility we'd also want to implement a get_content_for_integration() function as a shorthand (possible because integration objects have a copy of the client).
client <- connect()
content_for_integration <- get_integrations(client)[[1]] |>
get_content_for_integration()
- Follow-on to #272 (implementing content search)
- Supersedes #433 and #441 (previous issue and PR for a
get_content_for_integration()-style function) - Requires https://github.com/posit-dev/connect/issues/33181 (supporting integrations in content search)
- Dominant language
- R
- Stars
- 54
- Forks
- 27
- Avg merge
- 1d 3m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from posit-dev/connectapi
-
Difficulty 1/5 Under an hour Newbie friendliness 62/100
posit-dev/connectapi#249 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
posit-dev/connectapi#527 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
posit-dev/connectapi#526 · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
posit-dev/connectapi#506 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
posit-dev/connectapi#486 ·
All issues in posit-dev/connectapi
Similar issues
-
documentation pkg infrastructure
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
epiverse-trace/epiparameter#511 ·
-
function:write_dwc
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Urgent request: Due to vulnerabilities move to API version 12.6.1 (12.6.2 eventually) or 13.1.1 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
jbkunst/highcharter#849 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100