未验证 提交 97f58c78 编写于 作者: A AJ Jordan

Explicitly spell out where the API root is

I found this basic information extrememly hard to find when I looked
at this page.
上级 a2ac5720
......@@ -78,7 +78,8 @@ be a compatibility layer on top of GraphQL.
## Basic usage
API requests should be prefixed with `api` and the API version. The API version
is defined in [`lib/api.rb`][lib-api-url].
is defined in [`lib/api.rb`][lib-api-url]. For example, the root of the v4 API
is at `/api/v4`.
For endpoints that require [authentication](#authentication), you need to pass
a `private_token` parameter via query string or header. If passed as a header,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册