aiosnow
aiosnow copied to clipboard
Asynchronous Python ServiceNow library
Quick change to the get_url function to incorporate yarl. More work will need to be done to utilize if for all requests Also changed imports for convert_size to only incorporate...
I guess I have to configure it with aiohttp, but I don't see the option in aiosnow client module
Requesting a way into an api for submitting a form to a catalog request and kicking off the REQ/RITM/SCTASK. There seems to have to do with glide records rather than...
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...
Allow to query from tables cmdb_ci*
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...
Any chance of getting aggregates added? Or did I miss that in the docs?