Moodle Webservice API
Project description
poodle_async_mini
Auto-generated OpenAPI spec for Moodle's Webservice API.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 5.0.2 (Build: 20250811)
- Package version: 5.0.2.post4
- Generator version: 7.15.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/bchmnn/poodle.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/bchmnn/poodle.git)
Then import the package:
import poodle_async_mini
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import poodle_async_mini
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import poodle_async_mini
from poodle_async_mini.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = poodle_async_mini.Configuration(
host = "https://localhost"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: wstoken
configuration.api_key['wstoken'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['wstoken'] = 'Bearer'
# Enter a context with an instance of the API client
async with poodle_async_mini.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = poodle_async_mini.DefaultApi(api_client)
comments = [poodle_async_mini.CoreCommentAddCommentsParametersCommentsInner()] # List[CoreCommentAddCommentsParametersCommentsInner] |
try:
# Adds a comment or comments.
api_response = await api_instance.core_comment_add_comments(comments)
print("The response of DefaultApi->core_comment_add_comments:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->core_comment_add_comments: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| DefaultApi | core_comment_add_comments | POST /webservice/rest/server.php#core_comment_add_comments | Adds a comment or comments. |
| DefaultApi | core_comment_get_comments | POST /webservice/rest/server.php#core_comment_get_comments | Returns comments. |
| DefaultApi | core_course_get_contents | POST /webservice/rest/server.php#core_course_get_contents | Get course contents |
| DefaultApi | core_enrol_get_users_courses | POST /webservice/rest/server.php#core_enrol_get_users_courses | Get the list of courses where a user is enrolled in |
| DefaultApi | core_group_get_course_groups | POST /webservice/rest/server.php#core_group_get_course_groups | Returns all groups in specified course. |
| DefaultApi | core_webservice_get_site_info | POST /webservice/rest/server.php#core_webservice_get_site_info | Return some site info / user info / list web service functions |
| DefaultApi | gradereport_user_get_grade_items | POST /webservice/rest/server.php#gradereport_user_get_grade_items | Returns the complete list of grade items for users in a course |
| DefaultApi | login_token | POST /login/token.php | |
| DefaultApi | mod_assign_get_assignments | POST /webservice/rest/server.php#mod_assign_get_assignments | Returns the courses and assignments for the users capability |
| DefaultApi | mod_assign_get_submissions | POST /webservice/rest/server.php#mod_assign_get_submissions | Returns the submissions for assignments |
| DefaultApi | mod_assign_list_participants | POST /webservice/rest/server.php#mod_assign_list_participants | List the participants for a single assignment, with some summary info about their submissions. |
| DefaultApi | tool_mobile_get_public_config | GET /lib/ajax/service-nologin.php#tool_mobile_get_public_config | Returns a list of the site public settings, those not requiring authentication. |
Documentation For Models
- CoreCommentAddCommentsParametersCommentsInner
- CoreCommentAddCommentsResponseInner
- CoreCommentGetCommentsResponse
- CoreCommentGetCommentsResponseWarningsInner
- CoreCourseGetContentsParametersOptionsInner
- CoreCourseGetContentsResponseInner
- CoreCourseGetContentsResponseInnerModulesInner
- CoreCourseGetContentsResponseInnerModulesInnerActivitybadge
- CoreCourseGetContentsResponseInnerModulesInnerActivitybadgeOneOf
- CoreCourseGetContentsResponseInnerModulesInnerActivitybadgeOneOfBadgeextraattributesInner
- CoreCourseGetContentsResponseInnerModulesInnerCompletiondata
- CoreCourseGetContentsResponseInnerModulesInnerCompletiondataDetailsInner
- CoreCourseGetContentsResponseInnerModulesInnerCompletiondataDetailsInnerRulevalue
- CoreCourseGetContentsResponseInnerModulesInnerContentsInner
- CoreCourseGetContentsResponseInnerModulesInnerContentsInnerTagsInner
- CoreCourseGetContentsResponseInnerModulesInnerContentsinfo
- CoreCourseGetContentsResponseInnerModulesInnerDatesInner
- CoreEnrolGetUsersCoursesResponseInner
- CoreEnrolGetUsersCoursesResponseInnerOverviewfilesInner
- CoreGroupGetCourseGroupsResponseInner
- CoreWebserviceGetSiteInfoResponse
- CoreWebserviceGetSiteInfoResponseAdvancedfeaturesInner
- CoreWebserviceGetSiteInfoResponseFunctionsInner
- GradereportUserGetGradeItemsResponse
- GradereportUserGetGradeItemsResponseUsergradesInner
- GradereportUserGetGradeItemsResponseUsergradesInnerGradeitemsInner
- LoginToken200Response
- ModAssignGetAssignmentsResponse
- ModAssignGetAssignmentsResponseCoursesInner
- ModAssignGetAssignmentsResponseCoursesInnerAssignmentsInner
- ModAssignGetAssignmentsResponseCoursesInnerAssignmentsInnerConfigsInner
- ModAssignGetAssignmentsResponseWarningsInner
- ModAssignGetSubmissionsResponse
- ModAssignGetSubmissionsResponseAssignmentsInner
- ModAssignGetSubmissionsResponseAssignmentsInnerSubmissionsInner
- ModAssignGetSubmissionsResponseAssignmentsInnerSubmissionsInnerPluginsInner
- ModAssignGetSubmissionsResponseAssignmentsInnerSubmissionsInnerPluginsInnerEditorfieldsInner
- ModAssignGetSubmissionsResponseAssignmentsInnerSubmissionsInnerPluginsInnerFileareasInner
- ModAssignListParticipantsResponseInner
- ModAssignListParticipantsResponseInnerCustomfieldsInner
- ModAssignListParticipantsResponseInnerEnrolledcoursesInner
- ModAssignListParticipantsResponseInnerGroupsInner
- ModAssignListParticipantsResponseInnerPreferencesInner
- ModAssignListParticipantsResponseInnerRolesInner
- ToolMobileGetPublicConfigResponse
- ToolMobileGetPublicConfigResponseIdentityprovidersInner
Documentation For Authorization
Authentication schemes defined for the API:
wstoken
- Type: API key
- API key parameter name: wstoken
- Location: URL query string
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poodle_async_mini-5.0.2.post4.tar.gz.
File metadata
- Download URL: poodle_async_mini-5.0.2.post4.tar.gz
- Upload date:
- Size: 61.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac796970745101c38da24b0073b5c6a3f7d362ac51db1f7349b045caaa94c5af
|
|
| MD5 |
29e8f54f971ff80713469fce4a750e41
|
|
| BLAKE2b-256 |
cbd347f8c38a5c0eb489563747be5550a10ca11e5521d8487de7c5ad3646334c
|
File details
Details for the file poodle_async_mini-5.0.2.post4-py3-none-any.whl.
File metadata
- Download URL: poodle_async_mini-5.0.2.post4-py3-none-any.whl
- Upload date:
- Size: 127.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a851a0ecf8ba50df65d0af6d81ac987bcd64e6a469b0ac2a70ebfe3048850c
|
|
| MD5 |
a0ad168ba14f643560ba1c73ab1b6a23
|
|
| BLAKE2b-256 |
0df119c6aa7a0280834bcc512844cafd359d646dbbf937e71421729b27a6bdef
|