Installation Steps

  1. Download the Fint Installer (fintsetup-x64.exe)
  2. After it has finished downloading, run it and follow the installation wizard to completion
     

Steps to create a GRPC Service client

  1. Go to C:\Program Files\Fint and double click on Fint.exe. You should see the following home screen
    Fint dashboard
     
  2. Click on the plus icon to add a new service client
    add a grpc service
  3. Enter a *.proto file or the address of a Server Reflection service. Click Go.
    Create a new grpc client
  4. Wait for a second or two for FINT to generate and compile the GRPC client.  Once it's done you'll see it in the list.
     
  5. Click the "Open" button.  We need to configure the newly created client with the address of our target GRPC server.

  6. Click on the Settings tab, enter the address of the GRPC Service.  Don't forget to Save :)
    configure grpc client target address

  7. Click on the MAIN Tab.  Let's call some GRPC method!
    Call a grpc method
     
  8. Grats! You're all set now.