You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo provides documentation on the CSGOFloat APIs including CSGOFloat Market and Inspect endpoints. This is forked from Slate and follows general markdown structure.
13
+
This repo provides documentation on the CSFloat APIs including CSFloat Market and Inspect endpoints. This is forked from Slate and follows general markdown structure.
14
14
15
-
[docs.csgofloat.com](https://docs.csgofloat.com)
15
+
[docs.csfloat.com](https://docs.csfloat.com)
16
16
17
17
Feel free to submit PRs or issues if you notice staleness.
Copy file name to clipboardExpand all lines: source/index.html.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ code_clipboard: true
19
19
20
20
# Introduction
21
21
22
-
Welcome to the CSGOFloat API! You can use our API to access CSGOFloat API endpoints such as market listings, inspect link retrieval, and more!
22
+
Welcome to the CSFloat API! You can use our API to access CSFloat API endpoints such as market listings, inspect link retrieval, and more!
23
23
24
24
You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.
25
25
26
26
# Authentication
27
27
28
-
CSGOFloat uses API keys to allow access to the API. You can register a new CSGOFloat API key on your [profile](https://csgofloat.com/profile) under the "developer" tab.
28
+
CSFloat uses API keys to allow access to the API. You can register a new CSFloat API key on your [profile](https://csfloat.com/profile) under the "developer" tab.
29
29
30
-
CSGOFloat API expects for the API key to be included in most API requests. Endpoints that require an API Key will state so. The authorization header should look like the following:
30
+
CSFloat API expects for the API key to be included in most API requests. Endpoints that require an API Key will state so. The authorization header should look like the following:
31
31
32
32
`Authorization: <API-KEY>`
33
33
@@ -40,7 +40,7 @@ You must replace <code><API-KEY></code> with your personal API key.
40
40
## Get All Listings
41
41
42
42
```shell
43
-
curl "https://csgofloat.com/api/v1/listings"
43
+
curl "https://csfloat.com/api/v1/listings"
44
44
```
45
45
46
46
> The above command returns JSON structured like this:
0 commit comments