feat(Streams): add methods and types for Streams#682
Merged
Conversation
Comment on lines
+38
to
+39
| /** @todo update to production when released */ | ||
| url: 'https://transfer.api.test.globuscs.info/v2/openapi.json', |
Member
There was a problem hiding this comment.
I believe this can be swapped now – https://transfer.api.globus.org/v2/openapi.json
| return serviceRequest( | ||
| { | ||
| service: ID, | ||
| scope: SCOPES.ALL, |
Member
There was a problem hiding this comment.
Swap scope for resource_server: RESOURCE_SERVERS.TRANSFER
globus-sdk-javascript/src/services/shared.ts
Lines 32 to 45 in ce6b745
Contributor
Author
There was a problem hiding this comment.
Not sure why I didn't get that deprecation warning. Fixed now.
theroncross
commented
Nov 13, 2025
| /** | ||
| * Start a tunnel that's in the `AWAITING_LISTENER` state. | ||
| */ | ||
| export const start = function ( |
Contributor
Author
There was a problem hiding this comment.
I wasn't sure if we should just have an update method that takes a standard options, where the consumer has to build the entire payload, or more RPC-like calls likes this.
jbottigliero
approved these changes
Nov 18, 2025
jbottigliero
pushed a commit
that referenced
this pull request
Nov 18, 2025
🤖 I have created a release *beep* *boop* --- ## [6.2.0](v6.1.0...v6.2.0) (2025-11-18) ### Features * **Search, Typescript:** add type generic to search.query.post ([#647](#647)) ([94133f2](94133f2)) * **Streams:** add methods and types for Streams ([#682](#682)) ([ee563ca](ee563ca)) ### Bug Fixes * **Transfer, Typescript:** transfer.endpointSearch return type ([#664](#664)) ([f001164](f001164)) * Update Compute host for OpenAPI spec and documentation ([#659](#659)) ([d7f614f](d7f614f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.