Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Guidesandscripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Z03
Guidesandscripts
Commits
4e16670d
Commit
4e16670d
authored
5 years ago
by
Florian Goth
Browse files
Options
Downloads
Patches
Plain Diff
some general structure
parent
73688998
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
REST_Intro/intro.md
+11
-1
11 additions, 1 deletion
REST_Intro/intro.md
with
11 additions
and
1 deletion
REST_Intro/intro.md
+
11
−
1
View file @
4e16670d
...
...
@@ -45,6 +45,16 @@ headers: --headers
data: -d property1 = value1
Query parameters?
-
Concept of a state machine GET reads state. POST and PUT modify state
-
Statelessness. No client context is stored on the Server
-
Client-Server architecture. You don't know how the data is stored
-
Layered System: Client cannot tell wether it is directly connected to the server
-
Uniform Interface:
-
Resource Identification in requests
-
Resource Manipulation through representation
-
Self-Descriptive Messages
-
Hypermedia as the engine of application: a REST client should be able to use server-provided links dynamically
Do we need that?
# POST procedures... Create an issue at gitlab?
Go to requestbin.com
...
...
@@ -64,4 +74,4 @@ We use our JupyterHub, today at http://wthp008.physik.uni-wuerzburg.de:31476
# Outlook
-
jq: cli parsing of json formatted data.
-
OPTIONS method -> see RALPH example
-
OPTIONS method -> see RALPH example
-> discoverable API
\ No newline at end of file
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