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

Some issues #19

Open
alexanderzeillinger opened this issue Apr 20, 2012 · 1 comment
Open

Some issues #19

alexanderzeillinger opened this issue Apr 20, 2012 · 1 comment

Comments

@alexanderzeillinger
Copy link

I took a quick look at Snipplet, here are some observations:

  • "gitub" typo instead of "github" in the clientId property
  • since this is groovy you can get rid of the semicolons application wide
  • you should point out not to forget setting up a local database
  • the main snipplets page made around 115 API calls until I stopped the application, I think it should be 25 max, something is wrong here

Nice project anyway, please continue.

@nicholashagen
Copy link
Owner

Thanks for looking into this. I hope to get back to this project next week and will separate these issues out.

As to the API calls issue, some of that is expected. The server polls the GitHub APIs every few seconds at a pace to ensure it does not exceed the limits. It does so in order to pull in as much info as possible to allow easier searching, history, etc. The v3 API for Gist is not enough information to purely rely on it...instead Snipplet will pull in as much info as possible over time and cache it locally in its DB

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