UploadPackageRequest in V3 does not have List<Resource> field

Open
#957 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

Start by inspecting the UploadPackageRequest class and comparing its fields with the Cloud Foundry V3 upload-package-bits API documentation linked in the issue. Determine how the optional Resource list is represented in the client request, then verify that the request can send it along with bits and packageId.

Written by the indexing model from the issue text.

Description

client enhancement triaged

As you can see from this link you can pass optionally list of Resouces which exist in Cloud Controller cache but in the _UploadPackageRequest class there is only fields for bits and packageId. Is there another approach to add List of Resource in UploadPackageRequest or this is missing feature of the client?

Dominant language
Java
Stars
334
Forks
319
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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 cloudfoundry/cf-java-client

All issues in cloudfoundry/cf-java-client

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.