-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: token endpoint added for SolanaApi #60
base: main
Are you sure you want to change the base?
Conversation
Some of my questions are as follows -
|
public ApiClient ApiClient { get; set; } | ||
|
||
|
||
public async UniTask<TokenPrice> GetTokenPrice(NetworkTypes network, string address) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow coding practices in other files - braces should be on a new line.
Runtime/SolanaApi/Api/TokenApi.cs
Outdated
|
||
namespace MoralisUnity.SolanaApi.Api | ||
{ | ||
public class TokenApi : ITokenApi; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add descriptive comments to all public classes and methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your submission - please see comments
Work done
Work in progress