You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comment for this and your other two, related API endpoint issues:
I took a quick look at your code and it looks like you're using pydantic for your API endpoint modules. This is an excellent choice, but I wanted to mention that @ion-oset and I have done quite a bit of work with FastAPI. This is in fact based on Pydantic as well. Have you taken a look at FastAPI? It's an excellent enhancement to pydantic. See the FastAPI site for details, if you haven't already
@stratofax The API endpoints are implemented using FastAPI (the app/routers files). The data classes (such as Candidate) are implemented using Pydantic, and are found in models/nist/classes.
GET /reporting-units/{reportingUnitId}/elections
The text was updated successfully, but these errors were encountered: