update to use Preferences.jl, and add docs for using PAT #35
Annotations
7 errors, 2 warnings, and 1 notice
Documentation:
src/auth.jl#L13
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/auth.jl:13-17
```jldoctest; setup = :(using Airtable)
# after running `Airtable.set_pat("patfh3gwMkFASf6Ue.<obscured>")`
julia> key = Airtable.Credential()
Airtable.Credential("patfh3gwMkFASf6Ue")
```
Subexpression:
key = Airtable.Credential()
Evaluated output:
Airtable.Credential("patTYy21JL8ZdhmUK")
Expected output:
Airtable.Credential("patfh3gwMkFASf6Ue")
diff =
Warning: Diff output requires color.
Airtable.Credential("patfh3gwMkFASf6Ue")Airtable.Credential("patTYy21JL8ZdhmUK")
|
Documentation:
src/interface.jl#L26
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:26-31
```jldoctest
julia> b = AirBase("appphImnhJO8AXmmo");
julia> path(b)
"/v0/appphImnhJO8AXmmo"
```
Subexpression:
b = AirBase("appphImnhJO8AXmmo");
Evaluated output:
ERROR: UndefVarError: `AirBase` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
diff =
Warning: Diff output requires color.
ERROR: UndefVarError: `AirBase` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/interface.jl#L26
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:26-31
```jldoctest
julia> b = AirBase("appphImnhJO8AXmmo");
julia> path(b)
"/v0/appphImnhJO8AXmmo"
```
Subexpression:
path(b)
Evaluated output:
ERROR: UndefVarError: `path` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
"/v0/appphImnhJO8AXmmo"
diff =
Warning: Diff output requires color.
"/v0/appphImnhJO8AXmmo"ERROR: UndefVarError: `path` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74
```jldoctest
julia> b = AirBase("appphImnhJO8AXmmo");
julia> tab = AirTable("Table 1", b);
julia> path(tab)
"/v0/appphImnhJO8AXmmo/Table 1"
```
Subexpression:
b = AirBase("appphImnhJO8AXmmo");
Evaluated output:
ERROR: UndefVarError: `AirBase` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
diff =
Warning: Diff output requires color.
ERROR: UndefVarError: `AirBase` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74
```jldoctest
julia> b = AirBase("appphImnhJO8AXmmo");
julia> tab = AirTable("Table 1", b);
julia> path(tab)
"/v0/appphImnhJO8AXmmo/Table 1"
```
Subexpression:
tab = AirTable("Table 1", b);
Evaluated output:
ERROR: UndefVarError: `AirTable` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
diff =
Warning: Diff output requires color.
ERROR: UndefVarError: `AirTable` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/interface.jl#L67
doctest failure in ~/work/Airtable.jl/Airtable.jl/src/interface.jl:67-74
```jldoctest
julia> b = AirBase("appphImnhJO8AXmmo");
julia> tab = AirTable("Table 1", b);
julia> path(tab)
"/v0/appphImnhJO8AXmmo/Table 1"
```
Subexpression:
path(tab)
Evaluated output:
ERROR: UndefVarError: `path` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
"/v0/appphImnhJO8AXmmo/Table 1"
diff =
Warning: Diff output requires color.
"/v0/appphImnhJO8AXmmo/Table 1"ERROR: UndefVarError: `path` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|