You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApiV0PinLs has arg as required argument, while https://docs.ipfs.io/reference/api/http/#api-v0-pin-ls states that it is optional. By enforcing the arg parameter one is unable to list all pinned objects of a node. Would it be possible to rectify this? Is editing the file and sending a PR an option or would those changes be lost because you run the auto-gen?
The text was updated successfully, but these errors were encountered:
Please do send a PR. As it turned out, there is only limited value in generating code for the IPFS API - they don't maintain a swagger (or similar) spec, and it is virtually impossible to guess the return types of all the endpoints. So, going forward, we'll have to maintain this library by hand (for which we don't have much resources at the moment, though).
ApiV0PinLs
hasarg
as required argument, while https://docs.ipfs.io/reference/api/http/#api-v0-pin-ls states that it is optional. By enforcing thearg
parameter one is unable to list all pinned objects of a node. Would it be possible to rectify this? Is editing the file and sending a PR an option or would those changes be lost because you run the auto-gen?The text was updated successfully, but these errors were encountered: