Skip to content

Commit

Permalink
Merge pull request #56 from AndreasFischer1985/main
Browse files Browse the repository at this point in the history
Update curl example
  • Loading branch information
AndreasFischer1985 authored Aug 6, 2024
2 parents 7c2215c + ae364f8 commit e5c54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ Mehrere Semikolon-separierte Werte möglich (z.B. arbeitszeit=vz;tz).
### Beispiel:
```bash
jobs=$(curl -m 60 \
-H "OAuthAccessToken: $token" \
-H "X-API-Key: jobboerse-jobsuche" \
'https://rest.arbeitsagentur.de/jobboerse/jobsuche-service/pc/v4/jobs?angebotsart=1&wo=Berlin&umkreis=200&arbeitszeit=ho;mj&page=1&size=25&pav=false')
```

0 comments on commit e5c54e5

Please sign in to comment.