removed unnecessary api calls
This commit is contained in:
parent
e8a7dd75d2
commit
53f4891e3e
1 changed files with 0 additions and 19 deletions
19
README.md
19
README.md
|
@ -100,18 +100,6 @@ response:
|
|||
}
|
||||
```
|
||||
|
||||
#### /api/claim/resolve/:name/:claimId (get)
|
||||
example:
|
||||
```
|
||||
curl https://spee.ch/api/claim/resolve/doitlive/xyz
|
||||
```
|
||||
|
||||
#### /api/claim/list/:name (get)
|
||||
example:
|
||||
```
|
||||
curl https://spee.ch/api/claim/list/doitlive
|
||||
```
|
||||
|
||||
#### /api/claim/availability/:name (get)
|
||||
example:
|
||||
```
|
||||
|
@ -119,13 +107,6 @@ curl https://spee.ch/api/claim/availability/doitlive
|
|||
```
|
||||
returns the name if it is available
|
||||
|
||||
#### /api/channel/availability/:name (get)
|
||||
example:
|
||||
```
|
||||
curl https://spee.ch/api/channel/availability/@CoolChannel
|
||||
```
|
||||
returns the name if it is available
|
||||
|
||||
## Contribute
|
||||
|
||||
### Stack
|
||||
|
|
Loading…
Reference in a new issue