Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hugomontero
Copy link
Contributor

Description

Add new command to wrap api-service calls for downloading tachyon manufacturing backups.

NOTE

  • Api-service is not ready yet.

downloadManufacturingBackup({ deviceId, auth, headers, context }) {
return this.request({
uri:`/v1/devices/${deviceId}/backup_files`,
method: 'put',
Copy link
Member

Choose a reason for hiding this comment

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

I saw this and was surprised initially then remembered GET /v1/devices/${deviceId}/:something is taken up entirely by "get variable" :(

@hugomontero hugomontero force-pushed the feature/sc-135576/add-particle-api-js branch from a4aae39 to 338fae4 Compare October 2, 2025 21:27
@hugomontero hugomontero merged commit c3b9ce2 into master Oct 2, 2025
3 checks passed
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.

3 participants