Skip to content
View Kallaste's full-sized avatar
Block or Report

Block or report Kallaste

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. angular2-node-fb-login angular2-node-fb-login Public

    CSS

  2. basic-auth-app basic-auth-app Public

    A demonstration of authentication in the Ionic framework

    TypeScript

  3. spring-data-rest-hateoas-client spring-data-rest-hateoas-client Public

    Forked from techknowsurfer/spring-data-rest-hateoas-client

    Sample code to demonstrate how to consume the Hypertext Application Language (HAL) resource using Spring`s Rest Template

    Java

  4. spring_login_server_example spring_login_server_example Public

    Just a simple Spring server

    Java

  5. Givdo/givdo_app Givdo/givdo_app Public

    Givdo application based on the Flutter framework

    Dart

  6. The different ways of accessing a RE... The different ways of accessing a REST HATEOAS resource created with Spring Data. Using a Spring RestTemplate.
    1
    import java.util.Arrays;
    2
    
                  
    3
    import org.springframework.boot.web.client.RestTemplateBuilder;
    4
    import org.springframework.cloud.client.loadbalancer.LoadBalanced;
    5
    import org.springframework.context.annotation.Bean;