Skip to content

Commit 7c37b54

Browse files
committed
History fixed
1 parent e0f272e commit 7c37b54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

APLSource/GitHubAPIv3.aplc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
⍝ 3. `GetAllReleases` now returns by default a vector of character vectors with the versions.
2525
⍝ The newly introduced optional left argument `verbose` can be used to get the full data instead.
2626
⍝ 4. The `CheckForUpdate` now returns a character vector rather than a Boolean, see there
27-
⍝ 5. `GetAllEndpoints` now requires a Boolean right argument. If this is a 0 a two-column matrix is
28-
⍝ returned, though by passing a 1 as ⍺ ("verbose") one can still get the JSON objects as namespaces.
27+
⍝ 5. `GetAllEndpoints` now returns a two-column matrix
2928
⍝ 6. The `regEx` property was removed because it is not required anymore
3029
⍝ 7. `PutTopics` removed
31-
⍝ * There is now a property "personal_access_token" which when not empty is used to authenticate requests.
30+
⍝ * There is now a property `personal_access_token` which when not empty is used to authenticate requests.
3231
⍝ * This version works cross-platform **without** depending on .NET.
3332
⍝ * Bug fixes
3433
⍝ * Package config was faulty (source). Functionality was not affected by this bug.

0 commit comments

Comments
 (0)