QEverCloud
4.1.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const UserUrls &other) const |
bool | operator!= (const UserUrls &other) const |
Public Attributes | |
Optional< QString > | noteStoreUrl |
Optional< QString > | webApiUrlPrefix |
Optional< QString > | userStoreUrl |
Optional< QString > | utilityUrl |
Optional< QString > | messageStoreUrl |
Optional< QString > | userWebSocketUrl |
|
inline |
|
inline |
Optional< QString > qevercloud::UserUrls::messageStoreUrl |
This field will contain the full URL that clients should use to make MessageStore requests to the server. I.e. this is the URL that should be used to create the Thrift HTTP client transport to send messages to the MessageStore service for the account.
Optional< QString > qevercloud::UserUrls::noteStoreUrl |
Optional< QString > qevercloud::UserUrls::userStoreUrl |
Optional< QString > qevercloud::UserUrls::userWebSocketUrl |
This field will contain the full URL that clients should use when opening a persistent web socket to recieve notification of events for the authenticated user.
Optional< QString > qevercloud::UserUrls::utilityUrl |
This field will contain the full URL that clients should use to make Utility requests to the server shard that contains that user's data. I.e. this is the URL that should be used to create the Thrift HTTP client transport to send messages to the Utility service for the account.
Optional< QString > qevercloud::UserUrls::webApiUrlPrefix |
This field will contain the initial part of the URLs that should be used to make requests to Evernote's thin client "web API", which provide optimized operations for clients that aren't capable of manipulating the full contents of accounts via the full Thrift data model. Clients should concatenate the relative path for the various servlets onto the end of this string to construct the full URL, as documented on our developer web site.