No description
Find a file
Frank Villaro-Dixon c9ae53e30f
All checks were successful
publish crate / publish (push) Successful in 1m35s
add missing cargo fields
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-30 22:54:52 +01:00
.forgejo/workflows CD: deploy to crates.io 2024-10-29 23:12:24 +01:00
examples init repo 2024-10-27 20:03:50 +01:00
src init repo 2024-10-27 20:03:50 +01:00
.gitignore init repo 2024-10-27 20:03:50 +01:00
Cargo.lock init repo 2024-10-27 20:03:50 +01:00
Cargo.toml add missing cargo fields 2024-10-30 22:54:52 +01:00
README.md add basic readme 2024-10-29 23:11:51 +01:00

Rust RTE France

This is an api around the French TSO RTE.

The main endpoints live here.

Provided APIs

Generation forecast API

Consumption forecast API

Authentication

To use the API, you need to register an account in RTE's system (free).

Then you need to create an application. To do that,

  • Go to this application
  • Click on "Abonnez vous à l'API"
  • Fill the "Créer une application" form
  • Then go to you application here
  • And copy the Client ID and Client Secret

These two variables need to be set as environment values:

  • CLIENT_ID
  • CLIENT_SECRET