Octokit v0.0.3 Octokit.Storage
Stores state information for Client sessions.
Summary
Functions
Gets the entire contents of the store
Gets the value for key
in the store
Creates a new state store
Puts the contents of map
into the store
Stores value
for key
Functions
Puts the contents of map
into the store.
If map
has a value for a key that is already in the store, the new value in
map
will overwrite the one in the store.