Skip to content

feat: add missing API endpoints#31

Open
SaeedHK2 wants to merge 3 commits intomasterfrom
saeed/update-endpoints
Open

feat: add missing API endpoints#31
SaeedHK2 wants to merge 3 commits intomasterfrom
saeed/update-endpoints

Conversation

@SaeedHK2
Copy link
Collaborator

Summary

  • Add 5 API endpoints documented at developers.hrflow.ai but missing from the Python SDK:
    • client.workflow.list() — GET /workflows — Find Workflows in a Workspace
    • client.job.grading.get() — GET /job/grading — Grade Jobs in a Board for a Profile
    • client.profile.upskilling.get() — GET /profile/upskilling — Explain a Profile recommendation for a Job
    • client.job.upskilling.get() — GET /job/upskilling — Explain a Job recommendation for a Profile
    • client.text.geocoding.post() — POST /text/geocoding — Geocode a location text

Details

New files:

File Class Endpoint
hrflow/workflow/__init__.py Workflow GET /workflows
hrflow/job/grading.py JobGrading GET /job/grading
hrflow/profile/upskilling.py ProfileUpskilling GET /profile/upskilling
hrflow/job/upskilling.py JobUpskilling GET /job/upskilling
hrflow/text/geocoding.py TextGeocoding POST /text/geocoding

SaeedHK2 and others added 2 commits February 12, 2026 10:22
…eocoding)

Add 5 endpoints that were present in the HrFlow API docs but missing from the SDK:
- GET /workflows (client.workflow.list)
- GET /job/grading (client.job.grading.get)
- GET /profile/upskilling (client.profile.upskilling.get)
- GET /job/upskilling (client.job.upskilling.get)
- POST /text/geocoding (client.text.geocoding.post)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@SaeedHK2 SaeedHK2 changed the title feat: add missing API endpoints (workflow, job grading, upskilling, g… feat: add missing API endpoints Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant