Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenFeedback endpoint #5

Closed
FroMage opened this issue Jun 24, 2024 · 1 comment
Closed

Add OpenFeedback endpoint #5

FroMage opened this issue Jun 24, 2024 · 1 comment

Comments

@FroMage
Copy link
Owner

FroMage commented Jun 24, 2024

The format should look like this:

{
    "sessions": {
        "2": {
            "speakers": [
                "lhwORZ2dSGbF1OG6VkfbjkOCzR12"
            ],
            "tags": [
                "Architecture & Paradigme"
            ],
            "title": "Entre industrialisation et artisanat, le métier de développeur",
            "id": "2",
            "startTime": "2019-06-27T16:20:00+02:00",
            "endTime": "2019-06-27T17:10:00+02:00",
            "trackTitle": "Amphi D"
        },
        "30": {
            "...": "",
            "hideInFeedback": true
        }
    },
    "speakers": {
        "lhwORZ2dSGbF1OG6VkfbjkOCzR12": {
            "name": "Olivier PONCET",
            "photoUrl": "https://avatars2.githubusercontent.com/u/29702924?v=4",
            "socials": [
                {
                    "name": "twitter",
                    "link": "https://twitter.com/ponceto91"
                }
            ],
            "id": "lhwORZ2dSGbF1OG6VkfbjkOCzR12"
        },
        "anotherId": {
            "...": ""
        }
    }
}
@FroMage
Copy link
Owner Author

FroMage commented Jun 25, 2024

Done by #6

@FroMage FroMage closed this as completed Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant