NEARBuilders / NEARBuilders/everything-dev
every-plugin: accept a url and get a typed client
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 6
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
It can query by the account, plugin id on fastkv registry; allow types gen to properly pull the types in
Right now, this depends on bos.config.json and then we are querying the plugins for the types export from ther emote module. To enable createClient via a path or url would require querying for the config first -- but we need this at build time...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing createClient and the current bos.config.json-based type lookup. Read how the fastkv registry is queried and how the types export is consumed at build time. Done means a path or URL can provide the configuration and support typed client generation without relying on bos.config.json.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100