mirror of
https://github.com/kemko/nomad.git
synced 2026-01-14 22:35:42 +03:00
22 lines
570 B
Markdown
22 lines
570 B
Markdown
---
|
|
layout: "intro"
|
|
page_title: "Using the HTTP APIs with Authentication"
|
|
sidebar_current: "getting-started-apis"
|
|
description: |-
|
|
Using the HTTP APIs for authentication and secret access.
|
|
---
|
|
|
|
# Using the HTTP APIs with Authentication
|
|
Many of Nomad's capabilities are accessible via the HTTP API in addition to the
|
|
CLI.
|
|
|
|
TODO: Document Nomad's HTTP API
|
|
|
|
Congratulations! You now know all the basics to get started with Nomad.
|
|
|
|
## Next
|
|
|
|
Next, we have a page dedicated to
|
|
[next steps](/intro/getting-started/next-steps.html) depending on
|
|
what you would like to achieve.
|