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

Add more customization to Api class methods #242

Open
aik099 opened this issue Jan 25, 2025 · 0 comments
Open

Add more customization to Api class methods #242

aik099 opened this issue Jan 25, 2025 · 0 comments
Milestone

Comments

@aik099
Copy link
Member

aik099 commented Jan 25, 2025

Current situation:

  1. the Jira API endpoints have a vast set of supported parameters (for POST requests there is a possibility to specify also GET parameters)
  2. the Api class methods that perform GET Jira API calls provide limited configurability, e.g.
    • only several common parameters can be specified
    • sometimes there is $params parameter for specifying additional query params
  3. the Api class methods that perform POST Jira API calls provide limited configurability, e.g.
    • only several common parameters can be specified
    • sometimes there is $params parameter for specifying additional POST data
    • no way to specify query parameters

This has resulted in some issues:

Solution

  1. Support passing of query string parameters in API calls #220
  2. Using builder pattern & fluid interface #223
@aik099 aik099 modified the milestones: v3.0.0, v2.1.0 Jan 25, 2025
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

No branches or pull requests

1 participant