-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rest): add README.md #3124
base: feat/add-rest-js
Are you sure you want to change the base?
Conversation
5f33054
to
a17272c
Compare
packages/rest/README.md
Outdated
"X-Cybozu-Authorization": procecc.env.KINTONE_AUTHORIZATION, | ||
// Use API token authentication | ||
// auth: { apiToken: process.env.KINTONE_API_TOKEN } | ||
// "X-Cybozu-API-Token": procecc.env.KINTONE_AUTHORIZATION, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shabaraba
↓が正?
// Use API token authentication
// "X-Cybozu-API-Token": procecc.env.KINTONE_API_TOKEN,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chihiro-adachi
ありがとうございます、そちらが正しいので修正しました!
packages/rest/README.md
Outdated
@@ -57,8 +57,7 @@ const client = createClient<paths>({ | |||
headers: { | |||
"X-Cybozu-Authorization": procecc.env.KINTONE_AUTHORIZATION, | |||
// Use API token authentication | |||
// auth: { apiToken: process.env.KINTONE_API_TOKEN } | |||
// "X-Cybozu-API-Token": procecc.env.KINTONE_AUTHORIZATION, | |||
// "X-Cybozu-API-Token": procecc.env.KINTONE_API_TOKEN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
procecc !
Why
What
How to test
Checklist
pnpm lint
andpnpm test
on the root directory.