File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "Synopsis" : " Gets neocities information" ,
3
+ "Description" : " Gets neocities information from the neocities API, or lists the files in your neocities site." ,
4
+ "Parameters" : [
5
+ {
6
+ "Name" : null ,
7
+ "Type" : null ,
8
+ "Description" : " " ,
9
+ "Required" : false ,
10
+ "Position" : 0 ,
11
+ "Aliases" : null ,
12
+ "DefaultValue" : null ,
13
+ "Globbing" : false ,
14
+ "PipelineInput" : null ,
15
+ "variableLength" : false
16
+ }
17
+ ],
18
+ "Notes" : [
19
+ null
20
+ ],
21
+ "CommandType" : " Function" ,
22
+ "Component" : [
23
+ null
24
+ ],
25
+ "Inputs" : [
26
+ null
27
+ ],
28
+ "Outputs" : [
29
+ null
30
+ ],
31
+ "Links" : [],
32
+ "Examples" : [
33
+ {
34
+ "Title" : " EXAMPLE 1" ,
35
+ "Markdown" : " " ,
36
+ "Code" : " Get-Neocities"
37
+ },
38
+ {
39
+ "Title" : " EXAMPLE 2" ,
40
+ "Markdown" : " " ,
41
+ "Code" : " Get-Neocities -Credential $neocitiesCredential"
42
+ },
43
+ {
44
+ "Title" : " EXAMPLE 3" ,
45
+ "Markdown" : " " ,
46
+ "Code" : " Get-Neocities -List"
47
+ }
48
+ ]
49
+ }
You can’t perform that action at this time.
0 commit comments