Skip to content

onOfficeGmbH/onoffice-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c30ca6f · Oct 24, 2024

History

38 Commits
Apr 13, 2022
Oct 24, 2024
Sep 8, 2023
Sep 8, 2023
Sep 28, 2022
Apr 13, 2022
Apr 13, 2022
Sep 14, 2022
Sep 13, 2022
Apr 13, 2022
Oct 24, 2024
Sep 8, 2023
Sep 14, 2022
Apr 13, 2022
Apr 13, 2022
Apr 13, 2022
Apr 13, 2022
Sep 8, 2023

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.