interface Pocket
The central interface to interact with the Pocket API
Author
Alexander Hanschke
| modifyOperations |
abstract fun modifyOperations(): ModifyOperations |
| retrieveOperations |
abstract fun retrieveOperations(): RetrieveOperations |
| connect |
fun connect(consumer: String, access: String): Pocket |