Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Solidify-Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Solidify
Solidify-Backend
Commits
7a65df07
Commit
7a65df07
authored
1 year ago
by
Nicolas.Rod
Browse files
Options
Downloads
Patches
Plain Diff
feat(SolidifyRestClientService): add getter for AbstractRestClientTool
parent
d9236996
No related branches found
No related tags found
1 merge request
!435
feat(SolidifyRestClientService): add getter for AbstractRestClientTool
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solidify-rest-client/src/main/java/ch/unige/solidify/service/SolidifyRestClientService.java
+8
-3
8 additions, 3 deletions
.../ch/unige/solidify/service/SolidifyRestClientService.java
with
8 additions
and
3 deletions
solidify-rest-client/src/main/java/ch/unige/solidify/service/SolidifyRestClientService.java
+
8
−
3
View file @
7a65df07
...
...
@@ -9,12 +9,12 @@
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-2.0.html>.
...
...
@@ -160,6 +160,7 @@ public abstract class SolidifyRestClientService {
return
subResourceList
;
}
// ********************
// ** HEAD Functions **
// ********************
...
...
@@ -335,10 +336,14 @@ public abstract class SolidifyRestClientService {
return
restClt
;
}
public
AbstractRestClientTool
getRestClientTool
()
{
return
this
.
restClientTool
;
}
/**
* Complete an URL with pagination query parameters
*
* @param url url to complete
* @param url
url to complete
* @param pageable pageable object used to complete the URL
* @return completed URL
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment