chore: remove shorebird_code_push_api (#51)

This commit is contained in:
Felix Angelov
2023-03-09 14:50:31 -06:00
committed by GitHub
parent c59205d079
commit 95b1e69da8
38 changed files with 1 additions and 943 deletions
-1
View File
@@ -25,7 +25,6 @@ This repository is a monorepo containing the following packages:
| Package | Description |
| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [shorebird_cli](packages/shorebird_cli/README.md) | Command-line which allows developers to interact with various Shorebird services |
| [shorebird_code_push_api](packages/shorebird_code_push_api/README.md) | Server which exposes endpoints to support CodePush for Flutter applications |
| [shorebird_code_push_api_client](packages/shorebird_code_push_api_client/README.md) | Dart library which allows Dart applications to interact with the ShoreBird CodePush API |
| [shorebird_code_push_updater](updater/README.md) | Rust library which handles the CodePush logic and does the real update work |