Skip to content

Cross-platform .NET library to retrieve EU legal data from the EUR-Lex web site.

License

Notifications You must be signed in to change notification settings

EULexNET/EULex.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1367d1 · Sep 7, 2023

History

73 Commits
Dec 3, 2022
Sep 7, 2023
May 21, 2018
Dec 3, 2022
Sep 7, 2023
Sep 7, 2023
Sep 27, 2021
Sep 7, 2023
Sep 27, 2021
May 6, 2016
Apr 13, 2020
Jun 4, 2016

Repository files navigation

EULex.NET

EULex.NET is a cross-platform, open source .NET library to retrieve legal data available on the EUR-Lex web site.

Usage

    using (var client = new Client (username, password)) {

        var request = new SearchRequest {
            ExpertQuery = "TI ~ privacy",
            SearchLanguage = Language.en,
            PageSize = 10,
            Page = 1
        };

        var response = await client.DoQueryAsync (request);

        var title = response.Results [0].Content.Notice.Expression?.Title [0].Value;

        ...
    }

Disclaimer

The EULex.NET project is not affiliated with or endorsed by the European Commission or the Publications Office of the European Union.

The information on the EUR-Lex web site is subject to a disclaimer, and a copyright notice.

If you have questions directly related to the data made available on EUR-Lex, please contact the EUR-Lex team