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
Copy file name to clipboardExpand all lines: src/gcore/resources/fastedge/fastedge.py
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ class FastedgeResource(SyncAPIResource):
72
72
73
73
@cached_property
74
74
deftemplates(self) ->TemplatesResource:
75
-
"""Application templates"""
75
+
"""
76
+
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
77
+
"""
76
78
returnTemplatesResource(self._client)
77
79
78
80
@cached_property
@@ -153,7 +155,9 @@ class AsyncFastedgeResource(AsyncAPIResource):
153
155
154
156
@cached_property
155
157
deftemplates(self) ->AsyncTemplatesResource:
156
-
"""Application templates"""
158
+
"""
159
+
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
Copy file name to clipboardExpand all lines: src/gcore/resources/fastedge/templates.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@
33
33
34
34
35
35
classTemplatesResource(SyncAPIResource):
36
-
"""Application templates"""
36
+
"""
37
+
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
FastEdge templates encapsulate reusable configurations for FastEdge applications, including a WebAssembly binary reference and configurable parameters.
0 commit comments