cloudfoundry / cloudfoundry/cf-java-client
Add support for Include parameter in GET calls
Open
Nobody has claimed this yet.
client
enhancement
triaged
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
The include parameter would allow to fetch all the needed information in one call:
https://v3-apidocs.cloudfoundry.org/version/3.75.0/index.html#include
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start with the Cloud Foundry v3 API documentation linked in the issue, then locate how GET requests are constructed in the client. Determine where an Include parameter can be accepted and propagated, and verify that callers can fetch the requested related information in one call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100