You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api_url=list(label="API URL", def="Metadata editor API endpoint URL", class="character"),
703
-
api_key=list(label="API key", def="An API user authorization key (to be generated in the Metadata editor)", class="character"),
704
-
verbose=list(label="verbose", def="Whether messages should be displayed or not", class="logical", default=FALSE)
705
-
),
706
-
attributes=list(
707
-
collection_names=list(label="Collection_names", def="A coma-separated list of collection names where projects will be associated with", class="character")
708
-
)
709
-
),
696
+
#geoflow_software$new(
697
+
# software_type = "metadataeditr",
698
+
# definition = "World Bank metadata editor client powered by 'metadataeditr' package",
# api_url = list(label = "API URL", def = "Metadata editor API endpoint URL", class = "character"),
703
+
# api_key = list(label = "API key", def = "An API user authorization key (to be generated in the Metadata editor)", class = "character"),
704
+
# verbose = list(label = "verbose", def = "Whether messages should be displayed or not", class = "logical", default = FALSE)
705
+
# ),
706
+
# attributes = list(
707
+
# collection_names = list(label = "Collection_names", def = "A coma-separated list of collection names where projects will be associated with", class = "character")
0 commit comments