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

Use HTTPS for all requests to SeatGeek #6

Closed
wants to merge 3 commits into from
Closed

Use HTTPS for all requests to SeatGeek #6

wants to merge 3 commits into from

Conversation

stephenyeargin
Copy link

Fixes #5

SeatGeek has recently updated their endpoints to require HTTPS. This PR does a few things:

  • Switches the library to use a more robust request library (so it supports https out of the box)
  • Updates the tests to match this requirement for seed data
  • Updated the coffee script and ran the relevant grunt task
  • Dropped support for Node 0.8 in testing and added 0.10 and 0.12

stephenyeargin and others added 3 commits March 16, 2016 01:09
Fixes #5

SeatGeek has recently updated their endpoints to require HTTPS. This PR does a few things:

- Switches the library to use a more robust `request` library (so it supports https out of the box)
- Updates the tests to match this requirement for seed data
- Updated the coffee script and ran the relevant grunt task
@stephenyeargin
Copy link
Author

This patch is still needed, but #7 is a bigger blocker. The client needs to be able to take a Basic Auth username parameter to send along with ever request.

@stephenyeargin stephenyeargin deleted the fix-https branch June 25, 2017 23:19
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.

1 participant