-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update v1 sdk for stp changes and Add
fetchFollowSuggestions
and `f…
…etchFrameMetaTagsFromUrl` (#238) * remove stp as a seperate folder * Patch update: v1.70.1 * add fetchFollowSuggestions and fetchFrameMetaTagsFromUrl * feat: new method to fetch user's token balances (#239) * generate code * new model files * add new method to client * Bump up minor version * add networks model * update user api * update clients * base-mainnet -> base --------- Co-authored-by: Shreyaschorge <[email protected]> --------- Co-authored-by: Valerie Coffman <[email protected]>
- Loading branch information
1 parent
370529d
commit 71fc030
Showing
35 changed files
with
677 additions
and
716 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"withSeparateModelsAndApi": true, | ||
"apiPackage": "apis", | ||
"modelPackage": "models", | ||
"templateDir": "./templates", | ||
"modelPropertyNaming": "original", | ||
"ensureUniqueParams": true, | ||
"generateAliasAsModel": true, | ||
"additionalProperties": { | ||
"useSingleRequestParameter": true, | ||
"withInterfaces": true, | ||
"supportsES6": true, | ||
"paramNaming": "snake_case" | ||
} | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "1.70.0"; | ||
export const version = "1.71.0"; |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.