File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments