anomalyco / anomalyco/models.dev
Add baseURL to providers
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
Providers currently have an id which is just a kebab-case name, but their globally-unique ID is actually their API baseURL. Including the baseURL on providers would help with matching provider data to user-configured providers.
Contributor guide
No contributing guide indexed for this repository
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 locating the provider definitions and the code that currently uses each provider's kebab-case id. Check how provider data is represented and matched to user-configured providers. Done means providers expose their API baseURL as the globally unique identifier needed for matching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100