Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.nextcloud.requester.Requester(endpoint, user, passwd, json_output=False, verify=True)[source]
get_full_url(additional_url='')[source]

Build full url for request to NextCloud api

Construct url from self.base_url, self.API_URL, additional_url (if given), add format=json param if self.json

Parameters:

additional_url – str add to url after api_url

Returns:

str

Follow us

© 2025, Antoine Grigis