Training exercise solutions for WSO2 Eco System Engineering Team
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
Extend the Exercise 1 to use a database to store the customer information
Write a ballerina program to invoke an API secured with Oauth2. It should be able to handle the case of expired tokens.
- Build a connector to a database system
- Build a connector to a webAPI (weather API)
- Push them to Ballerina Central