karlwancl / GoogleCloudPrintApi

A .NET wrapper for Google Cloud Print API, based on .NET standard 1.4
MIT License
12 stars 14 forks source link

Missing delete and list jobs of a printer #17

Closed sebthieti closed 7 years ago

sebthieti commented 7 years ago

There is not methods yet to request for all jobs in queue for a printer, neither one to delete a job already submitted. I've already implemented those methods, because I needed these for a project. I've submitted PR. #18