summaryrefslogtreecommitdiffstats
path: root/include/instance.hpp
Commit message (Collapse)AuthorAge
* Query instance for max_toot_chars.tastytea2020-01-05
|
* Instance: Add getters for hostname, baseuri and access_token.tastytea2020-01-05
|
* Move low-level network stuff to CURLWrapper.tastytea2020-01-04
|
* Only initialize libcurl once.tastytea2020-01-04
|
* Update description for Instance.tastytea2020-01-04
|
* Add constructors and assignment operators to Instance.tastytea2020-01-04
| | | | | Explicitly set copy & move constructors to default, explicitly delete copy & move assignment operators. Make destructor virtual.
* Fix headers in Doxygen output.tastytea2020-01-04
|
* Add curl initialization.tastytea2020-01-04
|
* Improve documentation.tastytea2020-01-03
|
* Use Instance and Request classes.tastytea2020-01-03