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

Demonstrate how to get help center articles using the php client #536

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

token-cjg
Copy link
Contributor

@token-cjg token-cjg commented Sep 23, 2024

Thank you @adnen-chouibi for pinpointing this gap in the samples per comment here: #390 (comment)

Description

Demonstrate how to get help center articles by section_id

  • We need to wrap the client in a help center resource, otherwise the request
    will not have what it needs to retrieve all articles, rather than a given
    section
  • Provide a specific example demonstrating how to list articles by section_id

References

Risks

  • Low: Added a sample only, does not impact functionality of php client

@token-cjg token-cjg marked this pull request as ready for review September 23, 2024 01:50
@token-cjg token-cjg requested a review from a team as a code owner September 23, 2024 01:50
@token-cjg token-cjg force-pushed the cgoddard/example-get-help-center-articles branch from 5d65054 to 29793f2 Compare September 23, 2024 03:24
- We need to wrap the client in a help center resource, otherwise the request
  will not have what it needs to retrieve all articles, rather than a given
  section
- Provide a specific example demonstrating how to list articles by section_id
@token-cjg token-cjg force-pushed the cgoddard/example-get-help-center-articles branch from 29793f2 to ef7b783 Compare September 23, 2024 03:28
@token-cjg token-cjg merged commit 3a50ecd into master Sep 23, 2024
3 checks passed
@token-cjg token-cjg deleted the cgoddard/example-get-help-center-articles branch September 23, 2024 04:07
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