![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@mintbase-js/data
Advanced tools
[//]: # { "title": "@mintbase-js/data", "order": "2" }
Built-in methods to help fetch data from our indexer.
For as long as we have had an indexer, we have relied on GraphQL to provide Mintbase Builders with a flexible and efficient way to query data any way they like.
method name | params | description |
---|---|---|
ownedNftsByStore | ownerId: string,contractAddress: string, pagination: {limit: number, offset:number} | get all nfts from a single store |
ownedTokens | ownerId: string,{limit: number, offset:number} | get all tokens/nfts from a owner |
tokenById | tokenId: string, contractAddress: string | get token data by id of certain contract |
tokenListingCountsByMetaId | metadataId: string | get token listings from metadata id |
tokensByStatus | metadataId: string, ownedBy: string | get token by status on metadataId, and owner |
While we will continue to provide public and our new mb_views schema objects, we will also begin to introduce helper methods here that can be used to query data without having to write any graphql.
For now, reference our existing graphql docs and be sure to check back here soon for updates concerning our data layer API.
FAQs
Query wrappers for Mintbase JS SDK
The npm package @mintbase-js/data receives a total of 585 weekly downloads. As such, @mintbase-js/data popularity was classified as not popular.
We found that @mintbase-js/data demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.