Giter Site home page Giter Site logo

sap-samples / cloud-btp-cli-api-codejam Goto Github PK

View Code? Open in Web Editor NEW
22.0 12.0 7.0 13.13 MB

Material for the CodeJam on the CLI and APIs for the SAP Business Technology Platform.

License: Apache License 2.0

Shell 72.14% Dockerfile 27.86%
api cli commandline sample sap-btp shell owner-qmacro sap-codejam

cloud-btp-cli-api-codejam's Introduction

REUSE status

Hands-on with the btp CLI and APIs

Description

This repository contains the material for the "Hands-on with the btp CLI and APIs" CodeJam, a CodeJam within the SAP CodeJam BTP group.

Overview

This CodeJam is on the Core Service APIs for SAP BTP, which, according to the SAP Business Accelerator Hub, allows you to "manage, build, and extend the core capabilities of SAP BTP." It also covers the command line interface tool for SAP BTP, otherwise known as the btp CLI.

After completing this CodeJam, you will be familiar with how to use the btp CLI on the command line, and also in scripts. You'll have seen how to harness its power to view, administer and generally manage resources on SAP BTP. You'll also have a good understanding of what is possible with the APIs and how to use them.

Rather than skimming the surface of these two topics, you'll dive deep into how things work, and also understand how the two are strongly related. You'll get to understand how to get to the rich seam of data that the btp CLI and the core service APIs offer, taking your time with discovery, authentication, making calls and parsing the results.

Session prerequisites

In order to get the most from this CodeJam, and to be able to work through the exercises, there are certain prerequisites that you must have set up before the day of the CodeJam.

The prerequisites are detailed in a separate prerequisites file. Please ensure you work through these before attending the CodeJam.

Exercises

These are the exercises, each in their own directory, sometimes with supporting files and scripts. We will work through the exercises in the order shown here. From a session flow perspective, we are taking the "coordinated" approach:

The instructor will set you off on the first exercise, and that's the only one you should do; if you finish before others, there are some questions at the end of the exercise for you to ponder. Do not proceed to the next exercise until the instructor tells you to do so.

The exercises are written in a conversational way; this is so that they have enough context and information to be completed outside the hands-on session itself. To help you navigate and find what you have to actually do next, there are pointers like this πŸ‘‰ throughout that indicate the things you have to actually do (as opposed to just read for background information).

  1. Installing the btp CLI
  2. Authenticating and managing configuration
  3. Setting up autocomplete and initial account exploration
  4. Retrieving and parsing JSON output
  5. Preparing to call a Core Services API
  6. Gathering required credentials for the API call
  7. Making the API call and understanding the results
  8. More on GUIDs, and resource creation with the btp CLI
  9. Deleting resources with the API

Scripts

There are a handful of scripts that are used and explored in this CodeJam, some of them are used in multiple exercises. To that end, they're collected together in a separate scripts/ directory and there are symbolic links pointing to them from the relevant exercise-specific directories where needed.

Feedback

If you can spare a couple of minutes at the end of the session, please help the author improve for next time by providing some feedback.

Simply use this Give Feedback link to create a special "feedback" issue, and follow the instructions in there.

Thank you!

How to obtain support

Support for the content in this repository is available during the actual time of the CodeJam event for which this content has been designed.

Further connections and information

Here are a few pointers to resources for further connections and information on the btp CLI:

License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

cloud-btp-cli-api-codejam's People

Contributors

ajinkyapatil8190 avatar ajmaradiaga avatar btbernard avatar kevinriedelsheimer avatar nicoschoenteich avatar piejanssens avatar qmacro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloud-btp-cli-api-codejam's Issues

docker build failed: "Unable to locate package cf7-cli"

Hi DJ,

unfortunately the docker build failed for me.
As this is a error with a specific package installing, i guess it has nothing to do with my setup.

Error:

marian container % docker build -t codejam .

