-
Notifications
You must be signed in to change notification settings - Fork 14
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
Document Ethereum API #11
Comments
To document the process of implementing a GET request to
This outline should provide a solid foundation for documenting the API usage. Feel free to adjust the content according to the specific needs of your project or audience. From Maige. How's my driving? |
hey Maige, can you open a PR to solve this issue |
Hello @0xaaiden, thank you for your request. I'll start by suggesting a solution for the documentation of the Ethereum API GET request. Suggested Solution:
// Example GET request
fetch('https://api-c.walletlabels.xyz/ethereum/label?address=<Your-Ethereum-Address>')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
I will now proceed to label the issue appropriately and dispatch an engineer to open a PR with these changes. From Maige. How's my driving? |
Engineer dispatched. See details on the Maige dashboard.
|
I need to add documentation on how to use and implement a GET request to https://api-c.walletlabels.xyz/ethereum/label to retrieve labels for a specific ethereum address.
The text was updated successfully, but these errors were encountered: