From f69eb85c58608f5fea03a4af6429ecc3b362461d Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 15 Oct 2015 01:03:49 +0200 Subject: [PATCH] fix anchors --- lib/views/index.html.ejs | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs index 80cce05..55f06bb 100644 --- a/lib/views/index.html.ejs +++ b/lib/views/index.html.ejs @@ -62,12 +62,12 @@

Documentation

-
-

Avatars

+
+

Avatars

<%= domain %>/avatars/uuid
-
-

Avatar Parameters

+
+

Avatar Parameters

@@ -101,8 +101,8 @@
-
-

Avatar Examples

+
+

Avatar Examples

<%= domain %>/avatars/853c80ef3c3749fdaa49938b674adae6
@@ -133,13 +133,13 @@
-
-

3D Renders

+
+

3D Renders

Crafatar also provides support for 3D renders of Minecraft skins.
Please note that this feature is currently beta!
The head render type returns a render of the skin's head.<%= domain %>/renders/head/uuidThe body render returns a render of the entire skin.<%= domain %>/renders/body/uuid

-
-

Render Parameters

+
+

Render Parameters

@@ -173,8 +173,8 @@
-
-

Render Examples

+
+

Render Examples

<%= domain %>/renders/body/853c80ef3c3749fdaa49938b674adae6?helm&scale=4
@@ -189,13 +189,13 @@
-
-

Skins

+
+

Skins

You can also get the full skin file of a player.
The user's skin is returned, or the default image is served.
You can use the default parameter here as well.<%= domain %>/skins/uuid

-
-

Skin Parameters

+
+

Skin Parameters

@@ -217,8 +217,8 @@
-
-

Skin Examples

+
+

Skin Examples

<%= domain %>/skins/853c80ef3c3749fdaa49938b674adae6
@@ -233,15 +233,15 @@
-
-

Capes

+
+

Capes

A cape endpoint is also available to get the active cape of a user.
The user's cape is returned, otherwise a 404 is returned.

<%= domain %>/capes/uuid

-
-

Cape Examples

+
+

Cape Examples

<%= domain %>/capes/61699b2ed3274a019f1e0ea8c3f06bc6
@@ -256,22 +256,22 @@
-
-

Meta

-
-

CORS

+
+

Meta

+
+

CORS

Crafatar supports CORS so you can make AJAX request from within the browser!

-
-

HTTP Headers

+
+

HTTP Headers

Responses come with these HTTP headers, useful for debugging.
Please note that these headers are cached by CloudFlare (CF-Cache-Status: HIT).

-
-

Response-Time

+
+

Response-Time

The time, in milliseconds, it took Crafatar to process the request.

-
-

X-Storage-Type

+
+

X-Storage-Type

Details about how the requested image was stored on the server

  • none: No external requests. Cached: User has no skin.
  • @@ -285,8 +285,8 @@ Check the response body for details.
-
-

X-Request-ID

+
+

X-Request-ID

The internal ID assigned to this request.
If you think something is wrong with your request, please contact us and provide this ID.

@@ -302,20 +302,20 @@ Malformed usernames are rejected.

-
-

About UUIDs

+
+

About UUIDs

UUIDs may use the blank or dashed format.
Malformed UUIDs are rejected.

-
-

About Caching

+
+

About Caching

Crafatar caches skins for <%= config.caching.local / 60 %> minutes before checking for skin changes.
Images are cached in your browser for <%= config.caching.browser / 60 %> minutes until a new request to Crafatar is made.
When you changed your skin you can try clearing your browser cache to see the change faster.

-
-

Contact

+
+

Contact