![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.
@conio/web-sdk
Advanced tools
This is the official Conio web sdk, designed to work on browser. Install this deps and use with some popular module bundler like webpack, parcel or rollup. The sdk help you to manage authentication flow, tokens and provide an easy way to interact with conio api.
npm i @conio/web-sdk
or yarn add @conio/web-sdk
node >= 20
yarn 1.x | npm >= 10.2.3
Create conio object:
import { Conio, ConioConfiguration } from '@conio/web-sdk'
const baseUrl = "https://api.example.endpoint"
const bitcoinNetwork = "TESTNET" // or "MAINNET"
const sdkScope = "B2C" // or "B2B"
const conio = new Conio({ baseUrl, sdkScope })
conio object provides some interfaces:
...
const conio = new Conio(conf)
const { userService, walletService, exchangeService } = conio
userService
provide login() and getLegalAcceptances() and signUp()walletService
provide activityList()tradingPriceService
provide historicalPrices(), cryptoCurrenciesMetadata()We develop the library using jest with node as engine. To add new feature we create new test-case and develop the feature until the test become green (Yes is TDD approch). The development should use conventional commit. The process to release a new version can start with npm run release
witch follow release-it flow and generate/edits CHANGELOG.md
npm run build
– bundle the library using microbundle. Follow the instruction of microbundle js in its homepage)npm run test-watch
– develop a test in TDD approchnpm run generate-client
- using open-api generator installed globally, this command generare the client part based on openapi.yaml. This command is necessary to start development.npm run release
- it run step-by-step release-it flow. Use right bumb proposed version.Schema can be fetched at https://magellanov2.conio.com/_openapi or prod equivalent
FAQs
conio SDK for web
The npm package @conio/web-sdk receives a total of 5 weekly downloads. As such, @conio/web-sdk popularity was classified as not popular.
We found that @conio/web-sdk 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.