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-08-18 05:28:49 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
1bfc22bbb51b42b82a11f0b4e5cc3f3354dec224
notifications-api/app/v2/inbound_sms/__init__.py

7 lines
220 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
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: 1083ms Template: 16ms
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