Giter Club home page Giter Club logo

allen4j's Introduction

Allen4J

Allen4J is the quickest, easiest and the most way to reliable way to develop applications integrating Allen's API.

Maven Central Javadocs License GitHub followers

โฉ Quick Example

In this example for v1.0.1, we will get a users form number from his name.

public final class ExampleSearch {
    public static void main(final String[] args) throws IOException, URISyntaxException {
        final String baseURL = args[0];
        final String authorization = args[1];
        final String name = args[2];

        final AllenAPI api = new AllenAPI(baseURL, authorization);

        NameSearchResponse response = api.searchByName(NameSearchRequest.build(name, 1));
        List<Student> students = response.getStudents();
        Student student = students.get(0);
        
        System.out.println("The form number of " + student.getFullName()
                + " is " + student.getFormNumber());
    }
} 

๐Ÿ”— Useful Links

โ‰ Interesting Features

  • ๐Ÿฆ„ Unique - Allen4J is currently the only wrapper present that allows users to interact with Allen's API without having to write long lines of code to do so.
  • ๐Ÿ• Easy to use - Simplifying complex requests to a few lines, Allen4J makes interacting with Allen's API a breeze. You can accomplish complex tasks with just a few lines of code.
  • ๐Ÿš€ Growing - With a growing set of features and being updated constantly to improve performance, Allen4J is the ideal choice for your application!

๐Ÿ‘ฉโ€๐Ÿซ Installation

Maven

<dependencies>
  <dependency>
    <groupId>xyz.lamergameryt</groupId>
    <artifactId>Allen4J</artifactId>
    <version>1.0.1</version>
  </dependency>
</dependencies>

Gradle

repositories {
  mavenCentral()
}

dependencies {
  implementation 'xyz.lamergameryt:Allen4J:1.0.1'
}

SBT

libraryDependencies += "xyz.lamergameryt" % "Allen4J" % "1.0.1"

๐Ÿ“– More information

With the evergrowing list of features being added to this api wrapper, it's not feasible to edit the readme everytime something new is added. To know more about the project and how to use it, visit our Wiki.

๐Ÿฅบ Liked it?

Thank you for reading through this!

If you liked it, consider giving a star to this project and following me on GitHub as I have put my โค and a lot of effort in this.

allen4j's People

Contributors

lamergameryt avatar

Stargazers

 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.