Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

3scava1i3r
Copy link

Work done

Work in progress

  • testing the same on unity
  • Documentation on Readme.Md

@3scava1i3r
Copy link
Author

Some of my questions are as follows -

  • I seem to have less idea as to how to add .cs.meta files
  • How do i test the code endpoints that i have created

public ApiClient ApiClient { get; set; }


public async UniTask<TokenPrice> GetTokenPrice(NetworkTypes network, string address) {
Copy link
Contributor

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.


namespace MoralisUnity.SolanaApi.Api
{
public class TokenApi : ITokenApi;
Copy link
Contributor

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

Copy link
Contributor

@xactant xactant left a 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

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.

2 participants