Skip to content

Releases: accrescent/appstore-api

1.0.3

27 Oct 19:05

Choose a tag to compare

Changes

  • Fix the commit changing the project license to Apache 2.0

1.0.2

27 Oct 19:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • Relicense project under the Apache License Version 2.0 (9ac94dc)

1.0.1

13 Oct 19:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

  • Define NOT_FOUND status meaning for GetAppPackageInfo() (daf27f8)

1.0.0

13 Oct 19:15

Choose a tag to compare

This represents the initial stable release of the Accrescent app store API, the gRPC API used by Accrescent clients to retrieve information about apps available in the store. Specifically, it allows clients to:

  • List apps available for installation in the store
  • Retrieve localized app listings for specific apps
  • Check for updates
  • Fetch app download information
  • Determine whether an app is compatible with a device
  • ...and more

See the README for more information.