This is the core service focused on implementing a subset of the NXRM2 API that
is used by various publishing plugins and tools. The service is currently
implemented as an axum
server, but in the future the intent is to pull out the
core functionality into an AWS Lambda Function.
This is the API related to publishing via the new Central Publisher Portal.
This is a collection of projects that demonstrate real-world usages of the plugins we intend to support with the translation API.
For local development, we recommend using Nix + Direnv. This will provide a development environment with all required dependencies.
Using the Nix setup provides convenience wrappers for Maven have been provided
(mvnLocalProxy
, mvnStagingProxy
, & mvnProductionProxy
). They expect valid
settings files with a server central.testing
and a name
settings-<environment>.xml
(local
, staging
, & production
). There is a
settings-example.xml
included for convenience.
nix flake check
just run-local
Note: This reduces some of the noise around HTTPS requests to the Portal
You'll need the following installed:
- Rust (
cargo
) - Java (
java
,mvn
) - GPG (
gpg
)
This code is licensed under the dual-license approach of MIT OR Apache-2.0.