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

Request: docco for ticketmaster.yml #17

Open
IdahoEv opened this issue Oct 6, 2011 · 4 comments
Open

Request: docco for ticketmaster.yml #17

IdahoEv opened this issue Oct 6, 2011 · 4 comments

Comments

@IdahoEv
Copy link

IdahoEv commented Oct 6, 2011

Attempts to use ticketmaster quickly result in error messages like so: No such file or directory - /Users/evan/.ticketmaster.yml.

I assume this config lets me put auth credentials in a yml file to keep them out of the code. However, I'm unable to find any docco on this file or its format in the README or the wiki. Some docs on the config file (even just a single example) would be spiffy... thanks!

(Otherwise, looks like a great tool. Been keeping it in my back pocket for months; haven't needed it till now.) - Evan

@IdahoEv
Copy link
Author

IdahoEv commented Oct 6, 2011

Ah... found it in the command-line tool. Still, would be useful to have in the README and/or wiki. Thanks!

@cored
Copy link
Contributor

cored commented Oct 7, 2011

Thanks for your comment, I'll check this out and update it.

2011/10/6 IdahoEv <
reply@reply.github.com>

Attempts to use ticketmaster quickly result in error messages like so: No
such file or directory - /Users/evan/.ticketmaster.yml.

I assume this config lets me put auth credentials in a yml file to keep
them out of the code. However, I'm unable to find any docco on this file or
its format in the README or the wiki. Some docs on the config file (even
just a single example) would be spiffy... thanks!

(Otherwise, looks like a great tool. Been keeping it in my back pocket for
months; haven't needed it till now.) - Evan

Reply to this email directly or view it on GitHub:
https://github.com/hybridgroup/ticketmaster/issues/17

Rafael George

@IdahoEv
Copy link
Author

IdahoEv commented Oct 7, 2011

I found later that there is a page in the wiki, there just isn't a link to it on the front page.

A question though: if I have the .yml set up, should I be able to get a connection to a provider (or even a project), in the console without providing the auth creds manually? I.e. it seems like if the auth creds are in ticketmaster.yml, I should be able to just say:

tm = TicketMaster.new(:lighthouse).

But I'm finding even with ticketmaster.yml set up, I need to say:

tm = TicketMaster.new(:lighthouse, :username => '..', :password => '..')

@cored
Copy link
Contributor

cored commented Oct 7, 2011

I have to dig deeper in that part and check what is going on, but it should
work the way you say.

2011/10/7 IdahoEv <
reply@reply.github.com>

I found later that there is a page in the wiki, there just isn't a link to
it on the front page.

A question though: if I have the .yml set up, should I be able to get a
connection to a provider (or even a project), in the console without
providing the auth creds manually? I.e. it seems like if the auth creds
are in ticketmaster.yml, I should be able to just say:

tm = TicketMaster.new(:lighthouse).

But I'm finding even with ticketmaster.yml set up, I need to say:

tm = TicketMaster.new(:lighthouse, :username => '..', :password => '..')

Reply to this email directly or view it on GitHub:
https://github.com/hybridgroup/ticketmaster/issues/17#issuecomment-2324256

Rafael George

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

No branches or pull requests

2 participants