Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR polishes the API client by renaming generated endpoint functions to shorter names, updating the default base URL, and enhancing the Orval transformer to strip redundant prefixes from operation names.
- Rename all endpoint exports and corresponding result types to remove repetitive prefixes (e.g.,
yieldsGetYields→getYields). - Update
customFetchdefaultbaseURLfromapi.stakek.ittoapi.yield.xyz. - Enhance
orval.config.tstransformer to clean up and normalize operation names.
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/api/index.ts | Renamed endpoint functions and result type aliases to simpler names. |
| src/api-client.ts | Updated default baseURL in customFetch to new domain. |
| orval.config.ts | Improved transformer logic to strip controller and common prefixes and ensure lowercase names. |
| example/index.ts | Updated example call to use new function names. |
| README.md | Updated code samples to reflect renamed endpoints and new base URL. |
Comments suppressed due to low confidence (1)
README.md:76
- This code block mixes TypeScript type annotations inside an object literal, which is invalid syntax. Consider replacing these annotations with concrete example values or separate the type signature from usage.
network?: string;
petar-omni
approved these changes
Jul 9, 2025
Contributor
|
@Philippoes lets add |
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.