Skip to content

Releases: scubamike124/amberone-api

AmberOne API v1.0.0

Choose a tag to compare

@scubamike124 scubamike124 released this 07 Aug 23:42

Turn any website into a build-ready mobile or desktop app project.

The API is live at https://hq.amberoneai.com/api/v1 — 9 operations, verified
end to end on production.

Install today, without waiting for a registry

npm and PyPI publishing is pending a 2FA step, so both packages are attached to
this release and install directly:

npm install https://github.com/scubamike124/amberone-api/releases/download/v1.0.0/amberone-api-1.0.0.tgz
pip install https://github.com/scubamike124/amberone-api/releases/download/v1.0.0/amberone_api-1.0.0-py3-none-any.whl

Both are the exact artifacts that will go to the registries — same bytes, same
checksums.

Try it without installing anything

Import the collection into Postman via Import → Link:

https://raw.githubusercontent.com/scubamike124/amberone-api/main/postman_collection.json

All 9 endpoints, working example bodies, bearer auth pre-wired, baseUrl
already pointed at production.

What you get

A project, not a compiled app. Android and iOS outputs are Capacitor
projects ready for ./gradlew assembleRelease or Xcode's Archive. Nothing is
compiled, signed, installed, or submitted on your behalf — your signing keys
never leave your machine
, because we never hold them.

If you wanted a finished, signed .apk, this is not that, and you should know
before you pay.

Platform What you receive
PWA Manifest, icons, service worker, install shell
CAPACITOR Configured Capacitor project, ready for npx cap add
ANDROID_PROJECT Capacitor project plus manifest/theme merges and build steps
IOS_PROJECT Capacitor project plus Info.plist merges and associated domains
ELECTRON Desktop shell with external-link handling

Evaluating is free

Keys beginning wrap_test_ run the full pipeline and are never billed. Sign
up at hq.amberoneai.com, create a test key, and run
the whole collection before spending anything.

Honest reporting

A fix is reported as applied only after its evidence file has been read back
out of the archive. Checks that need a browser are reported as
requires_browser and excluded from scores rather than estimated. Downloads are
verified against the SHA-256 the certification report published — both SDKs
throw rather than hand you bytes that do not match.

Assets

File What it is
amberone-api-1.0.0.tgz JavaScript/TypeScript SDK, zero dependencies
amberone_api-1.0.0-py3-none-any.whl Python SDK wheel
amberone_api-1.0.0.tar.gz Python SDK source distribution
openapi.json OpenAPI 3.1 spec, generated from the schemas the server validates with
postman_collection.json Postman v2.1 collection, generated from the same spec

Bundled into the AmberOne subscription: Starter includes 10 wraps/month, Growth
50, Enterprise unlimited.

MIT for the SDKs; the hosted service is governed by the
commercial terms. Fork and vendor the clients
freely — reselling API access needs a separate agreement.