Skip to content

How to access Metronome

The Metronome API has an OpenAPI spec which you can browse and use directly with HTTPS and JSON. We also provide tested client libraries with types that match the OpenAPI spec for a variety of software systems. If your favourite software platform is not represented here, please get into touch and we’ll prioritise making that library ready for you.

We currently provide client libraries for Typescript and Ruby. Java, Python, PHP and Go are our next priorities in that order.

To install each library, we recommend referencing the library from our Gitlab repository. We will publish these to RubyGems and NPM shortly. Updates will then be offered primarily through each packaging medium.

package.json
{
"dependencies": {
"@privatedataservices/metronome-client": "git+https://gitlab.com/private-data-services/metronome-client-libs.git#main:typescript"
}
}