Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codingforentrepreneurs/REST-API-Basics
/ functions
Functions
23 in github.com/codingforentrepreneurs/REST-API-Basics
⨍
Functions
23
◇
Types & classes
9
↓ 6 callers
Method
get_api_url
(self, request=None)
src/postings/models.py:26
↓ 4 callers
Method
post
(self, request, *args, **kwargs)
src/postings/api/views.py:29
Method
__str__
(self)
src/postings/models.py:16
Method
get_queryset
(self)
src/postings/api/views.py:16
Method
get_queryset
(self)
src/postings/api/views.py:42
Method
get_serializer_context
(self, *args, **kwargs)
src/postings/api/views.py:32
Method
get_serializer_context
(self, *args, **kwargs)
src/postings/api/views.py:45
Method
get_url
(self, obj)
src/postings/api/serializers.py:23
Method
has_object_permission
(self, request, view, obj)
src/postings/api/permissions.py:9
Method
owner
(self)
src/postings/models.py:20
Method
perform_create
(self, serializer)
src/postings/api/views.py:26
Method
setUp
(self)
src/postings/api/tests.py:19
Method
test_get_item
(self)
src/postings/api/tests.py:54
Method
test_get_list
(self)
src/postings/api/tests.py:38
Method
test_post_item
(self)
src/postings/api/tests.py:46
Method
test_post_item_with_user
(self)
src/postings/api/tests.py:87
Method
test_single_post
(self)
src/postings/api/tests.py:34
Method
test_single_user
(self)
src/postings/api/tests.py:30
Method
test_update_item
(self)
src/postings/api/tests.py:62
Method
test_update_item_with_user
(self)
src/postings/api/tests.py:73
Method
test_user_login_and_update
(self)
src/postings/api/tests.py:118
Method
test_user_ownership
(self)
src/postings/api/tests.py:99
Method
validate_title
(self, value)
src/postings/api/serializers.py:28