Use preferences.jl, document PAT #32
Annotations
6 errors and 1 warning
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
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/
|