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

Add searchable app index to website #11

Open
lberrymage opened this issue Aug 6, 2022 · 2 comments
Open

Add searchable app index to website #11

lberrymage opened this issue Aug 6, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@lberrymage
Copy link
Member

Users who don't have Accrescent installed may decide whether to install it based on what apps it contains, so it's important to make that information easily available to users who don't already have Accrescent installed.

The index could be generated periodically via a cron job or similar in the initial implementation, but it would be possible to have the developer portal trigger a reindex every time the repository is updated.

@lberrymage lberrymage added the enhancement New feature or request label Jan 25, 2023
@deckerst
Copy link

I was looking for a way to fetch the currently available version of apps on Accrescent and I didn't see any API for this. I considered scraping an app listing, but I couldn't find that either.

Is there a plan for an API, or only details via the site?

@lberrymage
Copy link
Member Author

I've considered creating an API, but I'm not completely sold on it yet. For now, you can fetch the app index at https://store.accrescent.app/repodata.0.json. Per-app details can be found at https://store.accrescent.app/apps/{app_id}/repodata.json. This is what the client uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Status: Less important
Development

No branches or pull requests

2 participants