We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we are using empty interface to access REST API.
https://github.com/gostudent/Grypto/blob/master/main.go#L40-L45
In this issue, you need to use JSON Struct to access REST API. There's a clue in the comments.
Read these before implementing it:-
Ask If you have any doubt
The text was updated successfully, but these errors were encountered:
I'd like to try this out! Could you assign this to me so that I can try?
Sorry, something went wrong.
Go Ahead @rahulkumaran
I would like to take this issue
No branches or pull requests
Right now we are using empty interface to access REST API.
https://github.com/gostudent/Grypto/blob/master/main.go#L40-L45
In this issue, you need to use JSON Struct to access REST API. There's a clue in the comments.
Read these before implementing it:-
Ask If you have any doubt
The text was updated successfully, but these errors were encountered: