Write a swagger spec for ORES and expose it via the service. See http://editor.swagger.io/#/ and https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md
swagger: '2.0' info: title: Objective Revision Evaluation Service description: Provides access to scoring models for MediaWiki revisions version: 0.7.2 host: ores.wmflabs.org schemes: - http - https basePath: /v1 produces: - text/html - application/json paths: /scores: get: summary: Score revisions description: ...