| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@Wright4i Interesting. Why is the token required? Can you not access the public API for released without a token? |
Sorry, something went wrong.
@worksofliam You'd think, but I tried and it didn't work. Guessing so they can track you for rate-limiting/abuse purposes. |
Sorry, something went wrong.
|
@Wright4i @worksofliam Shouldn't we try and complete this? Would be great to have in the docs... 😍 |
Sorry, something went wrong.
|
@chrjorgensen you're right! I completely forgot this was out here open. @worksofliam any issues with the API key usage? If not I can address the conflicts and we can get this merged in. |
Sorry, something went wrong.
|
@Wright4i No problem with token usage! This would be cool to have. |
Sorry, something went wrong.
|
@Wright4i I just noticed this PR and this sounds like a great addition to the docs! Several people have mentioned that they want a single spot where they can see all the new enhancements/fixes from the team and this would be a great place for that. I know it has been quite some time (2024! 😅) since this was last updated, but what do you think about reviving this PR so we can get this in? Happy to help if needed. I was also thinking whether we could set this up to pull release notes from a couple different extensions (pretty much any repo we maintain in the Development Pack)? Maybe a dropdown or tiles to select which extension you are interested in that dynamically changes the content on the page? What do you think? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Link to demo site: https://wright4i.github.io/docs/
Uses GitHub API to grab details of a public repo (vscode-ibmi)
Home Page
Release Notes
Packages added to project
Server side only, no performance impact
dotenv
Reason - Best practices. Needed .env files for API_GITHUB_TOKEN. Created .env.example for local development.
marked
Reason - Release notes from API was in markdown. marked converted to HTML so I could set the innerHTML of the astro component.
Tasks to Build on Merge