Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Adapt to most recent renaming in ocis-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 22, 2020
1 parent 6c1888f commit 1365533
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 57 deletions.
6 changes: 3 additions & 3 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const SettingsClient = require('../vendor/settingsClient')
const Promise = require('promise')

/**
* @class SettingsValues
* @class Settings
* @classdesc
* <b><i> The SettingsValues class provides access to all settings values of the (most of the time authenticated) user.</i></b>
* <b><i> The Settings class provides access to all settings values of the (most of the time authenticated) user.</i></b>
*
* @author Benedikt Kulmann
* @version 1.0.0
Expand All @@ -28,7 +28,7 @@ class SettingsValues {
async getSettingsValues (accountUuid = 'me') {
try {
const baseUrl = this.helpers.getInstance().replace(/\/$/, '')
const response = await SettingsClient.ValueService_ListSettingsValues({
const response = await SettingsClient.ValueService_ListValues({
$domain: baseUrl,
body: {
account_uuid: accountUuid
Expand Down
Loading

0 comments on commit 1365533

Please sign in to comment.