<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: February Developer Challenge - CAP Plugins: Week 2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13632801#M2027048</link>
    <description>&lt;P&gt;GraphQl Query&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kaustav_1-1709971353459.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/77805iB4B84515BACE534A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kaustav_1-1709971353459.png" alt="Kaustav_1-1709971353459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bonus&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kaustav_2-1709971393559.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/77806i488A5814C9306339/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kaustav_2-1709971393559.png" alt="Kaustav_2-1709971393559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2024 08:03:26 GMT</pubDate>
    <dc:creator>Kaustav</dc:creator>
    <dc:date>2024-03-09T08:03:26Z</dc:date>
    <item>
      <title>February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605065#M2026524</link>
      <description>&lt;P&gt;If you missed week 1, you can find all the details:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/february-developer-challenge-cap-plugins-week-1/td-p/13597835" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now that the challenge is complete: here is my sample solution:&amp;nbsp;&lt;A href="https://github.com/jung-thomas/dev-challenge-feb-2024" target="_blank"&gt;jung-thomas/dev-challenge-feb-2024: Developer Challenge February 2024 (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This week's challenge is going to build upon what we learned last week with the OData V2 plugin. We will continue working with the same project, but now we want to add support for GraphQL.&lt;/P&gt;&lt;H2&gt;What is GraphQL?&lt;/H2&gt;&lt;P&gt;&lt;A href="https://graphql.org/" target="_blank" rel="nofollow noopener"&gt;GraphQL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is a query language for APIs and a runtime for executing those queries by using a type system you define for your data. Unlike REST, which uses multiple URLs to access different resources, GraphQL accesses all the resources from a single endpoint with queries that articulate exactly what data is needed.&lt;/P&gt;&lt;P&gt;GraphQL and OData are both specifications for building and consuming APIs but take different approaches to some aspects.&lt;/P&gt;&lt;P&gt;GraphQL is a query language for APIs and a runtime for executing those queries by using a type system you define for your data.&lt;/P&gt;&lt;P&gt;OData defines a set of best practices for building and consuming RESTful APIs. It extends REST by providing a uniform way to describe both the data and the data model, enabling more detailed queries and interactions with the data.&lt;/P&gt;&lt;H2&gt;How does this impact the SAP Cloud Application Programming Model?&lt;/H2&gt;&lt;P&gt;The SAP Cloud Application Programming model was designed to be protocol agnostic as much as possible. While OData V4 is the default service type exposed by CAP applications; CAP was never intended to only support OData or just one version of that specification. Therefore its possible from a single model and service definition to support both OData and GraphQL even with the differences in approaches used by the two different protocols!&lt;/P&gt;&lt;H2&gt;Your Task this week&lt;/H2&gt;&lt;P&gt;Use the GraphQl Adapter plug-in to add GraphQL support to your project and to ONLY the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;CatalogService&amp;nbsp;&lt;/EM&gt;endpoint. And make sure that this same service also still supports OData V4 in parallel.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://cap.cloud.sap/docs/plugins/#graphql-adapter" target="_blank" rel="nofollow noopener"&gt;GraphQL Adapter&lt;/A&gt;: The GraphQL Adapter is a protocol adapter that generically generates a GraphQL schema for the models of an application and serves an endpoint that allows you to query your services using the GraphQL query language.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cap-js/graphql" target="_blank" rel="nofollow noopener"&gt;https://github.com/cap-js/graphql&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To complete the challenge, post a screenshot from the &lt;EM&gt;graphql&lt;/EM&gt; test tool (which can be accessed from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;/graphql&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;url of your application) running a query against the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;ListOfBooks&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;entity in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;CatalogService&lt;/EM&gt;.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graphql1.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65249i5C41080F719C4FC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="graphql1.png" alt="graphql1.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Bonus 1:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The test tool doesn't automatically include a link to the GraphQL test tool. But using a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;server.js&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file we can use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;on serving&amp;nbsp;&lt;/EM&gt;event to extend the CAP test tool ourselves. Your bonus challenge is to add the code to your project to expose a link in the test tool to the GraphQL page but only for the service endpoints that support GraphQL.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Hint:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Several of the samples in the SAP-Samples repository on GitHub perform this technique.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graphql2.png" style="width: 652px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65241i81C6991D8D924A78/image-size/large?v=v2&amp;amp;px=999" role="button" title="graphql2.png" alt="graphql2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605065#M2026524</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2024-03-05T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605263#M2026531</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-14 at 14.51.24.png" style="width: 985px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65332i36A645C06771D648/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-14 at 14.51.24.png" alt="Screenshot 2024-02-14 at 14.51.24.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For the bonus part:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-15 at 10.35.43.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65863i2F9686F439FF6C4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-02-15 at 10.35.43.png" alt="Screenshot 2024-02-15 at 10.35.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605263#M2026531</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-02-15T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605298#M2026532</link>
      <description>&lt;P&gt;Screenshots:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarniti4_2-1708017014504.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66110i12AF2AAA2180FAA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarniti4_2-1708017014504.png" alt="kumarniti4_2-1708017014504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bonus:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarniti4_1-1708016958921.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66108i3852AB4AE7D4BDBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarniti4_1-1708016958921.png" alt="kumarniti4_1-1708016958921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/53"&gt;@qmacro&lt;/a&gt;, for the additional hint. I was so close already but gave up. I tried again after seeing your hint and found the example.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605298#M2026532</guid>
      <dc:creator>kumarniti4</dc:creator>
      <dc:date>2024-02-15T17:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605481#M2026536</link>
      <description>&lt;P&gt;Adding GraphQL to service...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ajmaradiaga_0-1707929782827.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65431i554E572CC3D3136E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ajmaradiaga_0-1707929782827.png" alt="ajmaradiaga_0-1707929782827.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605481#M2026536</guid>
      <dc:creator>ajmaradiaga</dc:creator>
      <dc:date>2024-02-14T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605548#M2026538</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I added and graphql adapter.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="satyadev_0-1707933115005.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65463i51FA1F93994EE70A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="satyadev_0-1707933115005.png" alt="satyadev_0-1707933115005.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 17:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605548#M2026538</guid>
      <dc:creator>satya-dev</dc:creator>
      <dc:date>2024-02-14T17:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605679#M2026541</link>
      <description>&lt;P&gt;The GraphSql plugin:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sap-challenge-2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65500i9255BFDA9B28D8A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="sap-challenge-2.jpg" alt="sap-challenge-2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 22:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605679#M2026541</guid>
      <dc:creator>egenoves</dc:creator>
      <dc:date>2024-02-14T22:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605746#M2026543</link>
      <description>&lt;P&gt;Added GraphQL:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graphql.jpg" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65539iCFB605BC72B82EF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="graphql.jpg" alt="graphql.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bonus 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smok1_0-1707973163561.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65616iBC39B8E56F0111A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smok1_0-1707973163561.png" alt="smok1_0-1707973163561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 04:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13605746#M2026543</guid>
      <dc:creator>smok1</dc:creator>
      <dc:date>2024-02-15T04:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606554#M2026553</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1707991680455.png" style="width: 739px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65846i5F91BFFC8EE9B54F/image-dimensions/739x523?v=v2" width="739" height="523" role="button" title="Ruthiel_0-1707991680455.png" alt="Ruthiel_0-1707991680455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried to add the GraphQL link unsuccessfully.&amp;nbsp;&lt;BR /&gt;Maybe something wrong with my server.js code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 11:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606554#M2026553</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2024-02-15T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606558#M2026554</link>
      <description>&lt;P&gt;GraphQL query&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SandipAgarwalla_0-1707998024453.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65977i2B31FFAE8EB73C08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SandipAgarwalla_0-1707998024453.png" alt="SandipAgarwalla_0-1707998024453.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bonus - WIP&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 11:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606558#M2026554</guid>
      <dc:creator>SandipAgarwalla</dc:creator>
      <dc:date>2024-02-15T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606574#M2026555</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_2-1707998726493.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65985iF522E4154F9ECBB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_2-1707998726493.png" alt="stickman_0x00_2-1707998726493.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_1-1707998714009.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/65984i2B885EBADFAE7C87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_1-1707998714009.png" alt="stickman_0x00_1-1707998714009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Felt more like I was learning how to search github than understanding how it works adding the links &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606574#M2026555</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2024-02-15T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606665#M2026559</link>
      <description>&lt;P&gt;If you need a hint or help with the bonus feel free to direct message me here on the Community platform.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606665#M2026559</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2024-02-15T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606680#M2026561</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Raghu_150_0-1708005367805.png" style="width: 569px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66016i895FC267E4353AB8/image-dimensions/569x410?v=v2" width="569" height="410" role="button" title="Raghu_150_0-1708005367805.png" alt="Raghu_150_0-1708005367805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 13:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606680#M2026561</guid>
      <dc:creator>Raghu_150</dc:creator>
      <dc:date>2024-02-15T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606735#M2026565</link>
      <description>&lt;P&gt;Searching GitHub is a good skill to master! There's so much great material on CAP and everything there, that being able to pinpoint something or fish out an example of how to do something that the one that can wield search effectively has an advantage over those that can't. Plus you need to recognise and sift through CAP code examples to find the solution, so that's CAP specific! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606735#M2026565</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-02-15T14:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606741#M2026566</link>
      <description>&lt;P&gt;If I may be so bold and offer a bit of a clue to those looking to complete the bonus part of this week's task. The search facility on GitHub is fantastic, and with the help of search modifiers, you can narrow in on what you're looking for with ease.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The base search is at&amp;nbsp;&lt;A href="https://github.com/search" target="_blank"&gt;https://github.com/search&lt;/A&gt;&amp;nbsp;and the &lt;A href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax" target="_self"&gt;query language&lt;/A&gt; includes parameters that allow you to specific the context of your search. For example, you might want to set the `org` to `SAP-samples` and the `type` to `code`, and perhaps the `path` to something else, while looking for the things that&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/139"&gt;@thomas_jung&lt;/a&gt;&amp;nbsp;hinted at in the bonus description &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You should end up with a very specific URL that you can GET in your browser, and there are (at the time of writing) only two results, both of which have code that you can use.&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606741#M2026566</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-02-15T14:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606749#M2026567</link>
      <description>&lt;P&gt;Can't argue with that and this time you guys did gave us enough tips to solve the problem &lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;. In the mean time learned that how to do for the rest protocol too.&lt;/P&gt;&lt;P&gt;Continue keep bringing them!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13606749#M2026567</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2024-02-15T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607029#M2026569</link>
      <description>&lt;P&gt;graphql query:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcelFarkas_0-1708020602217.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66134i3F57F4AB7B047FDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcelFarkas_0-1708020602217.png" alt="MarcelFarkas_0-1708020602217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;bonus:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcelFarkas_1-1708020625395.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66135iA46A29C161589CB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcelFarkas_1-1708020625395.png" alt="MarcelFarkas_1-1708020625395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607029#M2026569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2024-02-15T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607208#M2026572</link>
      <description>&lt;P&gt;I just debug the 'standard code', understand how the 'standard Cap index' page is constructed and did my own solution. Curious to find the SAP sample solution on GIT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 21:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607208#M2026572</guid>
      <dc:creator>smok1</dc:creator>
      <dc:date>2024-02-15T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607239#M2026574</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-15 at 4.30.29 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66249iEB09A73C3FA178D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-15 at 4.30.29 PM.png" alt="Screenshot 2024-02-15 at 4.30.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 22:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607239#M2026574</guid>
      <dc:creator>NagaPrakashT</dc:creator>
      <dc:date>2024-02-15T22:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607299#M2026577</link>
      <description>&lt;P&gt;GraphQL query&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 871px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66269i8540C1DDA27782AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bonus 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gu_marti_paulo87_0-1708046429830.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/66270i921BC04F32321E92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gu_marti_paulo87_0-1708046429830.png" alt="gu_marti_paulo87_0-1708046429830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 01:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607299#M2026577</guid>
      <dc:creator>gustavo_paulo</dc:creator>
      <dc:date>2024-02-16T01:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: February Developer Challenge - CAP Plugins: Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607507#M2026580</link>
      <description>&lt;P&gt;Can't seem to get the bonus execise correct. Found the server.js, but does not work&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 07:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/february-developer-challenge-cap-plugins-week-2/m-p/13607507#M2026580</guid>
      <dc:creator>SandipAgarwalla</dc:creator>
      <dc:date>2024-02-16T07:45:47Z</dc:date>
    </item>
  </channel>
</rss>

