XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

Set default api_version in requests #2650

Closed khancode closed 4 months ago

khancode commented 4 months ago

High Level Overview of Change

Set default api_version in requests if not supplied. Default api_version will use buildVersion of what server the client is connected to.

Context of Change

Type of Change

Did you update HISTORY.md?

Test Plan