Skip to content

Commit

Permalink
update readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent ed7c524 commit d00c38d
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 78 deletions.
6 changes: 3 additions & 3 deletions CURL_EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

````shell
curl -X 'POST' \
'http://localhost:9000/api/convert/json/2.0' \
'http://localhost:8080/api/convert/json/2.0' \
-H 'accept: application/ld+json' \
-H 'Content-Type: application/xml' \
-H 'GS1-EPC-Format: Always_GS1_Digital_Link' \
Expand Down Expand Up @@ -41,7 +41,7 @@ this should return an error due to unknown GCP-Length when requesting *GS1-EPC-F

````shell
curl -X 'POST' \
'http://localhost:9000/api/convert/xml/2.0' \
'http://localhost:8080/api/convert/xml/2.0' \
-H 'accept: application/xml' \
-H 'Content-Type: application/ld+json' \
-H 'GS1-CBV-XML-Format: Always_URN' \
Expand Down Expand Up @@ -86,7 +86,7 @@ this should be working, no GCP-Length required when requesting without *GS1-EPC-

````shell
curl -X 'POST' \
'http://localhost:9000/api/convert/xml/2.0' \
'http://localhost:8080/api/convert/xml/2.0' \
-H 'accept: application/xml' \
-H 'Content-Type: application/ld+json' \
-d '{
Expand Down
Loading

0 comments on commit d00c38d

Please sign in to comment.