issues
search
Jaymon
/
endpoints
Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
call Param should change the name of normalize_kwarg and normalize_arg
#150
Jaymon
opened
3 days ago
0
Controller handling/routing errors should use exception groups
#149
Jaymon
opened
4 days ago
0
Controller handle error
#148
Jaymon
opened
4 days ago
0
HTTP client shouldn't have a content-type for GET requests
#147
Jaymon
opened
6 days ago
0
OpenAPI first pass
#146
Jaymon
closed
2 weeks ago
0
content_type should be replaced with media_type when it refers to the "type/tree"
#145
Jaymon
closed
5 days ago
1
Websocket json dumps and loads isn't hooked into get_request_body and get_response_body
#144
Jaymon
opened
1 month ago
0
Move CORS functionality to CorsMixin class and add a TraceMixin also
#143
Jaymon
opened
2 months ago
0
Param decorator without *args for a positional argument
#142
Jaymon
opened
2 months ago
0
OpenAPI generator
#141
Jaymon
closed
2 weeks ago
1
Both Request and Response should have a set_body method that sets the internal values
#140
Jaymon
closed
6 months ago
0
Request.is_method should be changed to eq_method?
#139
Jaymon
opened
6 months ago
0
Combine call.Param list actions
#138
Jaymon
opened
6 months ago
1
Should call.Param.handle be async?
#137
Jaymon
closed
6 months ago
1
More granular error objects
#136
Jaymon
opened
7 months ago
1
Controller multi errors
#135
Jaymon
opened
7 months ago
1
Should BaseApplication.find_controller_info be moved to Router?
#134
Jaymon
closed
2 months ago
0
Rename Request.ip and Request.ips
#133
Jaymon
opened
7 months ago
0
Natively support orjson?
#132
Jaymon
opened
7 months ago
1
Remove BackendDecorator?
#131
Jaymon
closed
7 months ago
1
Add tests to make sure ControllerDecorator error methods work as expected
#130
Jaymon
closed
7 months ago
0
ControllerDecorator needs error methods to be broken out
#129
Jaymon
closed
7 months ago
0
Unify ControllerDecorator and Controller to and from methods
#128
Jaymon
closed
7 months ago
0
Move param decorator from utils to call
#126
Jaymon
closed
7 months ago
0
Boolean states
#125
Jaymon
closed
7 months ago
2
Remove testing dependency on requests
#124
Jaymon
opened
8 months ago
1
Default to "controllers" prefix
#123
Jaymon
closed
8 months ago
0
File pointer failed with Daphne
#122
Jaymon
closed
8 months ago
0
Jay/asyncio asgi interface
#121
Jaymon
closed
1 year ago
0
Reflect classes
#120
Jaymon
closed
1 year ago
0
InterfaceRequest
#119
Jaymon
closed
1 year ago
1
Asyncio interfaces
#118
Jaymon
closed
1 year ago
2
log when posting with an empty body
#117
Jaymon
closed
8 months ago
0
ASGI interface module
#116
Jaymon
closed
1 year ago
3
Logging improvements
#114
Jaymon
closed
8 months ago
0
HTTP Warning header
#113
Jaymon
opened
3 years ago
3
Response body errors
#112
Jaymon
closed
8 months ago
0
Code cleanup from adding datatypes
#111
Jaymon
closed
3 years ago
1
Is there a way to have Websocket use Call instead of Connection?
#110
Jaymon
closed
1 year ago
1
have @param take an error message
#109
Jaymon
opened
4 years ago
1
CLI to generate controllers
#108
Jaymon
opened
4 years ago
0
ControllerDecorator enhancements
#107
Jaymon
closed
8 months ago
1
Force the body to be a string.
#106
dsandor
closed
4 years ago
3
Provide a way for the server to close the websocket connection
#105
Jaymon
closed
4 years ago
0
Controller error handling
#104
Jaymon
closed
8 months ago
1
Make it clear via logs what endpoints is looking for
#103
Jaymon
closed
3 years ago
0
uWSGI websocket handling with timeouts
#102
Jaymon
closed
1 year ago
1
route and version decorators with the same name
#101
Jaymon
closed
8 months ago
1
add these methods to the WebClient
#100
Jaymon
closed
3 years ago
0
param that can either be passed up in the body or the path
#99
Jaymon
closed
1 week ago
1
Next