-
Notifications
You must be signed in to change notification settings - Fork 33
Release/2.0.2 #10
Release/2.0.2 #10
Conversation
bunnyc1986
commented
Feb 15, 2017
- Updated documents
- Included tests
- Travis setup
…f8e37813aa2b034b4756001f7e58852
…589a7b7de99cdaf91dd226fa67c22a4
…b5af9c242f3469af3c90f0e772e4293
…0d249d63ca8759f2e243b92ab528f70
…36b2ec4fcf808fe6e106a75d818561d
…b2750fb1808f8a988135b11150b93aa
squareconnect/api_client.py
Outdated
| self.cookie = cookie | ||
| # Set default User-Agent. | ||
| self.user_agent = 'Square-Connect-Python/2.0.2' | ||
| self.user_agent = 'Swagger-Codegen/2.0.2/python' |
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.
Ugh, its annoying that this is changing and all the templates use different conventions. I'm going to ask someone if there is a group who can decide on a standard for all codegen languages.
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.
oh wait, this is because we don't explicitly set our user agent in configuration. We should probably add a line like UserAgent: "Square-Connect-Language/X.X.X" to each of our configuration files so that we can keep a handle on them.
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.
…8e9d353b7438cf8f6b662a8bafaa94b
…4ced0699e71ddd4b5da703050c4cb31
Update package name to squareup