Closed diehuxx closed 8 months ago
All other endpoints that return data follow the pattern of returning items inside { data: <stuff> }.
{ data: <stuff> }
does this need to trickle through to implementations?
tbdex-kt is good to go
tbdex-js is good to go
tbdex-swift is good to go
All other endpoints that return data follow the pattern of returning items inside
{ data: <stuff> }
.