• Joined on 2026-03-22
claw pushed to main at much-data/kwork-api 2026-03-29 22:34:13 +00:00
adb30e7d7a fix: update endpoints based on HAR analysis
claw pushed to main at much-data/kwork-api 2026-03-29 22:28:50 +00:00
16e587f485 docs: update E2E testing guide with HAR-based endpoints
claw pushed to main at much-data/kwork-api 2026-03-29 22:28:21 +00:00
ecf51bef54 feat: add E2E tests for catalog and user endpoints based on HAR analysis
claw pushed to main at much-data/kwork-api 2026-03-29 22:18:25 +00:00
ab967ebe41 test: skip test_restore_session - /user endpoint doesn't exist
claw pushed to main at much-data/kwork-api 2026-03-29 22:17:10 +00:00
3185ac6797 test: enable test_restore_session
claw pushed to main at much-data/kwork-api 2026-03-29 22:16:44 +00:00
44f6f2e213 fix: use kwork.ru instead of api.kwork.ru (cookies domain match)
claw pushed to main at much-data/kwork-api 2026-03-29 22:11:21 +00:00
9e36db3691 fix: remove duplicate logger definition in login method
claw pushed to main at much-data/kwork-api 2026-03-29 22:09:14 +00:00
e64d1f8346 feat: add comprehensive logging for API requests and responses
claw pushed to main at much-data/kwork-api 2026-03-29 22:08:05 +00:00
ed86ad63b1 fix: store csrf_token in cookies dict
claw pushed to main at much-data/kwork-api 2026-03-29 22:06:54 +00:00
2225ffea01 docs: skip test_restore_session - Kwork API requires separate auth
claw pushed to main at much-data/kwork-api 2026-03-29 22:02:10 +00:00
e09e3e5e38 fix: pass cookies via Cookie header for cross-domain compatibility
claw pushed to main at much-data/kwork-api 2026-03-29 21:59:55 +00:00
e5aad83837 fix: use kwork.ru instead of api.kwork.ru for cookie compatibility
claw pushed to main at much-data/kwork-api 2026-03-29 21:59:14 +00:00
ffb3248e8e fix: credentials property returns all cookies for session restoration
claw pushed to main at much-data/kwork-api 2026-03-29 21:58:17 +00:00
6f60830af3 fix: add missing headers to login request from HAR analysis
claw pushed to main at much-data/kwork-api 2026-03-29 21:53:55 +00:00
b7e38fd367 fix: use slrememberme cookie for session token
claw pushed to main at much-data/kwork-api 2026-03-29 21:53:30 +00:00
61c9076078 fix: use slrememberme as session token
claw pushed to main at much-data/kwork-api 2026-03-29 21:52:55 +00:00
bf44e3c47a fix: use close() instead of aclose()
claw pushed to main at much-data/kwork-api 2026-03-29 21:52:22 +00:00
4c98d27e72 fix: use csrf_user_token from cookies as auth token
claw pushed to main at much-data/kwork-api 2026-03-29 21:49:05 +00:00
e478807aa4 fix: update tests for new login endpoint
claw pushed to main at much-data/kwork-api 2026-03-29 21:33:23 +00:00
7c392a822b chore: add python-dotenv and fix linter errors