Robert W

Results 12 issues of Robert W

AD authentication and authorization component. - Binds anonymously - Users are required to be member of the group specified in "member_of" in config.js

Items in fields of this type doesn't, in constrast to *Reference*, include links to records. This means aiosnow must be made aware of the location of these objects. While this...

Add support for accessing the attachment API using `AttachmentModel` directly or via `TableModel`. - [x] Upload support - [x] Download support - [x] Get many (meta) - [x] Implement convenience...

Look into adding a stream parser for chunked transfers. Either roll own or use something like https://github.com/ICRAR/ijson.

The yarl library is installed as an aiohttp dependency. This is very unlikely to change, so we might as well add it as a dependency and make use of it...

Investigate the possibility of accessing context menus using the REST API.

Adds support for passing target as string: ```python updated = resource.update("1c741bd70b2322007518478d83673af3", {"short_description": "test"}) print(updated["short_description"]) ``` Selection using a dict-type query or the `QueryBuilder` still works: ```python updated = resource.update({"number": "INC012345"},...

This mode (database-size) returns size in MB per database in perfdata, which can be used for monitoring database growth over time