Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 21, 2020
1 parent 60001d8 commit 7380f8d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Expand Up @@ -40,12 +40,12 @@ If ``user`` is blank then the user associated with the current logon details wil

:param communityUrl: should be set to the Portal's community URL, e.g. https://mysite.com/portal/sharing/rest/community
:param user: username to query, or an empty string to query the current user
:param authcfg: authentification configuration ID
:param authcfg: authentication configuration ID
:param requestHeaders: optional additional request headers
:param feedback: optional feedback argument for cancelation support
:param feedback: optional feedback argument for cancellation support

:return: - JSON user info
- errorTitle: title summary of any encountered errrors
- errorTitle: title summary of any encountered errors
- errorText: error text of any encountered errors
%End

Expand All @@ -57,12 +57,12 @@ If ``user`` is blank then the user associated with the current logon details wil

:param communityUrl: should be set to the Portal's community URL, e.g. https://mysite.com/portal/sharing/rest/community
:param user: username to query, or an empty string to query the current user
:param authcfg: authentification configuration ID
:param authcfg: authentication configuration ID
:param requestHeaders: optional additional request headers
:param feedback: optional feedback argument for cancelation support
:param feedback: optional feedback argument for cancellation support

:return: - a list of JSON group info
- errorTitle: title summary of any encountered errrors
- errorTitle: title summary of any encountered errors
- errorText: error text of any encountered errors
%End

Expand All @@ -72,13 +72,13 @@ Retrieves JSON definitions for all items which belong the the specified ``groupI

:param contentUrl: should be set to the Portal's content URL, e.g. https://mysite.com/portal/sharing/rest/content
:param groupId: ID of group to query
:param authcfg: authentification configuration ID
:param authcfg: authentication configuration ID
:param requestHeaders: optional additional request headers
:param feedback: optional feedback argument for cancelation support
:param feedback: optional feedback argument for cancellation support
:param pageSize: number of results to retrieve for each request. Maximum value is 100.

:return: - a list of JSON item info for all items within the group
- errorTitle: title summary of any encountered errrors
- errorTitle: title summary of any encountered errors
- errorText: error text of any encountered errors
%End

Expand All @@ -90,14 +90,14 @@ Retrieves JSON definitions for all items which belong the the specified ``groupI

:param contentUrl: should be set to the Portal's content URL, e.g. https://mysite.com/portal/sharing/rest/content
:param groupId: ID of group to query
:param authcfg: authentification configuration ID
:param authcfg: authentication configuration ID
:param itemTypes: list of desired item types (using QgsArcGisPortalUtils.ItemType values)
:param requestHeaders: optional additional request headers
:param feedback: optional feedback argument for cancelation support
:param feedback: optional feedback argument for cancellation support
:param pageSize: number of results to retrieve for each request. Maximum value is 100.

:return: - a list of JSON item info for all items within the group
- errorTitle: title summary of any encountered errrors
- errorTitle: title summary of any encountered errors
- errorText: error text of any encountered errors
%End

Expand Down
24 changes: 12 additions & 12 deletions src/core/providers/arcgis/qgsarcgisportalutils.h
Expand Up @@ -53,11 +53,11 @@ class CORE_EXPORT QgsArcGisPortalUtils
*
* \param communityUrl should be set to the Portal's community URL, e.g. https://mysite.com/portal/sharing/rest/community/
* \param user username to query, or an empty string to query the current user
* \param authcfg authentification configuration ID
* \param errorTitle title summary of any encountered errrors
* \param authcfg authentication configuration ID
* \param errorTitle title summary of any encountered errors
* \param errorText error text of any encountered errors
* \param requestHeaders optional additional request headers
* \param feedback optional feedback argument for cancelation support
* \param feedback optional feedback argument for cancellation support
*
* \returns JSON user info
*/
Expand All @@ -70,11 +70,11 @@ class CORE_EXPORT QgsArcGisPortalUtils
*
* \param communityUrl should be set to the Portal's community URL, e.g. https://mysite.com/portal/sharing/rest/community/
* \param user username to query, or an empty string to query the current user
* \param authcfg authentification configuration ID
* \param errorTitle title summary of any encountered errrors
* \param authcfg authentication configuration ID
* \param errorTitle title summary of any encountered errors
* \param errorText error text of any encountered errors
* \param requestHeaders optional additional request headers
* \param feedback optional feedback argument for cancelation support
* \param feedback optional feedback argument for cancellation support
*
* \returns a list of JSON group info
*/
Expand All @@ -85,11 +85,11 @@ class CORE_EXPORT QgsArcGisPortalUtils
*
* \param contentUrl should be set to the Portal's content URL, e.g. https://mysite.com/portal/sharing/rest/content/
* \param groupId ID of group to query
* \param authcfg authentification configuration ID
* \param errorTitle title summary of any encountered errrors
* \param authcfg authentication configuration ID
* \param errorTitle title summary of any encountered errors
* \param errorText error text of any encountered errors
* \param requestHeaders optional additional request headers
* \param feedback optional feedback argument for cancelation support
* \param feedback optional feedback argument for cancellation support
* \param pageSize number of results to retrieve for each request. Maximum value is 100.
*
* \returns a list of JSON item info for all items within the group
Expand All @@ -101,12 +101,12 @@ class CORE_EXPORT QgsArcGisPortalUtils
*
* \param contentUrl should be set to the Portal's content URL, e.g. https://mysite.com/portal/sharing/rest/content/
* \param groupId ID of group to query
* \param authcfg authentification configuration ID
* \param authcfg authentication configuration ID
* \param itemTypes list of desired item types (using QgsArcGisPortalUtils.ItemType values)
* \param errorTitle title summary of any encountered errrors
* \param errorTitle title summary of any encountered errors
* \param errorText error text of any encountered errors
* \param requestHeaders optional additional request headers
* \param feedback optional feedback argument for cancelation support
* \param feedback optional feedback argument for cancellation support
* \param pageSize number of results to retrieve for each request. Maximum value is 100.
*
* \returns a list of JSON item info for all items within the group
Expand Down

0 comments on commit 7380f8d

Please sign in to comment.