Skip to content

Commit

Permalink
Added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
pierdet committed Mar 14, 2020
1 parent 1fc0f78 commit ae0eca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test1.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[cmdletbinding()]
Param([string]$url)

# @Todo Rewrite to support new API Endpoints and the new URL:s

#skip SSL
add-type @"
using System.Net;
Expand Down
2 changes: 2 additions & 0 deletions tests/test2.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[cmdletbinding()]
Param([string]$url)

# @Todo Rewrite to support new API Endpoints and the new URL:s

#skip SSL
add-type @"
using System.Net;
Expand Down

0 comments on commit ae0eca9

Please sign in to comment.