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

Ability to get file from GitHub repository #5

Open
eputnam opened this issue Nov 24, 2021 · 0 comments
Open

Ability to get file from GitHub repository #5

eputnam opened this issue Nov 24, 2021 · 0 comments
Assignees

Comments

@eputnam
Copy link
Owner

eputnam commented Nov 24, 2021

We need to be able to get files from this repository for the functionality we've planned.

  1. We need to be able to fetch a file called "teams" that will have the list of teams we're currently supporting. We're storing them here because we don't want to have to write a whole bunch of CRUD just to keep a list of strings.
  2. We need to be able to fetch a file called "questions" that will be the versioned list of current survey questions. Again, don't want to have to do CRUD for these in the app. And we get versioning for free this way.

This library looks interesting: https://github.com/google/go-github

@eputnam eputnam self-assigned this Nov 24, 2021
@eputnam eputnam mentioned this issue Dec 12, 2021
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 a pull request may close this issue.

1 participant