-
Notifications
You must be signed in to change notification settings - Fork 543
Add docs agents and llms docs for insight #5881
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
Add docs agents and llms docs for insight #5881
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5881 +/- ##
=======================================
Coverage 55.19% 55.19%
=======================================
Files 1123 1123
Lines 59622 59617 -5
Branches 5029 5027 -2
=======================================
- Hits 32906 32905 -1
+ Misses 25996 25992 -4
Partials 720 720
*This pull request uses carry forward flags. Click here to find out more. |
1. **Get All Transactions** | ||
|
||
```typescript | ||
GET / v1 / transactions; |
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.
There appears to be extra whitespace in the endpoint path GET / v1 / transactions;
. The correct format should be GET /v1/transactions
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
size-limit report 📦
|
Merge activity
|
--- title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" --- If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces documentation for the `thirdweb Insight` API, targeting agents and LLMs. It includes usage instructions, core concepts, API examples, query parameters, and error handling. ### Detailed summary - Added metadata for the page with title and description. - Provided API usage instructions for agents and LLMs. - Explained authentication methods (header, query parameter, bearer token). - Detailed core concepts including chain IDs and base response structure. - Included examples for Events API, Token Balance API, and filtering. - Documented API reference for Events and Transactions. - Listed common query parameters and filter types. - Explained error handling for API responses. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
6bf217e
to
fc66060
Compare
title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
How to test
Unit tests, playground, etc.
PR-Codex overview
This PR introduces documentation for the
thirdweb Insight
API, specifically targeting usage for agents and LLMs. It provides metadata, API usage instructions, core concepts, response structures, examples, query parameters, and error handling.Detailed summary
Chain IDs
andBase Response Structure
.Events API
,Token Balance API
, and complex filtering.