Skip to content

Commit ecb5d4e

Browse files
committed
Merge branch 'master' of github.com:lichess-org/api
2 parents edfa66d + f84a4af commit ecb5d4e

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

doc/specs/lichess-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: "3.1.0"
22
info:
3-
version: 2.0.124
3+
version: 2.0.125
44
title: Lichess.org API reference
55
contact:
66
name: "Lichess.org API"

example/oauth-app/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/lichess-api.d.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3704,9 +3704,9 @@ export interface paths {
37043704
};
37053705
/**
37063706
* Masters database
3707-
* @description **Endpoint: <https://explorer.lichess.ovh/masters>**
3707+
* @description **Endpoint: <https://explorer.lichess.org/masters>**
37083708
*
3709-
* Example: `curl https://explorer.lichess.ovh/masters?play=d2d4,d7d5,c2c4,c7c6,c4d5`
3709+
* Example: `curl https://explorer.lichess.org/masters?play=d2d4,d7d5,c2c4,c7c6,c4d5`
37103710
*/
37113711
get: operations["openingExplorerMaster"];
37123712
put?: never;
@@ -3726,11 +3726,11 @@ export interface paths {
37263726
};
37273727
/**
37283728
* Lichess games
3729-
* @description **Endpoint: <https://explorer.lichess.ovh/lichess>**
3729+
* @description **Endpoint: <https://explorer.lichess.org/lichess>**
37303730
*
37313731
* Aggregated rated games from all Lichess players.
37323732
*
3733-
* Example: `curl https://explorer.lichess.ovh/lichess?variant=standard&speeds=blitz,rapid,classical&ratings=2200,2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201`
3733+
* Example: `curl https://explorer.lichess.org/lichess?variant=standard&speeds=blitz,rapid,classical&ratings=2200,2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201`
37343734
*/
37353735
get: operations["openingExplorerLichess"];
37363736
put?: never;
@@ -3750,7 +3750,7 @@ export interface paths {
37503750
};
37513751
/**
37523752
* Player games
3753-
* @description **Endpoint: <https://explorer.lichess.ovh/player>**
3753+
* @description **Endpoint: <https://explorer.lichess.org/player>**
37543754
*
37553755
* Games of a Lichess player.
37563756
*
@@ -3762,7 +3762,7 @@ export interface paths {
37623762
* Will index new games at most once per minute, and revisit previously
37633763
* ongoing games at most once every day.
37643764
*
3765-
* Example: `curl https://explorer.lichess.ovh/player?player=revoof&color=white&play=d2d4,d7d5&recentGames=1`
3765+
* Example: `curl https://explorer.lichess.org/player?player=revoof&color=white&play=d2d4,d7d5&recentGames=1`
37663766
*/
37673767
get: operations["openingExplorerPlayer"];
37683768
put?: never;
@@ -3782,9 +3782,9 @@ export interface paths {
37823782
};
37833783
/**
37843784
* OTB master game
3785-
* @description **Endpoint: `https://explorer.lichess.ovh/masters/pgn/{gameId}`**
3785+
* @description **Endpoint: `https://explorer.lichess.org/masters/pgn/{gameId}`**
37863786
*
3787-
* Example: `curl https://explorer.lichess.ovh/masters/pgn/aAbqI4ey`
3787+
* Example: `curl https://explorer.lichess.org/masters/pgn/aAbqI4ey`
37883788
*/
37893789
get: operations["openingExplorerMasterGame"];
37903790
put?: never;
@@ -3804,9 +3804,9 @@ export interface paths {
38043804
};
38053805
/**
38063806
* Tablebase lookup
3807-
* @description **Endpoint: <https://tablebase.lichess.ovh>**
3807+
* @description **Endpoint: <https://tablebase.lichess.org>**
38083808
*
3809-
* Example: `curl http://tablebase.lichess.ovh/standard?fen=4k3/6KP/8/8/8/8/7p/8_w_-_-_0_1`
3809+
* Example: `curl http://tablebase.lichess.org/standard?fen=4k3/6KP/8/8/8/8/7p/8_w_-_-_0_1`
38103810
*/
38113811
get: operations["tablebaseStandard"];
38123812
put?: never;
@@ -3826,7 +3826,7 @@ export interface paths {
38263826
};
38273827
/**
38283828
* Tablebase lookup for Atomic chess
3829-
* @description **Endpoint: <https://tablebase.lichess.ovh>**
3829+
* @description **Endpoint: <https://tablebase.lichess.org>**
38303830
*/
38313831
get: operations["tablebaseAtomic"];
38323832
put?: never;
@@ -3846,7 +3846,7 @@ export interface paths {
38463846
};
38473847
/**
38483848
* Tablebase lookup for Antichess
3849-
* @description **Endpoint: <https://tablebase.lichess.ovh>**
3849+
* @description **Endpoint: <https://tablebase.lichess.org>**
38503850
*/
38513851
get: operations["antichessAtomic"];
38523852
put?: never;

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lichess-org/types",
3-
"version": "2.0.124",
3+
"version": "2.0.125",
44
"description": "Lichess.org API types",
55
"homepage": "https://github.com/lichess-org/api",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)