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
let host = runner.get_server_config().host.clone();
45
44
46
-
let featues = vec![RuntimeFeature{
47
-
name: vec![Translation{
48
-
code:"en-US".to_string(),
49
-
content:"Rest Adapter".to_string(),
50
-
}],
51
-
description: vec![Translation{
52
-
code:"en-US".to_string(),
53
-
content:"A Rest-Adapter is a server that exposes resources through HTTP URLs (endpoints). Clients use methods like GET, POST, PUT, and DELETE to retrieve or modify data, typically exchanged as JSON.".to_string(),
0 commit comments