Questions tagged as 'api'

3
answers

Map java.time properties with Hibernate and / or JPA

Is there any way to map properties like java.time.LocalDate and / or java.time.Instant through JPA and / or Hibernate?     
asked by 05.07.2014 / 23:28
1
answer

How to know if the video has copyright by youtube api

How can json find out if a certain video has copyright by youtube's api?     
asked by 17.05.2016 / 23:32
1
answer

Does PHP support Bluetooth?

If not, in general (web) does bluetooth support exist? Is there a way to make communication between PORT (Bluetooth) for web?     
asked by 22.06.2015 / 16:18
1
answer

Java Dictionary API

Hello, I'm looking for an API, from a dictionary, in Java to create the program in the following steps: User enters a string, in this case a word; Print on the screen invoking a method of this API; Which will return a sentence, with the...
asked by 25.07.2015 / 17:44
1
answer

How to avoid misuse of a REST API?

I'm developing an application that is made up of three parts: Backend (BD + API), developed with Symfony 2 + Doctrine 2 iOS Client Android client Most client requests to the API must be authenticated through a token that is obtained t...
asked by 06.01.2015 / 12:05
1
answer

ClimaTempo API - Cities with accent give error

I have the following Endpoint where you get the name of the city and state in the URI: @RequestMapping(value= "/clima/{nomeCidade}/{ufCidade}/agora", method = {RequestMethod.GET, RequestMethod.OPTIONS} , produces="application/json" ) public R...
asked by 26.06.2018 / 21:08
1
answer

How to add button in Maps?

I selected a Google Maps activity at the time the project was created, how do I add this button to the layout? <Button android:id="@+id/btn_draw_State" android:layout_width="40dp" android:layout_height="40dp"...
asked by 15.03.2015 / 20:36
1
answer

Application without back end

I'm doing a gadget here in the company, where it consumes an API that uses JWT authentication (login done with email and password) ... As everything I've done so far has been with PHP, I'm a bit afraid of security issues because the applicati...
asked by 06.09.2018 / 21:05
1
answer

Doubts in creating my App

I'm creating an App and I'm having some questions, I'm a beginner in Java and Android and some things I have no idea how to do. I need to create a way, to show customers on the screen the "vendors" that are around when they access the applica...
asked by 25.11.2014 / 22:46
1
answer

Rest API and Sessions, how does Login work?

I've always worked with PHP / MySQL and Javascript / jQuery. I've always connected PHP with the database directly, and I use sessions to log in. I'm currently working on a project where I use AngularJS for the frontend and PHP / MySQL for the...
asked by 08.12.2015 / 21:32