How to access Metronome
OpenAPI Spec
Section titled “OpenAPI Spec”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.
Client Libraries
Section titled “Client Libraries”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.
{ "dependencies": { "@privatedataservices/metronome-client": "git+https://gitlab.com/private-data-services/metronome-client-libs.git#main:typescript" }}gem 'gem_name', git: 'https://gitlab.com/private-data-services/metronome-client-libs.git', glob: 'ruby/*.gemspec'