This Adds support for the two authentication token types that are used when talking to a Google Reader Compatible API. One is a long term username/password that is used as POST variables when authenticating with the API. This can be stored in the keychain. The other is an ephemeral (at least in theory) that is used as part of some operations but is not persisted in the keychain.
In addition, this adds another version of send to TransportJSON to allow sending JSON but retrieve raw data.
Issue: https://github.com/brentsimmons/NetNewsWire/issues/716 (part 1 of solution)
This Adds support for the two authentication token types that are used when talking to a Google Reader Compatible API. One is a long term username/password that is used as POST variables when authenticating with the API. This can be stored in the keychain. The other is an ephemeral (at least in theory) that is used as part of some operations but is not persisted in the keychain.
In addition, this adds another version of
send
toTransportJSON
to allow sending JSON but retrieve raw data.