Skip to content

examples in several languages showcasing the use of the Ujeebu API

Notifications You must be signed in to change notification settings

ujeebu/api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ujeebu API

Ujeebu is a set of APIs that provide developers with extraction, text analysis and language detection capabilities.

check demo

Ujeebu examples:

  • Java

    To run the Java example we use the Apache HttpClient library to make the API request and the Gson library to process the JSON received.

         cd java
         ## compile java class
         # for unix or mac
         javac -cp ".:./lib/*" .\RequestExample.java
         # for windows
         #javac -cp ".;./lib/*" .\RequestExample.java
    
         ## run the code
         # For unix or mac
         java -cp ".;./lib/*" RequestExample
         # for windows
         #java -cp ".:./lib/*" RequestExample
  • Python

    cd python
    # install requests library
    pip install  -r requirements.txt
    python requests-example.py
    
  • Javascript

    cd js
    # install request package
    npm install
    node  request-example.js
  • PHP

    cd php
    php request-example.php
  • Ruby

    cd ruby
    # install httpparty gem
    gem install httparty
    ruby http-party-example.rb
  • C#

    cd c#/cs-example
    # add needed packages
    dotnet add package RestSharp --version 106.2.1
    dotnet add package Newtonsoft.Json --version 11.0.1
    # run
    dotnet run

About

examples in several languages showcasing the use of the Ujeebu API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors