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

feat: CURL(REST API) for getting last app version #2901

Open
1 task
abikko opened this issue Feb 17, 2025 · 1 comment
Open
1 task

feat: CURL(REST API) for getting last app version #2901

abikko opened this issue Feb 17, 2025 · 1 comment
Assignees
Labels
question Further information is requested waiting for response Waiting for customer response

Comments

@abikko
Copy link

abikko commented Feb 17, 2025

Description

Hello! I have an app that we using shorebird as codepush system.

And I wanna to create an CI/CD Job, that checks does the pubspec.yaml app version exist in shorebird console

Because sometimes in work we have to bump app version manually(mirror problem, we have after Merge Request merged CI/CD Job commits bumping app version)

Requirements

  • Create REST API to get app version

Additional Context

Add any other context or screenshots about the feature request go here.

@felangel
Copy link
Contributor

We have an API for this and our Dart API Client is open source. It sounds like getReleases is what you're looking for: https://github.com/shorebirdtech/shorebird/blob/5be792c337afc7f2a8e5bc0b8874e31cdbc0efe0/packages/shorebird_code_push_client/lib/src/code_push_client.dart#L396C25-L396C36

Hope that helps 👍

@felangel felangel added question Further information is requested waiting for response Waiting for customer response labels Feb 18, 2025
@felangel felangel self-assigned this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested waiting for response Waiting for customer response
Projects
None yet
Development

No branches or pull requests

2 participants