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 2026-01-29 14:01:50 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
4b4122a773f55d02027dd6737d54d3f810ac3ade
notifications-api/app/v2/inbound_sms/__init__.py

8 lines
221 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
Updated inbound sms API endpoints - from `/v2/inbound_sms` to `/v2/received-text-messages` - use paginated results
2017-11-06 18:22:18 +00: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: 736ms Template: 7ms
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