Skip to content
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

Fix CSV format issue and add additional details about authenticating against Bitly #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dudleycarr
Copy link

  • Correct CSV format
  • Add additional details to working with the default Bitly OAuth API.

* Correct CSV format
* Add additional details to working with the default Bitly OAuth API.
@@ -37,8 +37,8 @@ To use validating a secret as an access token against the bitly API, use the fol
The datafile is a csv format like this.

```
login,ip,tls,topic,channel,subscribe,publish
johndoe,127.0.0.1,both,test_topic,test_channnel,subscribe,
login,ip,tls_required,topic,channel,subscribe,publish
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops thanks for catching this; it got out of sync from changes early on.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants