Skip to content

Commit

Permalink
add request to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed May 27, 2024
1 parent fcdb15a commit e3407f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/reference/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ JuliaHub.Job
JuliaHub.JobStatus
JuliaHub.JobFile
JuliaHub.FileHash
JuliaHub.request
```

## Index
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ end
:hasfirst, :haslast, :jobs, :kill_job,
:nodespec, :nodespecs, :reauthenticate!, :submit_job,
:update_dataset, :upload_dataset, :wait_job,
:request,
])
extra_public_symbols = setdiff(public_symbols, expected_public_symbols)
isempty(extra_public_symbols) || @warn """
Expand Down

0 comments on commit e3407f9

Please sign in to comment.