Skip to content

onOfficeGmbH/onoffice-api-client

Repository files navigation

onOffice API Client

The API client is publicy available at https://tools.onofficeweb.com/api-client/.

Setup

  1. Ensure that Node is installed.
  2. Run npm install to install Node dependencies.

Launch

  1. Run npm run start to start a hot-reloading dev server that server the prototype at http://localhost:3000 and a proxy server that works around the missing CORS headers from the API.