mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
Add migration notice to README
This commit is contained in:
parent
0c2f30640a
commit
10e952164f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
**NOTICE**: This repository has been moved to [https://code.adriano.fyi/me/kombo-ruby-sdk](https://code.adriano.fyi/me/kombo-ruby-sdk). Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest.
|
||||
|
||||
# Kombo.dev Ruby SDK
|
||||
|
||||
This is a Ruby SDK from [Kombo's OpenAPI spec](https://api.kombo.dev/openapi.json).
|
||||
|
|
@ -37,4 +39,4 @@ client = Kombo::ApiClient.new(config)
|
|||
|
||||
**Example: Get all employees using the unified HRIS API**
|
||||
|
||||
`hris.get_hris_employees('<INTEGRATION ID>')`
|
||||
`hris.get_hris_employees('<INTEGRATION ID>')`
|
||||
Loading…
Reference in a new issue