Logo
Explore Help
Register Sign In
Yasuke/moto
1
0
Fork 0
You've already forked moto
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moto/scripts/template/lib/urls.py.j2

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
193 B
Plaintext
Raw Normal View History

Minor updates to scaffold.py (#4213) Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-24 11:49:45 -04:00
"""{{ escaped_service }} base URL and path."""
Add more files and lines when scaffolding (#1222) * auto-generatr urls.py * add mocks to moto/__init__.py and moto/backends.py * add uri to urls.py * change output of scaffold.py
2017-10-02 07:17:02 +09:00
from .responses import {{ service_class }}Response
url_bases = [
Add some basic Firehose service APIs (#4246)
2021-09-14 05:39:39 -04:00
r"https?://{{ endpoint_prefix }}\.(.+)\.amazonaws\.com",
Add more files and lines when scaffolding (#1222) * auto-generatr urls.py * add mocks to moto/__init__.py and moto/backends.py * add uri to urls.py * change output of scaffold.py
2017-10-02 07:17:02 +09:00
]
url_paths = {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 134ms Template: 2ms
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