Has anyone used julia to work with the Notion api?

I want to use Julia to build a notion API in order to create some custom functions that aren’t originally in notion. I’m new to APIs and don’t know if it’s possible to use an API with any language.

Looks like Notion exposes a REST API over HTTPS so you can build a Julia app that uses HTTP.jl to interact with the Notion API.