Coder Social home page Coder Social logo

zoom_api_integration_using_springboot_webclient's Introduction

Zoom API Integration using Springboot and Webclient

Primary motivation to have this project available to everyone is the unavailability of any sample project which shows how to integrate Zoom APIs. This project provides a sample application which demonstrates how to integrate Zoom APIs using Spring boot and WebClient.

Spring libraries used

Spring Boot: 2.3.4.RELEASE Webflux and Project Reactor

Gradle changes

Following are the gradle changes to add Webclient.

compile 'org.springframework.boot:spring-boot-starter-webflux'
compile 'org.projectreactor:reactor-spring:1.0.1.RELEASE'

For Testing

  1. Create an oAuth app in Zoom and get the client_id, client_secret. In this oAuth app user will have to provide the redirect_url to which Zoom will redirect after a successful oAuth token generation.
  2. Modify the client_id, client_secret, redirect_url obtained from the oauth app in the application-dev.properties
  3. Generate an oAuth code by using the following URL and pasting it in the chrome browser https://zoom.us/oauth/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_url_in_oauth_app>
    1. For testing purpose, set the redirect_url, whitelist_url as https://zoom.us
    2. Response: https://zoom.us/?code=JLiHmpvrnk_Bb5fxRpURdeR9f_Xi2HPIA
    3. The code along with ?code= is the oAuth code
  4. Use the oAuth code for testing

zoom_api_integration_using_springboot_webclient's People

Contributors

soorya218 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.