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

docs: add specific types to numbers in SDK API docs #1152

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

abhaysood
Copy link
Contributor

Description

  • Updates SDK API documentation to use specific types for numeric values, instead of "number".
  • Also reviewed if any type has potential to overflow in golang - no issues found.

Related issue

closes #1148

@abhaysood abhaysood added the docs user facing documentation label Aug 29, 2024
@abhaysood abhaysood requested a review from detj August 29, 2024 11:54
@abhaysood abhaysood self-assigned this Aug 29, 2024
Copy link

vercel bot commented Aug 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 11:54am

@abhaysood abhaysood merged commit 74dc8bc into main Aug 29, 2024
4 checks passed
@abhaysood abhaysood deleted the update-types branch August 29, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs user facing documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Update type for all "number" to a specific int or float type in SDK API docs
2 participants