An open API service indexing awesome lists of open source software.

https://github.com/internetee/domain-reservation-api-docs


https://github.com/internetee/domain-reservation-api-docs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Business Registry API Documentation

This repository contains the OpenAPI specification and documentation for the Business Registry API.

## Viewing the Documentation

You can view the live documentation at [https://internetee.github.io/domain-reservation-api-docs/](https://internetee.github.io/domain-reservation-api-docs/)

## Development

To run the documentation locally:

1. Clone this repository
2. Run `npm install`
3. Run `npm start`

To build the static documentation:

1. Run `npm run build`