Skip to content

This is a Rest Based Connector used to show users how easy it can be to build a connector using @RestCall feature

License

Notifications You must be signed in to change notification settings

pablocabrera85/json-place-holder-connector

Repository files navigation

json-place-holder-connector

This is a Rest Based Connector used to show users how easy it can be to build a connector using @RestCall feature.

The service we are going to use will the de JSONPlaceHolder which provides a simple REST API for prototyping.

Here you will learn how to:

  • Use @RestCall for GET,PUT,DELETE,POST requests
  • Define the content type for your PUT,POST requests
  • Use @Transformers so that you can use POJOs to represent your model
  • Handle Exceptions based on http status code

If you want to go deeper, don't forget to check our devkit documentation

About

This is a Rest Based Connector used to show users how easy it can be to build a connector using @RestCall feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages