@@ -50,20 +50,20 @@ func (m DatasetMethods) Name() string {
5050// Attributes defines attributes for each method
5151func (m DatasetMethods ) Attributes () map [string ]AttributeSet {
5252 return map [string ]AttributeSet {
53- "componentstatus" : {AEComponentStatus , "POST" , " " },
54- "get" : {AEGet , "GET" , " " },
55- // "log": {AELog, "POST"},
56- "rename" : {AERename , "POST" , " " },
57- "save" : {AESave , "POST" , " " },
58- "pull" : {AEPull , "POST" , "network" },
59- // "push": { AEPush, "POST"},
60- "render" : {AERender , "POST" , " " },
61- "remove" : {AERemove , "POST" , "local" },
62- "validate" : {AEValidate , "POST" , " " },
63- // "unpack": {AEUnpack, "POST"},
64- "manifest" : {AEManifest , "POST" , " " },
65- "manifestmissing" : {AEManifestMissing , "POST" , " " },
66- "daginfo" : {AEDAGInfo , "POST" , " " },
53+ "componentstatus" : {endpoint : AEComponentStatus , httpVerb : "POST " },
54+ "get" : {endpoint : AEGet , httpVerb : "GET " },
55+ // "log": {endpoint: AELog, httpVerb: "POST"},
56+ "rename" : {endpoint : AERename , httpVerb : "POST" , defaultSource : "local " },
57+ "save" : {endpoint : AESave , httpVerb : "POST " },
58+ "pull" : {endpoint : AEPull , httpVerb : "POST" , defaultSource : "network" },
59+ // "push": {endpoint: AEPush, httpVerb: "POST", defaultSource: "local "},
60+ "render" : {endpoint : AERender , httpVerb : "POST " },
61+ "remove" : {endpoint : AERemove , httpVerb : "POST" , defaultSource : "local" },
62+ "validate" : {endpoint : AEValidate , httpVerb : "POST" , defaultSource : "local " },
63+ // "unpack": {endpoint: AEUnpack, httpVerb: "POST"},
64+ "manifest" : {endpoint : AEManifest , httpVerb : "POST " },
65+ "manifestmissing" : {endpoint : AEManifestMissing , httpVerb : "POST " },
66+ "daginfo" : {endpoint : AEDAGInfo , httpVerb : "POST " },
6767 }
6868}
6969
0 commit comments