Skip to content

Instantly share code, notes, and snippets.

View soledad-fernandez's full-sized avatar
🏠
Working from home

soledad-fernandez

🏠
Working from home
  • Remote
View GitHub Profile

Keybase proof

I hereby claim:

  • I am soledad-fernandez on github.
  • I am marisol (https://keybase.io/marisol) on keybase.
  • I have a public key ASBM883JZABLtrugGZrDkZlV3_lJRf5ptEU_3jRMXHpa4Qo

To claim this, I am signing this object:

{
"info": {
"_postman_id": "4dbe8cfb-4c27-4875-a472-a5682c425ba5",
"name": "Test Pet Api ",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Add Pet ",
"description": "",
// Mocked Service
angular.module('mock.users', []).
factory('UserService', function($q) {
var userService = {};
userService.get = function() {
return {
id: 8888,
name: "test user"
}