Logo
Explore Help
Sign In
darkhelm/notifications-api
1
0
Fork 0
You've already forked notifications-api
mirror of https://github.com/GSA/notifications-api.git synced 2025-12-20 15:31:15 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
d3b895ddc6ad2b1ad492b5258f5db45646995005
notifications-api/app/v2/inbound_sms/__init__.py

10 lines
227 B
Python
Raw Normal View History

Add V2 inbound_sms API - had to update the serialization in the model so that the date time is appended with the UTC timezone - test has been added to ensure that the schema will validate the response correctly
2017-11-03 16:35:22 +00:00
from flask import Blueprint
Run auto-correct on app/ and tests/
2021-03-10 13:55:06 +00:00
Add V2 inbound_sms API - had to update the serialization in the model so that the date time is appended with the UTC timezone - test has been added to ensure that the schema will validate the response correctly
2017-11-03 16:35:22 +00:00
from app.v2.errors import register_errors
reformat
2023-08-29 14:54:30 -07:00
v2_inbound_sms_blueprint = Blueprint(
"v2_inbound_sms", __name__, url_prefix="/v2/received-text-messages"
)
Add V2 inbound_sms API - had to update the serialization in the model so that the date time is appended with the UTC timezone - test has been added to ensure that the schema will validate the response correctly
2017-11-03 16:35:22 +00:00
register_errors(v2_inbound_sms_blueprint)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 1807ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API