We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ff665 commit 0ecfb4fCopy full SHA for 0ecfb4f
src/viam/sdk/resource/resource_api.hpp
@@ -26,7 +26,7 @@ class API {
26
static API from_string(std::string api);
27
28
API() = default;
29
- API(std::string namespace_, std::string resource_type, std::string resource_subtype);
+ API(std::string ns, std::string resource_type, std::string resource_subtype);
30
31
std::string to_string() const;
32
0 commit comments