Skip to content

Commit 08a1419

Browse files
authored
Deprecate [Events] API Methods
1 parent a97263e commit 08a1419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/events.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace gecko {
1313
// getEvents()
1414
// getEvents("CN", "Meetup")
1515
// Notes: parameters from and to_date are in format yyyy-mm-dd
16+
[[deprecated("Method deprecated by CoinGecko team; will be removed in the future.")]]
1617
DllExport gecko::web::response getEvents(
1718
OPTIONAL std::string country_code = "US",
1819
OPTIONAL std::string type = "Conference",
@@ -28,6 +29,7 @@ namespace gecko {
2829
// Example(s):
2930
// getEventCountries()
3031
// Notes: none
32+
[[deprecated("Method deprecated by CoinGecko team; will be removed in the future.")]]
3133
DllExport gecko::web::response getEventCountries();
3234

3335
// Action: fetches list of event types
@@ -36,6 +38,7 @@ namespace gecko {
3638
// Example(s):
3739
// getEventTypes()
3840
// Notes: none
41+
[[deprecated("Method deprecated by CoinGecko team; will be removed in the future.")]]
3942
DllExport gecko::web::response getEventTypes();
4043
};
4144
}

0 commit comments

Comments
 (0)