This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#change-password').bootstrapValidator({ | |
feedbackIcons: { | |
valid: 'glyphicon glyphicon-ok', | |
invalid: 'glyphicon glyphicon-remove', | |
validating: 'glyphicon glyphicon-refresh' | |
}, | |
fields: { | |
'new-password': { | |
validators: { | |
identical: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.elm.mb.rest.filters; | |
import java.io.IOException; | |
import javax.servlet.FilterChain; | |
import javax.servlet.ServletException; | |
import javax.servlet.http.HttpServletRequest; | |
import javax.servlet.http.HttpServletResponse; | |
import org.apache.commons.logging.Log; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css"> | |
<style type="text/css" class="init"> | |
tfoot input { | |
width: 100%; | |
padding: 3px; | |
box-sizing: border-box; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://35.154.129.90:8080/user/ads?imei=9114572222810&slot=slot1,slot2 | |
RESPONSE: | |
[ | |
{ | |
"_id": "58bd3bb53461131097598635", | |
"created_at": "2017-03-06T10:36:37.926Z", | |
"updated_at": "2017-03-06T10:36:37.926Z", | |
"expiry_time": 1488882997, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL : http://35.154.129.90:8080/user/ads?imei=9114572222810 | |
GET | |
RESPONSE : | |
[ | |
{ | |
"_id": "58bd3bb53461131097598635", | |
"created_at": "2017-03-06T10:36:37.926Z", | |
"updated_at": "2017-03-06T10:36:37.926Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://35.154.129.90:8080/user/ads?imei=9114572222810 | |
[ | |
{ | |
"_id": "58b8379a6090ef17abc69fae", | |
"created_at": "2017-03-02T15:17:46.424Z", | |
"updated_at": "2017-03-02T15:17:46.424Z", | |
"expiry_time": 1488554266, | |
"sourceId": "UYzwkUIfu5o", | |
"ad_view_type": "VA1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL : http://localhost:3000/user/ads?imei=9114572222810&slot=slot1&slot=slot2 | |
METHOD:GET : | |
//*********************************** HINDI YOUTUBE CHANNEL RESPONSE ********************************************// | |
[ | |
{ | |
"_id": "589dd388920e7b25bce665f5", | |
"created_at": "2017-02-10T14:51:52.648Z", | |
"updated_at": "2017-02-10T14:51:52.648Z", | |
"expiry_time": 1486824712, | |
"sourceId": "HlAOZrst6fQ", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("587c77f3afc09f1c40677416"), | |
"created_at" : ISODate("2017-01-16T07:36:19.288Z"), | |
"updated_at" : ISODate("2017-01-16T07:36:19.288Z"), | |
"ad_view_type" : "VA1", | |
"publisher_id" : "com.mofirst.launcher", | |
"location" : 402, | |
"target" : "https://www.youtube.com/embed/9p9TGSUZ-cc", | |
"tags" : [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": { | |
"$oid": "587c77f3afc09f1c40677416" | |
}, | |
"created_at": { | |
"$date": "2017-01-16T07:36:19.288Z" | |
}, | |
"updated_at": { | |
"$date": "2017-01-16T07:36:19.288Z" | |
}, |