Skip to content

Training exercise solutions for WSO2 Eco System Engineering Team

Notifications You must be signed in to change notification settings

MadhurangaWije/wso2_ESE_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wso2_ESE_training

Training exercise solutions for WSO2 Eco System Engineering Team

Exercise 1

Implement a Ballerina service which allows following RESTful operations. Use an in-memory storage to store the customer details. GET /customer/{id} POST /customer PUT /customer

Exercise 2

Extend the Exercise 1 to use a database to store the customer information

Exercise 3

Write a ballerina program to invoke an API secured with Oauth2. It should be able to handle the case of expired tokens.

Exercise 4

  • Build a connector to a database system
  • Build a connector to a webAPI (weather API)
  • Push them to Ballerina Central

About

Training exercise solutions for WSO2 Eco System Engineering Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published