near / near-enhanced-api-server

https://console.pagoda.co/apis?tab=enhancedApi#/
18 stars 6 forks source link

fix: fix type mismatch problem #69

Closed roshaans closed 1 year ago

roshaans commented 1 year ago

Paperclip seems to have a bug where its overwriting the return types in the different services (NFT, FT, Native) as they are the same name: HistoryResponse. The reason why NFT response type is showing for FT as well as Native History endpoints was because NFT was the last registered service.

I changed the names to unique names now corresponding to their services e.g In FT service HistoryResponse -> FtHistoryResponse