nokiahealth
nokiahealth copied to clipboard
Nokia Health is now Withings
Hullo!
Not sure how much you want to rename everything, but.. Nokia Health is back to being Withings. Importantly, several URLs have changed and the old URLs no longer work.
I've already opened https://github.com/golang/oauth2/pull/375 to add a golang.org/x/oauth2/withings
, and I have a branch that fixes the URLs within the app, renames files, adjusts strings, etc., but.... the package is still nokiahealth
.
ah, I guess, there are no new packages in golang/oauth2
, so, we'd need to add the relevant oauth config changes to this library I guess.
Yeah I have started the process of renaming everything and also updating to match the latest version of the API. I am debating if I should push the changes to a new repo and leave this for legacy or update this repo. Any suggestions would be helpful.
Also ran into packages item on oauth2. Plan to just include the URL in the library.
I can see a few options, and I don't know which you like best. Least work to most work:
- Just fix things and don't worry about the repo name. Hurts discoverability.
- Rename the repo. Github will redirect humans. People depending on the old name will be SOL, I think, until they update.
- Fork the repo, get this one working just enough, with a big old warning message on the README that it's deprecated. Actively maintain only the new one.
- Fork the repo, and maintain both. Might be painful due to package paths.
I favor #2 or #3.
I am leaning towards 3, primarily because I also want to move to go modules and I feel like that kind of justifies a fork as well.