HTTP Headers
Request Headers
Key | Value |
---|---|
Accept | */* |
Accept-Encoding | gzip, br, zstd, deflate |
Connection | upgrade |
Content-Length | 0 |
Host | system.api.fuelrats.com |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
X-Forwarded-For | 3.17.129.242 |
X-Forwarded-Host | system.api.fuelrats.com |
X-Forwarded-Proto | https |
Response Headers
Key | Value |
---|---|
Content-Length | 3665 |
Content-Type | text/html; charset=UTF-8 |
Log Messages
Level | Time | Message | Location |
---|---|---|---|
DEBUG | 2025-05-14 08:21:35.417412 | new transaction | <transaction/_transaction.py>:108 |
INFO | 2025-05-14 08:21:35.418303 | BEGIN (implicit) | <sqlalchemy/engine/base.py>:1032 |
INFO | 2025-05-14 08:21:35.418632 | SELECT models.id AS models_id, models.name AS models_name, models.value AS models_value FROM models WHERE models.name = %(name_1)s LIMIT %(param_1)s | <sqlalchemy/engine/base.py>:1863 |
INFO | 2025-05-14 08:21:35.418722 | [cached since 1.323e+06s ago] {'name_1': 'one', 'param_1': 1} | <sqlalchemy/engine/base.py>:1868 |
DEBUG | 2025-05-14 08:21:35.419196 | Col ('models_id', 'models_name', 'models_value') | <sqlalchemy/engine/cursor.py>:1343 |
INFO | 2025-05-14 08:21:35.419884 | ROLLBACK | <sqlalchemy/engine/base.py>:1060 |
DEBUG | 2025-05-14 08:21:35.420105 | commit <zope.sqlalchemy.datamanager.SessionDataManager object at 0x7fbd8aae45e0> | <transaction/_transaction.py>:440 |
DEBUG | 2025-05-14 08:21:35.420198 | commit | <transaction/_transaction.py>:289 |
Performance
Resource | Value |
---|---|
User CPU time | 2.493 msec |
System CPU time | 0.147 msec |
Total CPU time | 2.640 msec |
Elapsed time | 2.913 msec |
Context switches | 3 voluntary, 0 involuntary |
Profile
The profiler is not activated. Activate the checkbox in the toolbar to use it.
Renderers
Renderer Name | |
---|---|
../templates/mytemplate.jinja2 | |
Rendering Value | |
{'one': None, 'project': 'Systems API'} | |
System Values | |
context | <pyramid.traversal.DefaultRootFactory object at 0x7fbd79fc1880> |
get_csrf_token | functools.partial(<function get_csrf_token at 0x7fbdb08bd160>, <Request at 0x7fbd7b104790 GET http://system.api.fuelrats.com/>) |
renderer_info | <pyramid.renderers.RendererHelper object at 0x7fbd7be96940> |
renderer_name | '../templates/mytemplate.jinja2' |
req | <Request at 0x7fbd7b104790 GET http://system.api.fuelrats.com/> |
request | <Request at 0x7fbd7b104790 GET http://system.api.fuelrats.com/> |
view | <function my_view at 0x7fbdaaa14430> |
Request Vars
GET Variables
No GET data
POST Variables
No POST data
Cookie Variables
No cookie data
Session Variables
Session was not accessed
Documentation Links
- API Docs: pyramid.session
- Narrative Docs: Session
Pyramid Request Properties
accept_charset * | <no header in request> | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accept_encoding * | gzip, br, zstd, deflate | ||||||||||||||||
accept_language * | <no header in request> | ||||||||||||||||
application_url * | http://system.api.fuelrats.com | ||||||||||||||||
authorization * | None | ||||||||||||||||
cache_control * | |||||||||||||||||
context * | <pyramid.traversal.DefaultRootFactory object at 0x7fbd79fc1880> | ||||||||||||||||
effective_principals * | None | ||||||||||||||||
exc_info * | None | ||||||||||||||||
exception * | None | ||||||||||||||||
locale_name * | en | ||||||||||||||||
matchdict * |
|
||||||||||||||||
matched_route * |
|
||||||||||||||||
path * | / | ||||||||||||||||
root * | <pyramid.traversal.DefaultRootFactory object at 0x7fbd79fc1880> | ||||||||||||||||
subpath * | () | ||||||||||||||||
traversed * | () | ||||||||||||||||
url * | http://system.api.fuelrats.com/ | ||||||||||||||||
view_name * | |||||||||||||||||
virtual_root * | <pyramid.traversal.DefaultRootFactory object at 0x7fbd79fc1880> | ||||||||||||||||
virtual_root_path * | () |
Documentation Links
- API Docs: pyramid.request
Request attributes
Attribute | Value |
---|---|
_headers | <webob.headers.EnvironHeaders object at 0x7fbd88606700> |
finished_callbacks | deque([<function HeaderDebugPanel.__init__.<locals>.finished_callback at 0x7fbd7b003550>]) |
invoke_subrequest | <bound method Router.invoke_subrequest of <pyramid.router.Router object at 0x7fbdacccc100>> |
pdtb_id | '313430343531373930323130393630' |
registry | <Registry systems_api> |
Request environ
Attribute | Value |
---|---|
CONTENT_LENGTH | '0' |
HTTP_ACCEPT | '*/*' |
HTTP_ACCEPT_ENCODING | 'gzip, br, zstd, deflate' |
HTTP_CONNECTION | 'upgrade' |
HTTP_HOST | 'system.api.fuelrats.com' |
HTTP_USER_AGENT | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
HTTP_X_FORWARDED_FOR | '3.17.129.242' |
HTTP_X_FORWARDED_HOST | 'system.api.fuelrats.com' |
HTTP_X_FORWARDED_PROTO | 'https' |
PATH_INFO | '/' |
QUERY_STRING | '' |
REMOTE_ADDR | '127.0.0.1' |
REMOTE_HOST | '127.0.0.1' |
REMOTE_PORT | '40194' |
REQUEST_METHOD | 'GET' |
SCRIPT_NAME | '' |
SERVER_NAME | 'mozzarella' |
SERVER_PORT | '6543' |
SERVER_PROTOCOL | 'HTTP/1.1' |
SERVER_SOFTWARE | 'waitress' |
retry.attempt | 0 |
retry.attempts | 3 |
webob._parsed_cookies | ({}, '') |
webob._parsed_query_vars | (GET([]), '') |
webob.is_body_seekable | True |
wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
wsgi.file_wrapper | <class 'waitress.buffers.ReadOnlyFileBasedBuffer'> |
wsgi.input | <_io.BytesIO object at 0x7fbd7afc6ae0> |
wsgi.input_terminated | True |
wsgi.multiprocess | False |
wsgi.multithread | True |
wsgi.run_once | False |
wsgi.url_scheme | 'http' |
wsgi.version | (1, 0) |
Introspection
Accept view order
accept view order text/html | |
---|---|
value | 'text/html' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
accept view order application/xhtml+xml | |
---|---|
value | 'application/xhtml+xml' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
accept view order application/xml | |
---|---|
value | 'application/xml' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
accept view order text/xml | |
---|---|
value | 'text/xml' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
accept view order text/plain | |
---|---|
value | 'text/plain' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
accept view order application/json | |
---|---|
value | 'application/json' |
Source | |
Line 1281 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
Csrf storage policy
csrf storage policy <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7fbdad380580> | |
---|---|
policy | <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7fbdad380580> |
Source | |
Line 22 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/security.py:
|
Execution policy
execution policy function pyramid_retry.retry_policy | |
---|---|
policy | <function RetryableExecutionPolicy.<locals>.retry_policy at 0x7fbd8a8603a0> |
Source | |
Line 302 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_retry/__init__.py:
|
Permissions
permission __no_permission_required__ | |
---|---|
value | '__no_permission_required__' |
Source | |
Line 242 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
|
References | |
view object <pyramid.static.static_view object at 0x7fbdacadf460> | |
view function systems_api.views.notfound.notfound_view | |
view function pyramid_jsonapi.error | |
view function pyramid_jsonapi.error | |
view function pyramid_jsonapi.error | |
view function pyramid_jsonapi.error |
Renderer factories
renderer factory object <pyramid.renderers.JSON object at 0x7fbdb0853310> | |
---|---|
factory | <pyramid.renderers.JSON object at 0x7fbdb0853310> |
name | 'json' |
Source | |
Line 15 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/rendering.py:
|
renderer factory function pyramid.renderers.string_renderer_factory | |
---|---|
factory | <function string_renderer_factory at 0x7fbdb08dbca0> |
name | 'string' |
Source | |
Line 15 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/rendering.py:
|
renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7fbdacb96df0> | |
---|---|
factory | <pyramid_jinja2.Jinja2RendererFactory object at 0x7fbdacb96df0> |
name | '.jinja2' |
Source | |
Line 491 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jinja2/__init__.py:
|
|
References | |
template ../templates/mytemplate.jinja2 | |
template ../templates/form.jinja2 | |
template ../templates/404.jinja2 |
renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7fbd8a8a31c0> | |
---|---|
factory | <pyramid_mako.MakoRendererFactory object at 0x7fbd8a8a31c0> |
name | '.mako' |
Source | |
Line 282 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_mako/__init__.py:
|
|
References | |
template pyramid_jsonapi.metadata.OpenAPI:swagger-ui/index.mako |
renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7fbd8a841ee0> | |
---|---|
factory | <pyramid_mako.MakoRendererFactory object at 0x7fbd8a841ee0> |
name | '.mak' |
Source | |
Line 283 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_mako/__init__.py:
|
renderer factory object <pyramid.renderers.JSON object at 0x7fbd8aa600a0> | |
---|---|
factory | <pyramid.renderers.JSON object at 0x7fbd8aa600a0> |
name | 'json_sorted' |
Source | |
Line 44 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/OpenAPI/__init__.py:
|
Request extensions
request property object <pyramid.decorator.reify object at 0x7fbdaccfce50> | |
---|---|
callable | <pyramid.decorator.reify object at 0x7fbdaccfce50> |
property | True |
reify | True |
Source | |
Line 297 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_tm/__init__.py:
|
request property object <pyramid.decorator.reify object at 0x7fbdaccd9310> | |
---|---|
callable | <pyramid.decorator.reify object at 0x7fbdaccd9310> |
property | True |
reify | True |
Source | |
Line 82 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/models/__init__.py:
|
Response adapters
response adapter None | |
---|---|
type | <class 'webob.response.Response'> |
Source | |
Line 203 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/adapters.py:
|
Route predicates
route predicate route predicate named xhr | |
---|---|
factory | <class 'pyramid.predicates.XHRPredicate'> |
name | 'xhr' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named request_method | |
---|---|
factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
name | 'request_method' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named path_info | |
---|---|
factory | <class 'pyramid.predicates.PathInfoPredicate'> |
name | 'path_info' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named request_param | |
---|---|
factory | <class 'pyramid.predicates.RequestParamPredicate'> |
name | 'request_param' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named header | |
---|---|
factory | <class 'pyramid.predicates.HeaderPredicate'> |
name | 'header' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named accept | |
---|---|
factory | <class 'pyramid.predicates.AcceptPredicate'> |
name | 'accept' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named effective_principals | |
---|---|
factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
name | 'effective_principals' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named custom | |
---|---|
factory | <class 'pyramid.predicates.CustomPredicate'> |
name | 'custom' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named traverse | |
---|---|
factory | <class 'pyramid.predicates.TraversePredicate'> |
name | 'traverse' |
Source | |
Line 513 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/routes.py:
|
Routes
route __static/ (pattern: 'static/*subpath') | |
---|---|
name | '__static/' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a837dc0> |
pattern | 'static/*subpath' |
Source | |
Line 2 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view object <pyramid.static.static_view object at 0x7fbdacadf460> |
route home (pattern: '/') | |
---|---|
name | 'home' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a837370> |
pattern | '/' |
Source | |
Line 3 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.default.my_view |
route search (pattern: '/search') | |
---|---|
name | 'search' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a82edf0> |
pattern | '/search' |
Source | |
Line 4 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.search.search |
route typeahead (pattern: '/typeahead') | |
---|---|
name | 'typeahead' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2280> |
pattern | '/typeahead' |
Source | |
Line 5 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.typeahead.search |
route mecha (pattern: '/mecha') | |
---|---|
name | 'mecha' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2250> |
pattern | '/mecha' |
Source | |
Line 6 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.mecha.mecha |
route landmark (pattern: '/landmark') | |
---|---|
name | 'landmark' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c22b0> |
pattern | '/landmark' |
Source | |
Line 7 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.landmark.landmark |
route galaxy (pattern: '/galaxy') | |
---|---|
name | 'galaxy' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2340> |
pattern | '/galaxy' |
Source | |
Line 8 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.galaxy.my_view |
route procname (pattern: '/procname') | |
---|---|
name | 'procname' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2610> |
pattern | '/procname' |
Source | |
Line 9 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.procname.procnames |
route nearest_populated (pattern: '/nearest_populated') | |
---|---|
name | 'nearest_populated' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2310> |
pattern | '/nearest_populated' |
Source | |
Line 10 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.nearest.nearest_populated |
route nearest_scoopable (pattern: '/nearest_scoopable') | |
---|---|
name | 'nearest_scoopable' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2430> |
pattern | '/nearest_scoopable' |
Source | |
Line 11 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.nearest.nearest_scoopable |
route heatmap (pattern: '/heatmap') | |
---|---|
name | 'heatmap' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2520> |
pattern | '/heatmap' |
Source | |
Line 12 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.heatmap.heatmap |
route proccoords (pattern: '/proccoords') | |
---|---|
name | 'proccoords' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c22e0> |
pattern | '/proccoords' |
Source | |
Line 13 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.procname.proccoords |
route get_ha_regions (pattern: '/get_ha_regions') | |
---|---|
name | 'get_ha_regions' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c2700> |
pattern | '/get_ha_regions' |
Source | |
Line 14 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.procname.get_ha_regions |
route nearest_coords (pattern: '/nearest_coords') | |
---|---|
name | 'nearest_coords' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c27f0> |
pattern | '/nearest_coords' |
Source | |
Line 15 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.nearest.nearest_coords |
route fetch_system (pattern: '/fetch_system') | |
---|---|
name | 'fetch_system' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7c28e0> |
pattern | '/fetch_system' |
Source | |
Line 16 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
view function systems_api.views.correction_system.fetch_system |
route pyramid_jsonapi:models:collection (pattern: '/api/models') | |
---|---|
name | 'pyramid_jsonapi:models:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7d2250> |
pattern | '/api/models' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<models> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<models> |
route pyramid_jsonapi:models:item (pattern: '/api/models/{id}') | |
---|---|
name | 'pyramid_jsonapi:models:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7d2820> |
pattern | '/api/models/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<models> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<models> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<models> |
route pyramid_jsonapi:models:related (pattern: '/api/models/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:models:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7d2e50> |
pattern | '/api/models/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<models> |
route pyramid_jsonapi:models:relationships (pattern: '/api/models/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:models:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7d8040> |
pattern | '/api/models/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<models> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<models> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<models> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<models> |
route pyramid_jsonapi:stars:collection (pattern: '/api/stars') | |
---|---|
name | 'pyramid_jsonapi:stars:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7d8a90> |
pattern | '/api/stars' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stars> |
route pyramid_jsonapi:stars:item (pattern: '/api/stars/{id}') | |
---|---|
name | 'pyramid_jsonapi:stars:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7e04c0> |
pattern | '/api/stars/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stars> |
route pyramid_jsonapi:stars:related (pattern: '/api/stars/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stars:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7e0bb0> |
pattern | '/api/stars/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stars> |
route pyramid_jsonapi:stars:relationships (pattern: '/api/stars/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stars:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7e0be0> |
pattern | '/api/stars/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stars> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stars> |
route pyramid_jsonapi:bodies:collection (pattern: '/api/bodies') | |
---|---|
name | 'pyramid_jsonapi:bodies:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7e67f0> |
pattern | '/api/bodies' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<bodies> |
route pyramid_jsonapi:bodies:item (pattern: '/api/bodies/{id}') | |
---|---|
name | 'pyramid_jsonapi:bodies:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7ed220> |
pattern | '/api/bodies/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<bodies> |
route pyramid_jsonapi:bodies:related (pattern: '/api/bodies/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:bodies:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7ed940> |
pattern | '/api/bodies/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<bodies> |
route pyramid_jsonapi:bodies:relationships (pattern: '/api/bodies/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:bodies:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7edbe0> |
pattern | '/api/bodies/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<bodies> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<bodies> |
route pyramid_jsonapi:populated_systems:collection (pattern: '/api/populated_systems') | |
---|---|
name | 'pyramid_jsonapi:populated_systems:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7f3580> |
pattern | '/api/populated_systems' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<populated_systems> |
route pyramid_jsonapi:populated_systems:item (pattern: '/api/populated_systems/{id}') | |
---|---|
name | 'pyramid_jsonapi:populated_systems:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7f3dc0> |
pattern | '/api/populated_systems/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<populated_systems> |
route pyramid_jsonapi:populated_systems:related (pattern: '/api/populated_systems/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:populated_systems:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7fa6d0> |
pattern | '/api/populated_systems/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<populated_systems> |
route pyramid_jsonapi:populated_systems:relationships (pattern: '/api/populated_systems/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:populated_systems:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7fac10> |
pattern | '/api/populated_systems/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<populated_systems> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<populated_systems> |
route pyramid_jsonapi:stations:collection (pattern: '/api/stations') | |
---|---|
name | 'pyramid_jsonapi:stations:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7802e0> |
pattern | '/api/stations' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stations> |
route pyramid_jsonapi:stations:item (pattern: '/api/stations/{id}') | |
---|---|
name | 'pyramid_jsonapi:stations:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a780cd0> |
pattern | '/api/stations/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stations> |
route pyramid_jsonapi:stations:related (pattern: '/api/stations/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stations:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a784430> |
pattern | '/api/stations/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stations> |
route pyramid_jsonapi:stations:relationships (pattern: '/api/stations/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stations:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7846d0> |
pattern | '/api/stations/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stations> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stations> |
route pyramid_jsonapi:systems:collection (pattern: '/api/systems') | |
---|---|
name | 'pyramid_jsonapi:systems:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a78c0a0> |
pattern | '/api/systems' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<systems> |
route pyramid_jsonapi:systems:item (pattern: '/api/systems/{id}') | |
---|---|
name | 'pyramid_jsonapi:systems:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a78ca90> |
pattern | '/api/systems/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<systems> |
route pyramid_jsonapi:systems:related (pattern: '/api/systems/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:systems:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7921f0> |
pattern | '/api/systems/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<systems> |
route pyramid_jsonapi:systems:relationships (pattern: '/api/systems/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:systems:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a792730> |
pattern | '/api/systems/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<systems> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<systems> |
route pyramid_jsonapi:permit_systems:collection (pattern: '/api/permit_systems') | |
---|---|
name | 'pyramid_jsonapi:permit_systems:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a798070> |
pattern | '/api/permit_systems' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<permit_systems> |
route pyramid_jsonapi:permit_systems:item (pattern: '/api/permit_systems/{id}') | |
---|---|
name | 'pyramid_jsonapi:permit_systems:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a798820> |
pattern | '/api/permit_systems/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<permit_systems> |
route pyramid_jsonapi:permit_systems:related (pattern: '/api/permit_systems/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:permit_systems:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a798e50> |
pattern | '/api/permit_systems/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<permit_systems> |
route pyramid_jsonapi:permit_systems:relationships (pattern: '/api/permit_systems/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:permit_systems:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7a04c0> |
pattern | '/api/permit_systems/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<permit_systems> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<permit_systems> |
route pyramid_jsonapi:landmarks:collection (pattern: '/api/landmarks') | |
---|---|
name | 'pyramid_jsonapi:landmarks:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7a0b50> |
pattern | '/api/landmarks' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<landmarks> |
route pyramid_jsonapi:landmarks:item (pattern: '/api/landmarks/{id}') | |
---|---|
name | 'pyramid_jsonapi:landmarks:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7a55b0> |
pattern | '/api/landmarks/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<landmarks> |
route pyramid_jsonapi:landmarks:related (pattern: '/api/landmarks/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:landmarks:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7a5cd0> |
pattern | '/api/landmarks/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<landmarks> |
route pyramid_jsonapi:landmarks:relationships (pattern: '/api/landmarks/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:landmarks:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7ab130> |
pattern | '/api/landmarks/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<landmarks> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<landmarks> |
route pyramid_jsonapi:stats:collection (pattern: '/api/stats') | |
---|---|
name | 'pyramid_jsonapi:stats:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7ab910> |
pattern | '/api/stats' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stats> |
route pyramid_jsonapi:stats:item (pattern: '/api/stats/{id}') | |
---|---|
name | 'pyramid_jsonapi:stats:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7b0340> |
pattern | '/api/stats/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stats> |
route pyramid_jsonapi:stats:related (pattern: '/api/stats/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stats:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7b0a60> |
pattern | '/api/stats/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stats> |
route pyramid_jsonapi:stats:relationships (pattern: '/api/stats/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:stats:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7b0d30> |
pattern | '/api/stats/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stats> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stats> |
route pyramid_jsonapi:carriers:collection (pattern: '/api/carriers') | |
---|---|
name | 'pyramid_jsonapi:carriers:collection' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a7b86d0> |
pattern | '/api/carriers' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<carriers> |
route pyramid_jsonapi:carriers:item (pattern: '/api/carriers/{id}') | |
---|---|
name | 'pyramid_jsonapi:carriers:item' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a73e100> |
pattern | '/api/carriers/{id}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'item_get' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<carriers> |
route pyramid_jsonapi:carriers:related (pattern: '/api/carriers/{id}/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:carriers:related' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a73e820> |
pattern | '/api/carriers/{id}/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'related_get' of class pyramid_jsonapi.CollectionView<carriers> |
route pyramid_jsonapi:carriers:relationships (pattern: '/api/carriers/{id}/relationships/{relationship}') | |
---|---|
name | 'pyramid_jsonapi:carriers:relationships' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a73eac0> |
pattern | '/api/carriers/{id}/relationships/{relationship}' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<carriers> | |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<carriers> |
route pyramid_jsonapi:JSONSchema (pattern: '/metadata/JSONSchema') | |
---|---|
name | 'pyramid_jsonapi:JSONSchema' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a745490> |
pattern | '/metadata/JSONSchema' |
Source | |
Line 54 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
route pyramid_jsonapi:JSONSchema:resource/{endpoint} (pattern: '/metadata/JSONSchema/resource/{endpoint}') | |
---|---|
name | 'pyramid_jsonapi:JSONSchema:resource/{endpoint}' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a745970> |
pattern | '/metadata/JSONSchema/resource/{endpoint}' |
Source | |
Line 54 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
route pyramid_jsonapi:JSONSchema:endpoint/{endpoint}{sep:/?}{method:.*} (pattern: '/metadata/JSONSchema/endpoint/{endpoint}{sep:/?}{method:.*}') | |
---|---|
name | 'pyramid_jsonapi:JSONSchema:endpoint/{endpoint}{sep:/?}{method:.*}' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a745d00> |
pattern | '/metadata/JSONSchema/endpoint/{endpoint}{sep:/?}{method:.*}' |
Source | |
Line 54 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
route pyramid_jsonapi:OpenAPI:specification (pattern: '/metadata/OpenAPI/specification') | |
---|---|
name | 'pyramid_jsonapi:OpenAPI:specification' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a74b490> |
pattern | '/metadata/OpenAPI/specification' |
Source | |
Line 54 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> |
route pyramid_jsonapi:OpenAPI (pattern: '/metadata/OpenAPI') | |
---|---|
name | 'pyramid_jsonapi:OpenAPI' |
object | <pyramid.urldispatch.Route object at 0x7fbd8a74b7c0> |
pattern | '/metadata/OpenAPI' |
Source | |
Line 54 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> |
Static views
static view static view for 'static/' | |
---|---|
name | 'static/' |
spec | 'systems_api:static/' |
Source | |
Line 2 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
Templates
template ../templates/mytemplate.jinja2 | |
---|---|
name | '../templates/mytemplate.jinja2' |
renderer | <pyramid.renderers.RendererHelper object at 0x7fbdaaa17160> |
type | '.jinja2' |
Source | |
Line 9 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/default.py:
|
|
References | |
view function systems_api.views.default.my_view | |
renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7fbdacb96df0> |
template ../templates/form.jinja2 | |
---|---|
name | '../templates/form.jinja2' |
renderer | <pyramid.renderers.RendererHelper object at 0x7fbdaa8d45b0> |
type | '.jinja2' |
Source | |
Line 18 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/galaxy.py:
|
|
References | |
view function systems_api.views.galaxy.my_view | |
renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7fbdacb96df0> |
template ../templates/404.jinja2 | |
---|---|
name | '../templates/404.jinja2' |
renderer | <pyramid.renderers.RendererHelper object at 0x7fbd8abb7c40> |
type | '.jinja2' |
Source | |
Line 5 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/notfound.py:
|
|
References | |
view function systems_api.views.notfound.notfound_view | |
renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7fbdacb96df0> |
template pyramid_jsonapi.metadata.OpenAPI:swagger-ui/index.mako | |
---|---|
name | 'pyramid_jsonapi.metadata.OpenAPI:swagger-ui/index.mako' |
renderer | <pyramid.renderers.RendererHelper object at 0x7fbd8a856430> |
type | '.mako' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
view object <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> | |
renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7fbd8a8a31c0> |
Tweens
implicit tween pyramid.tweens.excview_tween_factory | |
---|---|
factory | <function excview_tween_factory at 0x7fbdb0863700> |
name | 'pyramid.tweens.excview_tween_factory' |
type | 'implicit' |
Source | |
Line 98 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/tweens.py:
|
implicit tween pyramid_tm.tm_tween_factory | |
---|---|
factory | <function tm_tween_factory at 0x7fbdaccc49d0> |
name | 'pyramid_tm.tm_tween_factory' |
over | 'pyramid.tweens.excview_tween_factory' |
type | 'implicit' |
Source | |
Line 98 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/tweens.py:
|
View derivers
view deriver secured_view | |
---|---|
deriver | <function secured_view at 0x7fbdb088aaf0> |
name | 'secured_view' |
over | ('VIEW', 'mapped_view') |
under | ('INGRESS') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver owrapped_view | |
---|---|
deriver | <function owrapped_view at 0x7fbdb088a9d0> |
name | 'owrapped_view' |
over | ('VIEW', 'mapped_view') |
under | ('secured_view') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver http_cached_view | |
---|---|
deriver | <function http_cached_view at 0x7fbdb088aa60> |
name | 'http_cached_view' |
over | ('VIEW', 'mapped_view') |
under | ('owrapped_view') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver decorated_view | |
---|---|
deriver | <function decorated_view at 0x7fbdb088ad30> |
name | 'decorated_view' |
over | ('VIEW', 'mapped_view') |
under | ('http_cached_view') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver rendered_view | |
---|---|
deriver | <function rendered_view at 0x7fbdb088aca0> |
name | 'rendered_view' |
over | ('VIEW', 'mapped_view') |
under | ('decorated_view') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver mapped_view | |
---|---|
deriver | <function mapped_view at 0x7fbdb088a940> |
name | 'mapped_view' |
over | ('VIEW') |
under | ('rendered_view') |
Source | |
Line 1479 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view deriver csrf_view | |
---|---|
deriver | <function csrf_view at 0x7fbdb088adc0> |
name | 'csrf_view' |
over | ('owrapped_view') |
under | ('secured_view') |
Source | |
Line 1485 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
View predicates
view predicate view predicate named xhr | |
---|---|
factory | <class 'pyramid.predicates.XHRPredicate'> |
name | 'xhr' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named request_method | |
---|---|
factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
name | 'request_method' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named path_info | |
---|---|
factory | <class 'pyramid.predicates.PathInfoPredicate'> |
name | 'path_info' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named request_param | |
---|---|
factory | <class 'pyramid.predicates.RequestParamPredicate'> |
name | 'request_param' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named header | |
---|---|
factory | <class 'pyramid.predicates.HeaderPredicate'> |
name | 'header' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named accept | |
---|---|
factory | <class 'pyramid.predicates.AcceptPredicate'> |
name | 'accept' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named containment | |
---|---|
factory | <class 'pyramid.predicates.ContainmentPredicate'> |
name | 'containment' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named request_type | |
---|---|
factory | <class 'pyramid.predicates.RequestTypePredicate'> |
name | 'request_type' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named match_param | |
---|---|
factory | <class 'pyramid.predicates.MatchParamPredicate'> |
name | 'match_param' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named check_csrf | |
---|---|
factory | <class 'pyramid.predicates.CheckCSRFTokenPredicate'> |
name | 'check_csrf' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named physical_path | |
---|---|
factory | <class 'pyramid.predicates.PhysicalPathPredicate'> |
name | 'physical_path' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named effective_principals | |
---|---|
factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
name | 'effective_principals' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named custom | |
---|---|
factory | <class 'pyramid.predicates.CustomPredicate'> |
name | 'custom' |
Source | |
Line 1270 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/views.py:
|
view predicate view predicate named tm_active | |
---|---|
factory | <class 'pyramid_tm.TMActivePredicate'> |
name | 'tm_active' |
Source | |
Line 298 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_tm/__init__.py:
|
view predicate view predicate named last_retry_attempt | |
---|---|
factory | <class 'pyramid_retry.LastAttemptPredicate'> |
name | 'last_retry_attempt' |
Source | |
Line 288 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_retry/__init__.py:
|
view predicate view predicate named retryable_error | |
---|---|
factory | <class 'pyramid_retry.RetryableErrorPredicate'> |
name | 'retryable_error' |
Source | |
Line 289 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_retry/__init__.py:
|
Views
view function pyramid.httpexceptions.default_exceptionresponse_view | |
---|---|
callable | <function default_exceptionresponse_view at 0x7fbdb094e5e0> |
context | <InterfaceClass pyramid.interfaces.IExceptionResponse> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7fbdad313670> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
Source | |
Line 389 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/__init__.py:
|
view function pyramid.httpexceptions.default_exceptionresponse_view | |
---|---|
callable | <function default_exceptionresponse_view at 0x7fbdb094e5e0> |
context | <class 'webob.exc.WSGIHTTPException'> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7fbdad313a60> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
Source | |
Line 390 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid/config/__init__.py:
|
view object <pyramid.static.static_view object at 0x7fbdacadf460> | |
---|---|
callable | <pyramid.static.static_view object at 0x7fbdacadf460> |
derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7fbd8aa90af0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | '__static/' |
Source | |
Line 2 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/routes.py:
|
|
References | |
route __static/ (pattern: 'static/*subpath') | |
permission __no_permission_required__ |
view function systems_api.views.correction_system.fetch_system | |
---|---|
callable | <function fetch_system at 0x7fbdaaa14040> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab320d0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'fetch_system' |
Source | |
Line 15 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/correction_system.py:
|
|
References | |
route fetch_system (pattern: '/fetch_system') |
view function systems_api.views.default.my_view | |
---|---|
callable | <function my_view at 0x7fbdaaa14430> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab263a0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'home' |
Source | |
Line 9 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/default.py:
|
|
References | |
route home (pattern: '/') | |
template ../templates/mytemplate.jinja2 |
view function systems_api.views.galaxy.my_view | |
---|---|
callable | <function my_view at 0x7fbdaa8d6040> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab1fb80> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'galaxy' |
Source | |
Line 18 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/galaxy.py:
|
|
References | |
route galaxy (pattern: '/galaxy') | |
template ../templates/form.jinja2 |
view function systems_api.views.heatmap.heatmap | |
---|---|
callable | <function heatmap at 0x7fbdaa8d74c0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab1f3a0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'heatmap' |
Source | |
Line 42 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/heatmap.py:
|
|
References | |
route heatmap (pattern: '/heatmap') |
view function systems_api.views.landmark.landmark | |
---|---|
callable | <function landmark at 0x7fbdaa8d7b80> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab11550> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'landmark' |
Source | |
Line 11 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/landmark.py:
|
|
References | |
route landmark (pattern: '/landmark') |
view function systems_api.views.mecha.mecha | |
---|---|
callable | <function mecha at 0x7fbdaa8de700> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab08e50> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'mecha' |
Source | |
Line 19 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/mecha.py:
|
|
References | |
route mecha (pattern: '/mecha') |
view function systems_api.views.nearest.nearest_coords | |
---|---|
callable | <function nearest_coords at 0x7fbd8abb4790> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab08550> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'nearest_coords' |
Source | |
Line 129 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/nearest.py:
|
|
References | |
route nearest_coords (pattern: '/nearest_coords') |
view function systems_api.views.nearest.nearest_populated | |
---|---|
callable | <function nearest_populated at 0x7fbd8abb4670> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab7dd30> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'nearest_populated' |
Source | |
Line 15 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/nearest.py:
|
|
References | |
route nearest_populated (pattern: '/nearest_populated') |
view function systems_api.views.nearest.nearest_scoopable | |
---|---|
callable | <function nearest_scoopable at 0x7fbd8abb48b0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8abc20d0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'nearest_scoopable' |
Source | |
Line 170 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/nearest.py:
|
|
References | |
route nearest_scoopable (pattern: '/nearest_scoopable') |
view function systems_api.views.notfound.notfound_view | |
---|---|
callable | <function notfound_view at 0x7fbd8abb90d0> |
context | <class 'pyramid.httpexceptions.HTTPNotFound'> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8abb93a0> |
exception_only | True |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
Source | |
Line 5 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/notfound.py:
|
|
References | |
template ../templates/404.jinja2 | |
permission __no_permission_required__ |
view function systems_api.views.procname.get_ha_regions | |
---|---|
callable | <function get_ha_regions at 0x7fbd8abb9c10> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbdaa8de940> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'get_ha_regions' |
Source | |
Line 36 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/procname.py:
|
|
References | |
route get_ha_regions (pattern: '/get_ha_regions') |
view function systems_api.views.procname.proccoords | |
---|---|
callable | <function proccoords at 0x7fbd8abb9af0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbdaa8d7dc0> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'proccoords' |
Source | |
Line 27 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/procname.py:
|
|
References | |
route proccoords (pattern: '/proccoords') |
view function systems_api.views.procname.procnames | |
---|---|
callable | <function procnames at 0x7fbd8abb99d0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbdaaa14280> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'procname' |
Source | |
Line 13 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/procname.py:
|
|
References | |
route procname (pattern: '/procname') |
view function systems_api.views.search.search | |
---|---|
callable | <function search at 0x7fbd8abc2af0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8a811a60> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'search' |
Source | |
Line 16 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/search.py:
|
|
References | |
route search (pattern: '/search') |
view function systems_api.views.typeahead.search | |
---|---|
callable | <function search at 0x7fbd8ab4d040> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0x7fbd8a811b80> |
order | 1073741824.0 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'typeahead' |
Source | |
Line 16 of file /home/fuelrats/SystemsAPI/systems_api/systems_api/views/typeahead.py:
|
|
References | |
route typeahead (pattern: '/typeahead') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7d50d0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b2e0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:models:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:collection (pattern: '/api/models') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7d5430> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b610>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:models:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:collection (pattern: '/api/models') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7d5940> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b670>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:models:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:item (pattern: '/api/models/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7d5ca0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b700>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:models:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:item (pattern: '/api/models/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7da040> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b790>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:models:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:item (pattern: '/api/models/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7da550> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b7f0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:models:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:related (pattern: '/api/models/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7daa60> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b880>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:models:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:relationships (pattern: '/api/models/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7dadc0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b8e0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:models:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:relationships (pattern: '/api/models/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7de160> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b970>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:models:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:relationships (pattern: '/api/models/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<models> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<models>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7de4c0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b9d0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:models:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:models:relationships (pattern: '/api/models/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7de9d0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81ba60>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stars:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:collection (pattern: '/api/stars') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ded30> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81baf0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stars:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:collection (pattern: '/api/stars') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e4280> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bb50>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stars:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:item (pattern: '/api/stars/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e45e0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bbe0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stars:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:item (pattern: '/api/stars/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e4940> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bc70>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stars:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:item (pattern: '/api/stars/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e4e50> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bcd0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stars:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:related (pattern: '/api/stars/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e93a0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bd60>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stars:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:relationships (pattern: '/api/stars/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e9700> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bdc0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stars:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:relationships (pattern: '/api/stars/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e9a60> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81be50>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stars:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:relationships (pattern: '/api/stars/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stars> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stars>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e9dc0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81beb0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stars:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stars:relationships (pattern: '/api/stars/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ec310> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bf40>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:bodies:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:collection (pattern: '/api/bodies') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ec670> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bfd0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:bodies:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:collection (pattern: '/api/bodies') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ecb80> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81bc10>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:bodies:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:item (pattern: '/api/bodies/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ecee0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b550>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:bodies:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:item (pattern: '/api/bodies/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f0280> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b820>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:bodies:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:item (pattern: '/api/bodies/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f0790> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b460>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:bodies:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:related (pattern: '/api/bodies/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f0ca0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b1f0>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:bodies:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:relationships (pattern: '/api/bodies/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f5040> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a81b2b0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:bodies:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:relationships (pattern: '/api/bodies/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f53a0> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821040>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:bodies:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:relationships (pattern: '/api/bodies/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<bodies> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<bodies>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f5700> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8213d0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:bodies:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:bodies:relationships (pattern: '/api/bodies/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f5ca0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821460>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:populated_systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:collection (pattern: '/api/populated_systems') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f70d0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8214f0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:populated_systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:collection (pattern: '/api/populated_systems') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f75e0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821550>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:populated_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:item (pattern: '/api/populated_systems/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f7940> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8215e0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:populated_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:item (pattern: '/api/populated_systems/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f7ca0> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821670>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:populated_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:item (pattern: '/api/populated_systems/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a77e1f0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8216d0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:populated_systems:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:related (pattern: '/api/populated_systems/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a77e700> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821760>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:populated_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:relationships (pattern: '/api/populated_systems/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a77eaf0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8217c0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:populated_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:relationships (pattern: '/api/populated_systems/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a77ee50> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821850>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:populated_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:relationships (pattern: '/api/populated_systems/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<populated_systems> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<populated_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7821f0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8218b0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:populated_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:populated_systems:relationships (pattern: '/api/populated_systems/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a782700> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821940>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stations:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:collection (pattern: '/api/stations') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a782a60> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8219d0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stations:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:collection (pattern: '/api/stations') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a782f70> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821a30>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stations:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:item (pattern: '/api/stations/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a787310> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821ac0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stations:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:item (pattern: '/api/stations/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a787670> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821b50>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stations:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:item (pattern: '/api/stations/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a787b80> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821bb0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stations:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:related (pattern: '/api/stations/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78b0d0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821c40>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stations:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:relationships (pattern: '/api/stations/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78b430> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821ca0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stations:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:relationships (pattern: '/api/stations/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78b790> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821d30>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stations:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:relationships (pattern: '/api/stations/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stations> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stations>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78baf0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821d90>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stations:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stations:relationships (pattern: '/api/stations/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78e040> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821e20>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:collection (pattern: '/api/systems') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78e3a0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821eb0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:collection (pattern: '/api/systems') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78e8b0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821f10>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:item (pattern: '/api/systems/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78ec10> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821fa0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:item (pattern: '/api/systems/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a78ef70> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821be0>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:item (pattern: '/api/systems/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7944c0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821f40>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:systems:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:related (pattern: '/api/systems/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7949d0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821dc0>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:relationships (pattern: '/api/systems/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a794d30> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821220>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:relationships (pattern: '/api/systems/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7990d0> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8218e0>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:relationships (pattern: '/api/systems/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<systems> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a799430> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821190>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:systems:relationships (pattern: '/api/systems/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a799940> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a821400>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:permit_systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:collection (pattern: '/api/permit_systems') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a799ca0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8263d0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:permit_systems:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:collection (pattern: '/api/permit_systems') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a79c1f0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826430>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:permit_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:item (pattern: '/api/permit_systems/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a79c550> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8264c0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:permit_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:item (pattern: '/api/permit_systems/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a79c8b0> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826550>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:permit_systems:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:item (pattern: '/api/permit_systems/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a79cdc0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8265b0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:permit_systems:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:related (pattern: '/api/permit_systems/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a13a0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826640>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:permit_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:relationships (pattern: '/api/permit_systems/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a1790> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8266a0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:permit_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:relationships (pattern: '/api/permit_systems/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a1b80> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826730>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:permit_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:relationships (pattern: '/api/permit_systems/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<permit_systems> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<permit_systems>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a1f70> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826790>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:permit_systems:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:permit_systems:relationships (pattern: '/api/permit_systems/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a64c0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826820>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:landmarks:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:collection (pattern: '/api/landmarks') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a6820> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8268b0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:landmarks:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:collection (pattern: '/api/landmarks') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a6d30> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826910>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:landmarks:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:item (pattern: '/api/landmarks/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a80d0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8269a0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:landmarks:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:item (pattern: '/api/landmarks/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a8430> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826a30>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:landmarks:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:item (pattern: '/api/landmarks/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a8940> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826a90>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:landmarks:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:related (pattern: '/api/landmarks/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a8e50> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826b20>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:landmarks:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:relationships (pattern: '/api/landmarks/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ad1f0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826b80>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:landmarks:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:relationships (pattern: '/api/landmarks/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ad550> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826c10>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:landmarks:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:relationships (pattern: '/api/landmarks/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<landmarks> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<landmarks>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ad8b0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826c70>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:landmarks:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:landmarks:relationships (pattern: '/api/landmarks/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7addc0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826d00>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stats:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:collection (pattern: '/api/stats') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b1160> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826d90>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stats:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:collection (pattern: '/api/stats') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b1670> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826df0>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stats:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:item (pattern: '/api/stats/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b19d0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826e80>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stats:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:item (pattern: '/api/stats/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b1d30> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826f10>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stats:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:item (pattern: '/api/stats/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b6280> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826f70>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stats:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:related (pattern: '/api/stats/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b6790> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826fd0>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:stats:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:relationships (pattern: '/api/stats/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b6af0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826310>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:stats:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:relationships (pattern: '/api/stats/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b6e50> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826fa0>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:stats:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:relationships (pattern: '/api/stats/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<stats> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<stats>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ba1f0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8261f0>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:stats:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:stats:relationships (pattern: '/api/stats/{id}/relationships/{relationship}') |
view method 'collection_get' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'collection_get' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7ba700> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826ca0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:carriers:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:collection (pattern: '/api/carriers') |
view method 'collection_post' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'collection_post' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7baa60> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a826160>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:carriers:collection' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:collection (pattern: '/api/carriers') |
view method 'item_delete' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'item_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7baf70> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a8260d0>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:carriers:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:item (pattern: '/api/carriers/{id}') |
view method 'item_get' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'item_get' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a73f310> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e3a0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:carriers:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:item (pattern: '/api/carriers/{id}') |
view method 'item_patch' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'item_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a73f670> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e430>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:carriers:item' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:item (pattern: '/api/carriers/{id}') |
view method 'related_get' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'related_get' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a73fb80> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e490>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:carriers:related' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:related (pattern: '/api/carriers/{id}/{relationship}') |
view method 'relationships_delete' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'relationships_delete' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7440d0> |
order | 536870910.0 |
phash | '23f7df99f51d5829b155c859adbc670c' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e520>] |
request_methods | 'DELETE' |
route_name | 'pyramid_jsonapi:carriers:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:relationships (pattern: '/api/carriers/{id}/relationships/{relationship}') |
view method 'relationships_get' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'relationships_get' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a744430> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e580>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:carriers:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:relationships (pattern: '/api/carriers/{id}/relationships/{relationship}') |
view method 'relationships_patch' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'relationships_patch' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a744790> |
order | 536870910.0 |
phash | '4ba28a0ae0c558178d519b1b14dbeb1a' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e610>] |
request_methods | 'PATCH' |
route_name | 'pyramid_jsonapi:carriers:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:relationships (pattern: '/api/carriers/{id}/relationships/{relationship}') |
view method 'relationships_post' of class pyramid_jsonapi.CollectionView<carriers> | |
---|---|
attr | 'relationships_post' |
callable | <class 'pyramid_jsonapi.CollectionView<carriers>'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a744af0> |
order | 536870910.0 |
phash | '99529f45418d57e808cf3baf088a9194' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e670>] |
request_methods | 'POST' |
route_name | 'pyramid_jsonapi:carriers:relationships' |
Source | |
Line 291 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/endpoints.py:
|
|
References | |
route pyramid_jsonapi:carriers:relationships (pattern: '/api/carriers/{id}/relationships/{relationship}') |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> | |
---|---|
attr | 'template' |
callable | <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748040> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e700>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:JSONSchema' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
route pyramid_jsonapi:JSONSchema (pattern: '/metadata/JSONSchema') |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> | |
---|---|
attr | 'resource_attributes_view' |
callable | <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748550> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e790>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:JSONSchema:resource/{endpoint}' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
route pyramid_jsonapi:JSONSchema:resource/{endpoint} (pattern: '/metadata/JSONSchema/resource/{endpoint}') |
view object <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> | |
---|---|
attr | 'endpoint_schema_view' |
callable | <pyramid_jsonapi.metadata.JSONSchema.JSONSchema object at 0x7fbd8aa59d60> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748a60> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e7f0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:JSONSchema:endpoint/{endpoint}{sep:/?}{method:.*}' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
route pyramid_jsonapi:JSONSchema:endpoint/{endpoint}{sep:/?}{method:.*} (pattern: '/metadata/JSONSchema/endpoint/{endpoint}{sep:/?}{method:.*}') |
view object <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> | |
---|---|
attr | 'openapi_spec' |
callable | <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748f70> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e850>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:OpenAPI:specification' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
route pyramid_jsonapi:OpenAPI:specification (pattern: '/metadata/OpenAPI/specification') |
view object <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> | |
---|---|
attr | 'swagger_ui' |
callable | <pyramid_jsonapi.metadata.OpenAPI.OpenAPI object at 0x7fbd8a93e430> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a74f4c0> |
order | 536870910.0 |
phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7fbd8a82e8b0>] |
request_methods | 'GET' |
route_name | 'pyramid_jsonapi:OpenAPI' |
Source | |
Line 58 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/metadata/__init__.py:
|
|
References | |
route pyramid_jsonapi:OpenAPI (pattern: '/metadata/OpenAPI') | |
template pyramid_jsonapi.metadata.OpenAPI:swagger-ui/index.mako |
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPNotFound'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a74f790> |
exception_only | True |
order | 536870908.0 |
path_info | '/api/' |
phash | '8abdc191ed5b2d3033ed916e4bbc1feb' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82e910>] |
Source | |
Line 239 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
|
References | |
permission __no_permission_required__ |
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPForbidden'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a74fa60> |
exception_only | True |
order | 536870908.0 |
path_info | '/api/' |
phash | '8abdc191ed5b2d3033ed916e4bbc1feb' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82e970>] |
Source | |
Line 242 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
|
References | |
permission __no_permission_required__ |
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPError'> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7fbd8a74fdc0> |
order | 536870908.0 |
path_info | '/api/' |
phash | '8abdc191ed5b2d3033ed916e4bbc1feb' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82e9d0>] |
Source | |
Line 245 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPNotFound'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a756550> |
exception_only | True |
order | 536870908.0 |
path_info | '/metadata/' |
phash | '22a0d8b64ae570b015caae33a253ab5c' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82ea30>] |
Source | |
Line 239 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
|
References | |
permission __no_permission_required__ |
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPForbidden'> |
derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a756820> |
exception_only | True |
order | 536870908.0 |
path_info | '/metadata/' |
phash | '22a0d8b64ae570b015caae33a253ab5c' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82ea90>] |
Source | |
Line 242 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
|
References | |
permission __no_permission_required__ |
view function pyramid_jsonapi.error | |
---|---|
callable | <function PyramidJSONAPI.error at 0x7fbdae212d30> |
context | <class 'pyramid.httpexceptions.HTTPError'> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7fbd8a756b80> |
order | 536870908.0 |
path_info | '/metadata/' |
phash | '22a0d8b64ae570b015caae33a253ab5c' |
predicates | [<pyramid.predicates.PathInfoPredicate object at 0x7fbd8a82eaf0>] |
Source | |
Line 245 of file /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages/pyramid_jsonapi/__init__.py:
|
Routes
Route Name | Route Pattern | View Callable | Predicates |
---|---|---|---|
__static/ | static/*subpath | <function rendered_view.<locals>.viewresult_to_response at 0x7fbd8aa90af0> | |
home | / | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab263a0> | |
search | /search | <function rendered_view.<locals>.rendered_view at 0x7fbd8a811a60> | |
typeahead | /typeahead | <function rendered_view.<locals>.rendered_view at 0x7fbd8a811b80> | |
mecha | /mecha | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab08e50> | |
landmark | /landmark | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab11550> | |
galaxy | /galaxy | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab1fb80> | |
procname | /procname | <function rendered_view.<locals>.rendered_view at 0x7fbdaaa14280> | |
nearest_populated | /nearest_populated | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab7dd30> | |
nearest_scoopable | /nearest_scoopable | <function rendered_view.<locals>.rendered_view at 0x7fbd8abc20d0> | |
heatmap | /heatmap | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab1f3a0> | |
proccoords | /proccoords | <function rendered_view.<locals>.rendered_view at 0x7fbdaa8d7dc0> | |
get_ha_regions | /get_ha_regions | <function rendered_view.<locals>.rendered_view at 0x7fbdaa8de940> | |
nearest_coords | /nearest_coords | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab08550> | |
fetch_system | /fetch_system | <function rendered_view.<locals>.rendered_view at 0x7fbd8ab320d0> | |
pyramid_jsonapi:models:collection | /api/models | <pyramid.config.views.MultiView object at 0x7fbd8a7d2550> | |
pyramid_jsonapi:models:item | /api/models/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7d2a30> | |
pyramid_jsonapi:models:related | /api/models/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7da550> | |
pyramid_jsonapi:models:relationships | /api/models/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7d8640> | |
pyramid_jsonapi:stars:collection | /api/stars | <pyramid.config.views.MultiView object at 0x7fbd8a7e0220> | |
pyramid_jsonapi:stars:item | /api/stars/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7e05e0> | |
pyramid_jsonapi:stars:related | /api/stars/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7e4e50> | |
pyramid_jsonapi:stars:relationships | /api/stars/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7e63a0> | |
pyramid_jsonapi:bodies:collection | /api/bodies | <pyramid.config.views.MultiView object at 0x7fbd8a7e6cd0> | |
pyramid_jsonapi:bodies:item | /api/bodies/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7ed520> | |
pyramid_jsonapi:bodies:related | /api/bodies/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7f0790> | |
pyramid_jsonapi:bodies:relationships | /api/bodies/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7f3370> | |
pyramid_jsonapi:populated_systems:collection | /api/populated_systems | <pyramid.config.views.MultiView object at 0x7fbd8a7f3af0> | |
pyramid_jsonapi:populated_systems:item | /api/populated_systems/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7fa2b0> | |
pyramid_jsonapi:populated_systems:related | /api/populated_systems/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a77e1f0> | |
pyramid_jsonapi:populated_systems:relationships | /api/populated_systems/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7fab50> | |
pyramid_jsonapi:stations:collection | /api/stations | <pyramid.config.views.MultiView object at 0x7fbd8a780850> | |
pyramid_jsonapi:stations:item | /api/stations/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a784040> | |
pyramid_jsonapi:stations:related | /api/stations/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a787b80> | |
pyramid_jsonapi:stations:relationships | /api/stations/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a784c10> | |
pyramid_jsonapi:systems:collection | /api/systems | <pyramid.config.views.MultiView object at 0x7fbd8a78c610> | |
pyramid_jsonapi:systems:item | /api/systems/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a78cd90> | |
pyramid_jsonapi:systems:related | /api/systems/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7944c0> | |
pyramid_jsonapi:systems:relationships | /api/systems/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7929a0> | |
pyramid_jsonapi:permit_systems:collection | /api/permit_systems | <pyramid.config.views.MultiView object at 0x7fbd8a7983a0> | |
pyramid_jsonapi:permit_systems:item | /api/permit_systems/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a798b20> | |
pyramid_jsonapi:permit_systems:related | /api/permit_systems/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a79cdc0> | |
pyramid_jsonapi:permit_systems:relationships | /api/permit_systems/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7a0730> | |
pyramid_jsonapi:landmarks:collection | /api/landmarks | <pyramid.config.views.MultiView object at 0x7fbd8a7a5130> | |
pyramid_jsonapi:landmarks:item | /api/landmarks/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7a58b0> | |
pyramid_jsonapi:landmarks:related | /api/landmarks/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7a8940> | |
pyramid_jsonapi:landmarks:relationships | /api/landmarks/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7ab4f0> | |
pyramid_jsonapi:stats:collection | /api/stats | <pyramid.config.views.MultiView object at 0x7fbd8a7b0040> | |
pyramid_jsonapi:stats:item | /api/stats/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a7b0640> | |
pyramid_jsonapi:stats:related | /api/stats/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a7b6280> | |
pyramid_jsonapi:stats:relationships | /api/stats/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7b8280> | |
pyramid_jsonapi:carriers:collection | /api/carriers | <pyramid.config.views.MultiView object at 0x7fbd8a7b8c40> | |
pyramid_jsonapi:carriers:item | /api/carriers/{id} | <pyramid.config.views.MultiView object at 0x7fbd8a73e400> | |
pyramid_jsonapi:carriers:related | /api/carriers/{id}/{relationship} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a73fb80> | |
pyramid_jsonapi:carriers:relationships | /api/carriers/{id}/relationships/{relationship} | <pyramid.config.views.MultiView object at 0x7fbd8a7450d0> | |
pyramid_jsonapi:JSONSchema | /metadata/JSONSchema | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748040> | |
pyramid_jsonapi:JSONSchema:resource/{endpoint} | /metadata/JSONSchema/resource/{endpoint} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748550> | |
pyramid_jsonapi:JSONSchema:endpoint/{endpoint}{sep:/?}{method:.*} | /metadata/JSONSchema/endpoint/{endpoint}{sep:/?}{method:.*} | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748a60> | |
pyramid_jsonapi:OpenAPI:specification | /metadata/OpenAPI/specification | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a748f70> | |
pyramid_jsonapi:OpenAPI | /metadata/OpenAPI | <function attr_wrapped_view.<locals>.attr_view at 0x7fbd8a74f4c0> |
Settings
Key | Value |
---|---|
csrf_trusted_origins | [] |
debug_all | False |
debugtoolbar.active_panels | [] |
debugtoolbar.button_style | '' |
debugtoolbar.debug_notfound | False |
debugtoolbar.debug_routematch | False |
debugtoolbar.enabled | True |
debugtoolbar.exclude_prefixes | ('/favicon.ico',) |
debugtoolbar.extra_global_panels | [] |
debugtoolbar.extra_panels | [] |
debugtoolbar.global_panels | [] |
debugtoolbar.hosts | ['127.0.0.1', '::1'] |
debugtoolbar.includes | [] |
debugtoolbar.intercept_exc | 'debug' |
debugtoolbar.intercept_redirects | False |
debugtoolbar.max_request_history | 100 |
debugtoolbar.max_visible_requests | 10 |
debugtoolbar.panels | [] |
debugtoolbar.prevent_http_cache | False |
debugtoolbar.reload_assets | False |
debugtoolbar.reload_resources | False |
debugtoolbar.reload_templates | False |
debugtoolbar.show_on_exc_only | False |
prevent_cachebust | False |
pyramid.csrf_trusted_origins | [] |
pyramid.debug_all | False |
pyramid.debug_authorization | False |
pyramid.debug_notfound | False |
pyramid.debug_routematch | False |
pyramid.debug_templates | False |
pyramid.default_locale_name | 'en' |
pyramid.includes | '\npyramid_debugtoolbar' |
pyramid.prevent_cachebust | False |
pyramid.prevent_http_cache | False |
pyramid.reload_all | False |
pyramid.reload_assets | False |
pyramid.reload_resources | False |
pyramid.reload_templates | True |
pyramid_jsonapi.pagination.max_page_size | 100 |
reload_all | False |
retry.attempts | 3 |
sqlalchemy.url | 'postgresql://galmap:squeakbaby@localhost:5432/galmap' |
stardb_host | 'https://downloads.spansh.co.uk/' |
tm.manager_hook | <function explicit_manager at 0x7fbdaccc4940> |
xml_proxy | 'https://irc.eu.fuelrats.com:6080/xmlrpc' |
Tweens
Implicit definition
Order (from server to application) | Tween |
---|---|
0 | pyramid_debugtoolbar.toolbar_tween_factory |
1 | pyramid_tm.tm_tween_factory |
2 | pyramid.tweens.excview_tween_factory |
Versions
Platform
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on Linux-5.4.0-163-generic-x86_64-with-glibc2.29
Packages
Package Name | Version | Location |
---|---|---|
alchemyjsonschema | 0.8.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
alembic | 1.4.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
attrs | 19.3.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
beautifulsoup4 | 4.9.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
bigjson | 1.0.6 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
cachetools | 5.3.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
certifi | 2020.4.5.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
Chameleon | 3.7.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
chardet | 3.0.4 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
charset-normalizer | 2.0.7 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
colander | 1.7.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
coverage | 5.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
deform | 2.0.8 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
dictknife | 0.13.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
greenlet | 1.1.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
hupper | 1.10.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
idna | 2.9 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
importlib-metadata | 1.6.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
importlib-resources | 5.4.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
iniconfig | 1.1.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
iso8601 | 0.1.12 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
isodate | 0.6.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
Jinja2 | 2.11.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
jsonschema | 3.2.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
magicalimport | 0.9.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
Mako | 1.1.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
MarkupSafe | 1.1.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
more-itertools | 8.2.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
numpy | 1.18.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
packaging | 20.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
PasteDeploy | 2.1.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
peppercorn | 0.6 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pip | 23.2.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pkginfo | 1.5.0.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
plaster | 1.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
plaster-pastedeploy | 0.7 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
plotly | 4.14.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pluggy | 0.13.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
psycopg2 | 2.8.5 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
psycopg2-binary | 2.8.5 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
py | 1.8.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
Pygments | 2.6.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyparsing | 2.4.7 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid | 1.10.4 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-debugtoolbar | 4.6.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-jinja2 | 2.8 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-jsonapi | 2.2.5 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-mako | 1.1.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-retry | 2.1.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-settings-wrapper | 0.0.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyramid-tm | 2.4 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyrql | 0.6.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyrsistent | 0.16.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pytest | 5.4.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pytest-cov | 2.8.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
python-dateutil | 2.8.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
python-editor | 1.0.4 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pytz | 2020.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
PyYAML | 5.3.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
pyzmq | 19.0.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
repoze.lru | 0.7 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
requests | 2.23.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
retrying | 1.3.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
rqlalchemy | 0.4.5 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
semver | 2.9.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
setuptools | 58.5.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
simplejson | 3.17.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
six | 1.14.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
soupsieve | 2.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
SQLAlchemy | 1.4.49 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
strict-rfc3339 | 0.7 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
systems-api | 1.0.5 | /home/fuelrats/SystemsAPI/systems_api |
tenacity | 8.0.1 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
toml | 0.10.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
tomli | 1.2.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
transaction | 3.0.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
translationstring | 1.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
typing-extensions | 4.8.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
urllib3 | 1.25.9 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
venusian | 3.0.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
waitress | 1.4.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
wcwidth | 0.1.9 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
WebOb | 1.8.6 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
WebTest | 2.0.35 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
wget | 3.2 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
wheel | 0.37.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
zipp | 3.1.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
zmq | 0.0.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
zope.deprecation | 4.4.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
zope.interface | 5.1.0 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
zope.sqlalchemy | 1.3 | /home/fuelrats/SystemsAPI/systems_api/venv/lib/python3.8/site-packages |
Settings
Some pyramid debug toolbar panels can be activated (this enables additional features).
NOTE: These settings are tracked in a cookie on a per-request basis. If you want to enable options for other requests such as via curl or a non-browser client then you should turn them on by default in your settings via the "debugtoolbar.active_panels" setting, or by setting the "pdtb_active" cookie on the client.