-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
85 additions
and
17 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
File renamed without changes.
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 |
---|---|---|
@@ -1 +1 @@ | ||
vinsg/onboard-cli,vinsg/onboardTest,vinsg/onboard-cli,vinsg/test-onboard | ||
vinsg/onboard-cli,vinsg/test,vinsg/test2 |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
import io.ktor.client.* | ||
|
||
/* | ||
Creating an HttpClient with a platform specific implementation | ||
/** | ||
* Creating an [httpClient] with a platform specific implementation. | ||
* @param config Platform specific [HttpClientConfig] | ||
*/ | ||
expect fun httpClient(config: HttpClientConfig<*>.() -> Unit): HttpClient |
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
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 |
---|---|---|
@@ -1 +1,10 @@ | ||
https://github.com/vinsg/edit-owners/blob/main/token-guide.md | ||
# Personal Access Token Guide | ||
|
||
How to get your GitHub Personnal Access Token and active SSO. | ||
|
||
1. on GitHub go into the settings https://github.com/settings/tokens | ||
2. Click "Generate new token" | ||
3. Give "Repo" scope permission | ||
4. Once created save the token **DON'T CLOSE THE PAGE** | ||
5. If you are using SSO at your organization, click the "Configure SSO" dropdown next to the token and authorize the | ||
token with your org. |