# \[ANN\] JuliaHub.jl — client library for JuliaHub

**URL:** https://discourse.julialang.org/t/ann-juliahub-jl-client-library-for-juliahub/101456
**Category:** Package Announcements
**Tags:** juliahub
**Created:** [July 10, 2023, 9:43pm UTC](https://discourse.julialang.org/t/ann-juliahub-jl-client-library-for-juliahub/101456 "2023-07-10T21:43:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mortenpi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mortenpi/32/158_2.png) [@mortenpi](https://discourse.julialang.org/u/mortenpi)
#### Post date: [July 10, 2023, 9:43pm UTC](https://discourse.julialang.org/t/ann-juliahub-jl-client-library-for-juliahub/101456/1 "2023-07-10T21:43:57Z")

</div>

I am happy to announce [JuliaHub.jl](https://github.com/JuliaComputing/JuliaHub) – the Julia package for interfacing with [JuliaHub](https://juliahub.com/). It allows you to programmatically interact with the platform, either from your local computer, or from within a JuliaHub environment (job, IDE). The current set of features allow you to

- Submit and query information about your jobs.
- Upload, download and update datasets
- Easily authenticate with the JuliaHub platform (via [PkgAuthentication](https://github.com/JuliaComputing/PkgAuthentication.jl))

[Documentation is available over at `help.juliahub.com`](https://help.juliahub.com/julia-api/stable/). For a more thorough overview and usage examples, we’ve also put up a blog:

> **[JuliaHub.jl First Release for Programmatic Access to JuliaHub](https://info.juliahub.com/juliahub.jl-programmatic-access-juliahub)**
>
> JuliaHub.jl the Julia language client package for the JuliaHub platform APIs is available, exposing APIs to programmatically upload datasets and more.

We also expect the package to grow in response to feedback and as the platform itself grows. Feedback and bug reports are always welcome, so please don’t hesitate [to open issues](https://github.com/JuliaComputing/JuliaHub.jl/issues)!
