XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
144 stars 83 forks source link

Remove deprecated request functions (attempt 2) #581

Closed JST5000 closed 1 year ago

JST5000 commented 1 year ago

High Level Overview of Change

Remove requests that were deprecated for the 2.0 release.

Context of Change

Many request wrappers were just as complicated to use, and their return types were too simplistic in many situations. Instead, we recommend directly calling the request with a Request object and client.request.

Type of Change

Test Plan

CI Passes