[+] Building 368.7s (7/15)                                                                                                                                                       
 => [internal] load build definition from Dockerfile                                                                                                                        0.0s
 => => transferring dockerfile: 1.98kB                                                                                                                                      0.0s
 => [internal] load .dockerignore                                                                                                                                           0.0s
 => => transferring context: 2B                                                                                                                                             0.0s
 => [internal] load metadata for docker.io/library/debian:11                                                                                                                4.6s
 => [ 1/12] FROM docker.io/library/debian:11@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9                                                      204.0s
 => => resolve docker.io/library/debian:11@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9                                                          0.0s
 => => sha256:eb490b2ced5416356116ff04243a97c007825009aa22192c05b6b0068f6941fd 529B / 529B                                                                                  0.0s
 => => sha256:59ed139d178b84eaf5d7a13a53dcc4908ee695653f47fb5a4d9040e16e2c1d7c 1.48kB / 1.48kB                                                                              0.0s
 => => sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 53.69MB / 53.69MB                                                                          202.2s
 => => sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB                                                                              0.0s
 => => extracting sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b                                                                                   1.5s
 => [ 2/12] RUN apt-get update && apt-get install -y curl gpg lsb-release   && apt-get clean && rm -rf /var/lib/apt/lists/*   && curl -fsSL https://download.docker.com/l  92.5s
 => [ 3/12] RUN curl -fsSL "https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key" | apt-key add -   && echo "deb https://packages.cloudfoundry.org/debian sta  1.1s 
 => ERROR [ 4/12] RUN apt-get update  && apt-get install -y     ca-certificates     cf7-cli     fzf     git     jq     nano     shellcheck     vim-nox  && apt-get clean   66.4s 
------                                                                                                                                                                           
 > [ 4/12] RUN apt-get update  && apt-get install -y     ca-certificates     cf7-cli     fzf     git     jq     nano     shellcheck     vim-nox  && apt-get clean  && rm -rf /var/lib/apt/lists/*:                                                                                                                                                                
#7 0.739 Get:1 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]                                                                                             
#7 1.018 Get:2 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [12.6 kB]                                                                                 
#7 1.653 Get:4 http://deb.debian.org/debian bullseye InRelease [116 kB]                                                                                                          
#7 2.398 Get:5 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#7 2.590 Get:6 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#7 2.805 Get:7 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
#7 3.011 Get:3 https://cf-cli-debian-repo.s3.amazonaws.com stable InRelease [2679 B]
#7 64.68 Get:8 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [183 kB]
#7 65.56 Get:9 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
#7 65.63 Fetched 8523 kB in 1min 5s (130 kB/s)
#7 65.63 Reading package lists...
#7 65.92 Reading package lists...
#7 66.17 Building dependency tree...
#7 66.26 Reading state information...
#7 66.34 E: Unable to locate package cf7-cli
------
executor failed running [/bin/bash -o pipefail -c apt-get update  && apt-get install -y     ca-certificates     cf7-cli     fzf     git     jq     nano     shellcheck     vim-nox  && apt-get clean  && rm -rf /var/lib/apt/lists/*]: exit code: 100

Exercise 7 Checking the access token and API base URL

https://github.com/SAP-samples/cloud-btp-cli-api-codejam/blob/main/exercises/07-core-services-api-call/README.md
With your new jq filtering skills, tease out these two values to have a look at them.

πŸ‘‰ First, have a look at the base URL:

jq --raw-output .credentials.endpoints.entitlements_service_url cis-central-sk.json

This doesn't work for me - I get null. There is no credentials level in my cis-central-sk.json. endpoints is the at the root. I had to change the command.

image

image

image

Exercise 6 Request the token fails with no such host

https://github.com/SAP-samples/cloud-btp-cli-api-codejam/blob/main/exercises/06-core-services-api-creds/README.md

When requesting the token with ./generate-password-grant-type cis-central-sk.json, it fails in the Business Application Studio. However it is successful from the Docker container.

BAS:
image

Docker:
image

Error Message in BAS:

Username (email address): [email protected]
Password for '[email protected]': dial tcp: lookup null on 100.64.0.10:53: no such host

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • [ x] Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • [ x] Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • [ x] Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • [x ] On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • [ x] Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • [ x] Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • [ x] Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • [ x] I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • [ x] Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • [ x] I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • [x ] I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • [ x] Confident enough to start making test calls

Which environment(s) did you use?

  • [ x] A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!
DJ is an Excellent Teacher

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • [x ] Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • [ x] Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • [x ] Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • [ x] On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • [x ] Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • [x ] Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • [x ] Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • [x ] I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • [x ] Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • [x ] I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • [x ] I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • [x ] I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

It was a wonderful experience to participate in the Code Jam with DJ Adams, I am a SAP consultant and do not work in the development area, so at first I thought I would not be able to finish the exercises, but I was able to execute all the exercises with the scripts (which were very well written) and with the support and excellent class of DJ Adams and his team, who showed us not only what the result should be, but he was able to explain with all his enthusiasm and passion in what he does the real functionality of the product. After this excellent experience I want to learn more about BTP and maybe even specialize in this area in the future. Congratulations DJ Adams and team.

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

I did not work a lot with the CLI, but I can see the benefits for some cases like solutions so it would be very interesting to investigate further.

The day was well structured and easy to follow due to the in depth explanations.

Thanks for your valuable time.

Kr,
Niki

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Docker setup step missing: Replicate the repo to the docker image again

Hi,

I noticed while in the codejam that I needed to execute some scripts from the github repo. However I couldn't find these in the $HOME/projects folder described in the exercise.

Perhaps another git clone could be included in the documentation (solved my issue), or alternatively the cloned repo could be part of the docker image.

Br
Toni

Session Feedback - autocomplete

While the autocomplete feature is very helpful, I noticed that you have to press tab multiple times for it to work properly. Also if you add a parameter with -- tab deletes your input, which is a bit annoying.

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

Remark Christian: somewhere in between

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

Remark: because I left an hour earlier, otherwise I would have marked the β€žConfident..β€œ option

Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

remark: i started to do the exercices in both .. which cost me some time and later on I focused on the container approach

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

This was the best Codejam i participated in so far.
This was for several reasons:

  • I had concrete use cases therefore my interest and imagination of what this will lead me to, was very high
  • This was my first pure command line codejam ;) and i felt very comfortable with it
  • The tour guy (DJ ;) gave us a perfect introduction of what we are going to explore beforehand
  • The guide was perfectly written .. and giving more than just the core steps. Several times when i asked myself β€žwas is behind this?β€œ there was an explanation who covered it.
  • I loved the background information we got everytime something unexpected happened… and DJ was able to explore the root cause with us

What i am still wondering about (and even more after hearing about Cloud Integration Automation Service) is how to combine all the different automation approaches .. thinking about BTPCLI, APIs, BTP Setup Automator, CIAS, Boosters. The Codejam helped me to understand the basics .. now I need to find a strategy. The one from SAP, and the one for us.

thank you for a great experience at the Codejam
(The motivation of DJ about this topic was inspiring, live at the session and within the instructions. Very well written and fun to follow.)

How to open terminal from Docker GUI

When you open the terminal from the Docker GUI as a external terminal, you need to run bash:
image
image

Would good if this is in the documentation as well

Session Feedback

Thanks for taking a couple of minutes to give feedback, which will help me improve for next time. Before doing anything else, hit the green button "Submit new issue" right now to save this issue content, rather than try to complete the feedback in this raw form. Then go through the questions and mark a single checkbox for each, to represent your answer. Finally, in the empty comment box below this one, please describe what you liked and what you didn't like.

What was your experience of the btp CLI before this session?

  • Not much at all
  • Basic knowledge
  • Used it now and then
  • Regular user

**What was your experience of the Core Service APIs for SAP BTP before this session?

  • Didn't know they existed
  • Aware of them
  • Made some test / exploratory calls
  • Regular user

Did this session meet your expectations?

  • Not really
  • Somewhat
  • Mostly
  • Fully

Was the time allotted to each exercise enough for you to work through them?

  • Not really
  • On the whole, yes

What did you think of the extra information, explanations and narratives in the exercises?

  • Too much information
  • Didn't really read it, didn't really bother me though
  • Found it helpful as context and background

How did you find the way we all moved at the same pace through the exercises?

  • Would have preferred to go through them on my own at my own speed
  • Didn't mind, no strong feelings either way
  • Found it useful to keep pace and discuss the exercise questions, and reflect

How did you find the actual individual (πŸ‘‰) tasks in the exercises?

  • Not relevant enough
  • Hard to do
  • About right
  • Helpful and useful

What is your relationship to the command line?

  • Hardly used it, GUI forever!
  • Not much experience so far
  • I use it now and again for certain tasks
  • I am a power command line user
  • I am Brian Fox

Before this session, how comfortable were you already with OAuth 2.0 and making HTTP calls?

  • Not really done it before
  • High level awareness and understanding
  • Hacked around a bit and feel generally comfortable
  • Quite confident

What is your feeling about the btp CLI and the command line in general now?

  • Still don't like it
  • I'm going to investigate further
  • I am suddenly a believer
  • I am or will be using the command line and power tools like the btp CLI more now

What is your feeling about the Core Service APIs for SAP BTP?

  • They're not relevant for my needs but I get why they exist
  • I can see they can be useful for me
  • I want to explore further
  • I am thinking about using them or already using them

How confident are you in being able to go back and make API calls yourself now?

  • Still don't understand how things fit together
  • I get it now in theory, just need a bit more time
  • Confident enough to start making test calls

**Which environment(s) did you use?

  • A Dev Space in App Studio
  • A container

If you have time, please add a comment below to write free-form what you liked and what you disliked about the session. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.