mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
chore(freehire-search): point at freehire.me (domain migrated from freehire.dev) (#229)
freehire moved its primary domain from freehire.dev to freehire.me. Update the freehire-search skill's default API base URL, help text, docs, and examples. Backward-compatible: FREEHIRE_API_URL still overrides the base (self-hosting), and normalizeSlug is host-agnostic so pasted freehire.dev/jobs/<slug> URLs still resolve. The GitHub repo link (github.com/strelov1/freehire) is unchanged. All 27 CLI tests pass; the freehire.me API answers 200 for /jobs/search + /jobs/facets.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# freehire.dev API reference
|
||||
# freehire.me API reference
|
||||
|
||||
The endpoints, parameters, and response shapes this skill depends on. This is the
|
||||
file to update if the freehire API changes. Base URL defaults to
|
||||
`https://freehire.dev` and is overridable via the `FREEHIRE_API_URL` env var.
|
||||
`https://freehire.me` and is overridable via the `FREEHIRE_API_URL` env var.
|
||||
|
||||
## Authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user