{"id":8600,"date":"2022-09-01T14:13:32","date_gmt":"2022-09-01T12:13:32","guid":{"rendered":"https:\/\/actonic.de\/was-eine-rest-api-mit-pizza-zu-tun-hat\/"},"modified":"2023-03-22T14:54:36","modified_gmt":"2023-03-22T13:54:36","slug":"what-rest-api-has-to-do-with-pizza","status":"publish","type":"post","link":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/","title":{"rendered":"What a REST API has to do with pizza"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"What-is-an-API?\" data-renderer-start-pos=\"824\">What is an API?<\/h2>\n<p data-renderer-start-pos=\"841\">API is an abbreviation for API is an abbreviation for <em data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\">Application Programming Interface.<\/strong><\/em> In other words: programming interface. The term is clear, but what is behind it? In other words: programming interface. The term is clear, but what lies behind it?<\/p>\n<p data-renderer-start-pos=\"1095\">It is best to consider an API to be an intermediary between the end users and the requested resources\/web services. Programming interfaces are used for standardized exchange of information between applications and individual program parts, completely <strong data-renderer-mark=\"true\">independent of their implementation. <\/strong>APIs mediate your requests to the server and tell you what the server&#8217;s response was using a language you can understand. They are specifications of possible interactions with software components.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;8592&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221;][vc_column_text]<\/p>\n<h2 id=\"Excursus:-HTTP-and-how-does-the-Internet-work?\" data-renderer-start-pos=\"1586\">Excursus: HTTP and how does the Internet work?<\/h2>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p data-renderer-start-pos=\"1637\">To understand APIs holistically, it is worthwhile to dig a little further: on the Internet. The Internet consists of many individual <strong data-renderer-mark=\"true\">networks (servers). <\/strong><\/p>\n<p data-renderer-start-pos=\"1751\" data-wp-editing=\"1\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-8597 alignleft\" src=\"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-300x134.png\" alt=\"\" width=\"300\" height=\"134\" srcset=\"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-300x134.png 300w, https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-1024x459.png 1024w, https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-768x344.png 768w, https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-1536x688.png 1536w, https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-Graphic-2048x918.png 2048w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p data-renderer-start-pos=\"1637\">Data is stored in them. In order for this data to reach you and your browser, a special protocol called HTTP is used. This stands for <em data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\">Hypertext Transfer Protocol. <\/strong><\/em>HTTP specifies the structure of requests and responses and defines a standard for transferring content.<\/p>\n<p data-renderer-start-pos=\"2058\">APIs use HTTP to send a request to the server, after which the server delivers the response.<\/p>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<h2 id=\"API-simply-explained-with-pizza\" data-renderer-start-pos=\"2152\">API simply explained with pizza<\/h2>\n<p data-renderer-start-pos=\"2185\">You are hungry and decide to go to a restaurant. An attentive waiter comes to your seat and takes your order: <strong data-renderer-mark=\"true\">&#8220;Pizza Margherita.&#8221;<\/strong><\/p>\n<p data-renderer-start-pos=\"2316\">&#8220;Do you have it vegan?&#8221;<\/p>\n<p data-renderer-start-pos=\"2344\">Unless you are dining in a vegan restaurant, the answer to this question is quite open. You&#8217;re not interested in the details of whether there was vegan cheese substitute yesterday or whether there will be again in two weeks. You are interested in a real-time answer to your acute request.<\/p>\n<p data-renderer-start-pos=\"2634\">The waiter communicates with the kitchen staff, comes back and tells you that you will get your vegan pizza. A little later, he serves you your vegan pizza.<\/p>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner][vc_single_image image=&#8221;8588&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221;][vc_column_text]<\/p>\n<p data-renderer-start-pos=\"2792\">This service is in a way what an API does: <strong data-renderer-mark=\"true\">it delivers exactly what you want, to the extent that the kitchen (the underlying system) can provide it. <\/strong>Moreover, you don&#8217;t need to know all the details of the caching exactly, i.e., how the resources are retrieved or from where (in our case: the full circumstances of how the vegan cheese is stocked, produced, etc. Yes or no is enough of an answer).<\/p>\n<p data-renderer-start-pos=\"3190\">And <strong data-renderer-mark=\"true\">the language <\/strong>in which the order is placed, accepted and delivered<strong data-renderer-mark=\"true\"> is HTTP in this case.<\/strong><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"Examples-of-APIs\" data-renderer-start-pos=\"3285\">Examples of APIs<\/h2>\n<ul class=\"ak-ul\" data-indent-level=\"1\">\n<li>\n<p data-renderer-start-pos=\"3305\"><strong data-renderer-mark=\"true\">PayPal Payment<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"3323\">Certainly, you have already paid your order through a webshop using PayPal. This is also an API that ensures that the end application only does what it needs to do without violating sensitive data.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"3526\"><strong data-renderer-mark=\"true\">Fast log-in<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"3541\">On many websites, you can log in to social media channels with simple buttons. Again, this is where the platforms&#8217; APIs are used to identify you.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"3692\"><strong data-renderer-mark=\"true\">Book a vacation<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"3711\">You want to strike the best vacation deal: Internet comparison portals offer an ideal overview of departure times and prices. APIs allow data and requests to be exchanged quickly and autonomously.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 id=\"What-is-a-REST-API?\" data-renderer-start-pos=\"3913\">What is a REST API?<\/h2>\n<p data-renderer-start-pos=\"3934\">A REST API is a special type of programming interface. REST stands for:<em data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\"> Representational State Transfer, <\/strong><\/em>an architectural style used to exchange data between users and applications. Rest is not a standard, but merely an <strong data-renderer-mark=\"true\">architectural design, in a sense a collection of different protocols.<\/strong><\/p>\n<p data-renderer-start-pos=\"4225\">REST is also not a protocol like HTTP, but <strong data-renderer-mark=\"true\">uses the HTTP protocol to retrieve and provide resources.<\/strong> This is also one of the main differences between APIs and REST APIs: depending on the type of API, a different protocol is used. <strong data-renderer-mark=\"true\">REST APIs interact exclusively through HTTP protocols.<\/strong><\/p>\n<p data-renderer-start-pos=\"4511\">Furthermore, REST architecture is easily modifiable and implementable.<\/p>\n<h3 id=\"Rest-API:-Precisely-defined\" data-renderer-start-pos=\"4583\">Rest API: Precisely defined<\/h3>\n<p data-renderer-start-pos=\"4612\">For an API to be a <strong data-renderer-mark=\"true\">REST API, <\/strong>there are some criteria that must be met:<\/p>\n<ul class=\"ak-ul\" data-indent-level=\"1\">\n<li>\n<p data-renderer-start-pos=\"4686\"><strong data-renderer-mark=\"true\">Client\/Server architecture<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"4716\">The client-server principle follows the idea of <strong data-renderer-mark=\"true\">\u201cseparation of concerns\u201d.<\/strong> By separating different concerns, code maintenance and simplification are improved.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"4879\"><strong data-renderer-mark=\"true\">Statelessness<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"4896\">This means that relevant session data is stored at the client and not the server. Stateless logs<strong data-renderer-mark=\"true\"> increase performance <\/strong>by keeping server load low compared to keeping session information.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5087\"><strong data-renderer-mark=\"true\">Cacheability<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"5103\">Performance scalability is greatly enhanced by <strong data-renderer-mark=\"true\">well-managed caching. <\/strong>The cache can be run either on the client machine (memory) or in browser memory.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5258\"><strong data-renderer-mark=\"true\">Multi-layer system<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"5280\">Intermediate servers do not affect client-server communication, but<strong data-renderer-mark=\"true\"> improve system scalability <\/strong>and security logic.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5400\"><strong data-renderer-mark=\"true\">Code-on-demand <\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"5419\">Servers can extend functionalities of a client by transferring the executable code.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5508\"><strong data-renderer-mark=\"true\">Unified interface<\/strong><\/p>\n<ul class=\"ak-ul\" data-indent-level=\"2\">\n<li>\n<p data-renderer-start-pos=\"5529\">The unified interface of the REST system greatly simplifies the architecture. <strong data-renderer-mark=\"true\">Using URIs,<\/strong> the resources are conceptually separated from the representations that the client contains.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 id=\"REST-APIs-advantages\" data-renderer-start-pos=\"5716\">REST APIs advantages<\/h2>\n<ul class=\"ak-ul\" data-indent-level=\"1\">\n<li>\n<p data-renderer-start-pos=\"5740\">APIs enable simplified programming<\/p>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5778\">Clean overall structure, as individual functions can be outsourced to program modules<\/p>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5867\">Agility through automated workflows thanks to APIs<\/p>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5921\">Seamless communication through integration of platforms and systems<\/p>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"5992\">REST APIs are very flexible and can be adapted to any data changes<\/p>\n<\/li>\n<li>\n<p data-renderer-start-pos=\"6062\">APIs provide additional protection between data and servers<\/p>\n<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text el_class=&#8221;info-box-simple&#8221;]<\/p>\n<p style=\"text-align: left;\">Even if APIs simplify the handling of data security issues, every company should ensure that the (Atlassian) products used comply with data protection guidelines. We would be happy to take a look at your systems and requirements and check whether you are working in compliance with data protection, or which twists and turns we can still work on together.<\/p>\n<p>[\/vc_column_text][vc_empty_space][button title=&#8221;Contact us&#8221; classes=&#8221;ContactJiraIssueCollector&#8221; button_align=&#8221;center&#8221; button_size=&#8221;btn-lg&#8221; el_id=&#8221;1662034224334-29aaaca8-2c1d&#8221;][vc_empty_space][vc_column_text]<\/p>\n<h2 id=\"Jira-REST-API\" data-renderer-start-pos=\"6504\">Jira REST API<\/h2>\n<p data-renderer-start-pos=\"6519\">The Jira Rest APIs are intended for developers who want to create add-ons for Jira software and develop integrations between Jira and other applications, as well as provide a low-level way to interact with the system.<\/p>\n<p data-renderer-start-pos=\"6738\"><strong data-renderer-mark=\"true\">Jira REST APIs make resources available via URI paths. <\/strong>The currently supported response format is JSON. Methods are the standard HTTTP methods such as <strong data-renderer-mark=\"true\">GET, PUT, POST and DELETE.<\/strong><\/p>\n<p data-renderer-start-pos=\"6917\">The advantage of Jira REST API is that it is <strong data-renderer-mark=\"true\">based on open standards.<\/strong> This means that any conceivable development language can be used to access it.<\/p>\n<p>[\/vc_column_text][vc_single_image image=&#8221;8590&#8243; img_size=&#8221;full&#8221; add_caption=&#8221;yes&#8221; alignment=&#8221;center&#8221; onclick=&#8221;link_image&#8221;][vc_column_text]<\/p>\n<p data-renderer-start-pos=\"7164\">Atlassian provides detailed <a class=\"css-tgpl01\" title=\"https:\/\/docs.atlassian.com\/software\/jira\/docs\/api\/REST\/4.4.1\/\" href=\"https:\/\/docs.atlassian.com\/software\/jira\/docs\/api\/REST\/4.4.1\/\" data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\">Jira REST API documentation<\/strong><\/a>, so you know exactly how to use the REST API and what to look for. Likewise, you can find great tutorials online in the<a class=\"css-tgpl01\" title=\"https:\/\/developer.atlassian.com\/server\/jira\/platform\/jira-rest-api-examples\/\" href=\"https:\/\/developer.atlassian.com\/server\/jira\/platform\/jira-rest-api-examples\/\" data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\"> Jira Server REST APIs sample guide <\/strong><\/a>or<a class=\"css-tgpl01\" title=\"https:\/\/developer.atlassian.com\/cloud\/jira\/software\/rest\/intro\/\" href=\"https:\/\/developer.atlassian.com\/cloud\/jira\/software\/rest\/intro\/\" data-renderer-mark=\"true\"><strong data-renderer-mark=\"true\"> Jira Cloud REST APIs sample guide<\/strong><\/a> for creating or updating tasks or advanced search functions.<\/p>\n<h2 id=\"Conclusion-REST-API-and-Pizza\" data-renderer-start-pos=\"7474\">Conclusion REST API and Pizza<\/h2>\n<p data-renderer-start-pos=\"7505\">We hope we were able to clear up some question marks about the (Jira) REST API. Just always remember the <strong data-renderer-mark=\"true\">pizza example: <\/strong>you as a client want to have a pizza from the staff in the kitchen (server). The negotiation takes place in English (HTTP) and follows certain guidelines, such as politeness. These guidelines, in which the conversation takes place, are what the API does. It makes sure that you, as a customer, get exactly the pizza you want \u2013 if the kitchen can deliver.<\/p>\n<p data-renderer-start-pos=\"7981\">If you have any further questions, please don&#8217;t hesitate to contact us!<\/p>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;60px&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Are you also wondering what a REST API actually is? How to define it and what daily examples are? Here we clarify what REST APIs have in common with pizza and how you can understand the Jira REST API. Great insights for consulting: read now!<\/p>\n","protected":false},"author":15,"featured_media":8596,"comment_status":"open","ping_status":"open","sticky":false,"template":"single_cta.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[236],"tags":[300,263],"class_list":["post-8600","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles-agile","tag-agile-en","tag-cloud"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What a REST API has to do with pizza - Actonic \u2013 Unfolding your potential<\/title>\n<meta name=\"description\" content=\"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What a REST API has to do with pizza\" \/>\n<meta property=\"og:description\" content=\"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/\" \/>\n<meta property=\"og:site_name\" content=\"Actonic \u2013 Unfolding your potential\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-01T12:13:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-22T13:54:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"585\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Patricia Modispacher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Patricia Modispacher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/\"},\"author\":{\"name\":\"Patricia Modispacher\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/c700b8aadff4de9c01f096c78149a808\"},\"headline\":\"What a REST API has to do with pizza\",\"datePublished\":\"2022-09-01T12:13:32+00:00\",\"dateModified\":\"2023-03-22T13:54:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/\"},\"wordCount\":1309,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/What-a-REST-API-has-to-do-with-pizza-EN.jpg\",\"keywords\":[\"Agile\",\"Cloud\"],\"articleSection\":[\"Agile\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/\",\"name\":\"What a REST API has to do with pizza - Actonic \u2013 Unfolding your potential\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/What-a-REST-API-has-to-do-with-pizza-EN.jpg\",\"datePublished\":\"2022-09-01T12:13:32+00:00\",\"dateModified\":\"2023-03-22T13:54:36+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/c700b8aadff4de9c01f096c78149a808\"},\"description\":\"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#primaryimage\",\"url\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/What-a-REST-API-has-to-do-with-pizza-EN.jpg\",\"contentUrl\":\"https:\\\/\\\/actonic.de\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/What-a-REST-API-has-to-do-with-pizza-EN.jpg\",\"width\":1200,\"height\":585},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/what-rest-api-has-to-do-with-pizza\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/actonic.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What a REST API has to do with pizza\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/\",\"name\":\"Actonic \u2013 Unfolding your potential\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/actonic.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/actonic.de\\\/en\\\/#\\\/schema\\\/person\\\/c700b8aadff4de9c01f096c78149a808\",\"name\":\"Patricia Modispacher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g\",\"caption\":\"Patricia Modispacher\"},\"url\":\"https:\\\/\\\/actonic.de\\\/en\\\/author\\\/patricia-modispacher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What a REST API has to do with pizza - Actonic \u2013 Unfolding your potential","description":"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/","og_locale":"en_US","og_type":"article","og_title":"What a REST API has to do with pizza","og_description":"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!","og_url":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/","og_site_name":"Actonic \u2013 Unfolding your potential","article_published_time":"2022-09-01T12:13:32+00:00","article_modified_time":"2023-03-22T13:54:36+00:00","og_image":[{"width":1200,"height":585,"url":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","type":"image\/jpeg"}],"author":"Patricia Modispacher","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Patricia Modispacher","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#article","isPartOf":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/"},"author":{"name":"Patricia Modispacher","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/c700b8aadff4de9c01f096c78149a808"},"headline":"What a REST API has to do with pizza","datePublished":"2022-09-01T12:13:32+00:00","dateModified":"2023-03-22T13:54:36+00:00","mainEntityOfPage":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/"},"wordCount":1309,"commentCount":0,"image":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","keywords":["Agile","Cloud"],"articleSection":["Agile"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/","url":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/","name":"What a REST API has to do with pizza - Actonic \u2013 Unfolding your potential","isPartOf":{"@id":"https:\/\/actonic.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#primaryimage"},"image":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#primaryimage"},"thumbnailUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","datePublished":"2022-09-01T12:13:32+00:00","dateModified":"2023-03-22T13:54:36+00:00","author":{"@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/c700b8aadff4de9c01f096c78149a808"},"description":"What is a REST API? \u261d\ufe0f Examples \u2714\ufe0f Definitions \u2714\ufe0f Everything you need to know about (Jira) REST APIs \u2714\ufe0f Read now!","breadcrumb":{"@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#primaryimage","url":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","contentUrl":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","width":1200,"height":585},{"@type":"BreadcrumbList","@id":"https:\/\/actonic.de\/en\/what-rest-api-has-to-do-with-pizza\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/actonic.de\/en\/"},{"@type":"ListItem","position":2,"name":"What a REST API has to do with pizza"}]},{"@type":"WebSite","@id":"https:\/\/actonic.de\/en\/#website","url":"https:\/\/actonic.de\/en\/","name":"Actonic \u2013 Unfolding your potential","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/actonic.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/actonic.de\/en\/#\/schema\/person\/c700b8aadff4de9c01f096c78149a808","name":"Patricia Modispacher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/83f51d32f34328d5faa7ff0292d03497d7df01baf810b0dc95a98f9818a08b7b?s=96&d=mm&r=g","caption":"Patricia Modispacher"},"url":"https:\/\/actonic.de\/en\/author\/patricia-modispacher\/"}]}},"jetpack_featured_media_url":"https:\/\/actonic.de\/wp-content\/uploads\/2022\/09\/What-a-REST-API-has-to-do-with-pizza-EN.jpg","_links":{"self":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/8600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/comments?post=8600"}],"version-history":[{"count":0,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/posts\/8600\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media\/8596"}],"wp:attachment":[{"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/media?parent=8600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/categories?post=8600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/actonic.de\/en\/wp-json\/wp\/v2\/tags?post=8600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}