6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
exp/expertgood first issuehelp wantedkind/enhancement
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
I've wanted a PathArg type for the commands libs that will validate that the content its passed is a valid ipfs path, and allow typed access to that to the consumers of the cmds.Request
Contributor guide
- Research direction
- Examine existing command argument types in the commands library (e.g., StringArg, IntArg) and implement a PathArg that validates IPFS paths (e.g., /ipfs/, /ipns/). Look at how the Request struct consumes argument types and add the new type.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoIPFS path concepts