Skip to content

det-4172: expanded software sync#1302

Merged
tangtan2 merged 3 commits intomainfrom
det-4172
Apr 8, 2026
Merged

det-4172: expanded software sync#1302
tangtan2 merged 3 commits intomainfrom
det-4172

Conversation

@tangtan2
Copy link
Copy Markdown
Contributor

@tangtan2 tangtan2 commented Apr 7, 2026

  • add new API to SDK/CLI

"--limit", default=100, help="maximum number of results to return", type=int
)
@click.option("--offset", default=0, help="number of results to skip", type=int)
@click.option("--odata_filter", help="OData filter string")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alpha

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the order in all of the other list functions!!!! im not gonna change it im sorry

"$skip": skip,
}

res = self.get(f"{self.account.hq}/scm/software", params=params, timeout=30)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api will timeout before this right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we have a bunch of timeout=30 throughout the sdk, is that good or is it better to make it shorter than the api timeout?

@tangtan2 tangtan2 merged commit 56af875 into main Apr 8, 2026
@tangtan2 tangtan2 deleted the det-4172 branch April 8, 2026 21:27
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