Skip to content

Commit

Permalink
Merge pull request #88 from scramjetorg/fix/readme
Browse files Browse the repository at this point in the history
Missing link correction
  • Loading branch information
gzukowski committed Feb 21, 2024
2 parents aa19a29 + 4c1c813 commit 7f11161
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python/Auth0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ___

- [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps)
- [AudienceID](https://mailchimp.com/help/find-audience-id/)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \
The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request.
- [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created)

Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21".
Expand Down
3 changes: 2 additions & 1 deletion python/ChimpInsert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ___

- [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps)
- [AudienceID](https://mailchimp.com/help/find-audience-id/)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \
The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request.
- [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created)

Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21".
Expand Down
3 changes: 2 additions & 1 deletion python/Stripe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ___

- [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps)
- [AudienceID](https://mailchimp.com/help/find-audience-id/)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens)
- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \
The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request.
- [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created)

Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21".
Expand Down

0 comments on commit 7f11161

Please sign in to comment.