-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adds personio_v2 provider (#3089)
<!-- Describe the problem and your solution --> The base url for the `Personio` provider was including the `v1` path so I was not able to make calls to the the `v2` of the api. To not break it for the current users I have followed the same approach that you have used with the twitter api and decided to create the provider for the api `v2` version. --------- Co-authored-by: Samuel Bodin <[email protected]>
- Loading branch information
1 parent
bc63a21
commit 5a224b6
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
personio.svg |