Skip to content

Commit 9e37872

Browse files
committed
Rebrand to CSFloat
1 parent a3ebb74 commit 9e37872

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
2-
<img src="https://csgofloat.com/assets/full_logo.png" alt="CSGOFloat" width="400">
2+
<img src="https://csfloat.com/assets/n_full_logo.png" alt="CSFloat" width="400">
33
<h1 align="center">
4-
<a href="https://docs.csgofloat.com">API Docs</a>
4+
<a href="https://docs.csfloat.com">API Docs</a>
55
<br>
66
<a href="https://github.com/csgofloat/docs/actions?query=workflow%3ABuild+branch%3Amain"><img src="https://github.com/slatedocs/slate/workflows/Build/badge.svg?branch=main" alt="Build Status"></a>
77
<a href="https://hub.docker.com/r/slatedocs/slate"><img src="https://img.shields.io/docker/v/slatedocs/slate?sort=semver" alt="Docker Version"/></a>
@@ -10,9 +10,9 @@
1010

1111
## Overview
1212

13-
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.
1414

15-
[docs.csgofloat.com](https://docs.csgofloat.com)
15+
[docs.csfloat.com](https://docs.csfloat.com)
1616

1717
Feel free to submit PRs or issues if you notice staleness.
1818

source/index.html.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ code_clipboard: true
1919

2020
# Introduction
2121

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!
2323

2424
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.
2525

2626
# Authentication
2727

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.
2929

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:
3131

3232
`Authorization: <API-KEY>`
3333

@@ -40,7 +40,7 @@ You must replace <code>&lt;API-KEY&gt;</code> with your personal API key.
4040
## Get All Listings
4141

4242
```shell
43-
curl "https://csgofloat.com/api/v1/listings"
43+
curl "https://csfloat.com/api/v1/listings"
4444
```
4545

4646
> The above command returns JSON structured like this:
@@ -115,11 +115,11 @@ curl "https://csgofloat.com/api/v1/listings"
115115
]
116116
```
117117

118-
This endpoint retrieves all active listings on CSGOFloat Market.
118+
This endpoint retrieves all active listings on CSFloat Market.
119119

120120
### HTTP Request
121121

122-
`GET https://csgofloat.com/api/v1/listings`
122+
`GET https://csfloat.com/api/v1/listings`
123123

124124
### Query Parameters
125125

@@ -146,7 +146,7 @@ stickers | | Must be in the form: <code>ID&#124;POSITION?[,ID&#124;POSITION?...]
146146
## Get a Specific Listing
147147

148148
```shell
149-
curl "https://csgofloat.com/api/v1/listings/324288155723370196"
149+
curl "https://csfloat.com/api/v1/listings/324288155723370196"
150150
```
151151

152152
> The above command returns JSON structured like this:
@@ -222,7 +222,7 @@ This endpoint retrieves the details for a specific listing, regardless of whethe
222222

223223
### HTTP Request
224224

225-
`GET https://csgofloat.com/api/v1/listings/<ID>`
225+
`GET https://csfloat.com/api/v1/listings/<ID>`
226226

227227
### URL Parameters
228228

@@ -233,7 +233,7 @@ ID | The ID of the listing to retrieve
233233
## List an item
234234

235235
```shell
236-
curl -X POST "https://csgofloat.com/api/v1/listings" \
236+
curl -X POST "https://csfloat.com/api/v1/listings" \
237237
-H "Authorization: <API-KEY>; Content-Type: application/json" \
238238
-d '{"asset_id": 21078095468, "type": "buy_now", "price": 8900, "description": "Just for show", "private": false}'
239239
```
@@ -341,7 +341,7 @@ This endpoint lists the item specified by `asset_id`. Requires an authorization
341341

342342
### HTTP Request
343343

344-
`POST https://csgofloat.com/api/v1/listings`
344+
`POST https://csfloat.com/api/v1/listings`
345345

346346
### Body Parameters
347347

0 commit comments

Comments
 (0)