Skip to content

Commit

Permalink
Added a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
csande committed Feb 3, 2025
1 parent b3926ea commit 4d067a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_sdk/handlers/simple_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from canvas_sdk.events import Event, EventType
from canvas_sdk.handlers.base import BaseHandler


# TODO: Auth requirements on the home-app side?
# TODO: Do we need to handle routing based on path regex (i.e. path parameters)?
# TODO: Do we need to handle repeated header names? Django concatenates; other platforms handle them as lists
# TODO: Do we need to handle non-JSON request and response bodies? Maybe not; we would have to Base64 encode complex data to send to gRPC anyway; a user could do the same in a JSON body.
Expand Down

0 comments on commit 4d067a2

Please sign in to comment.