Quiénes somos

Nuestras Tecnologías

Nuestra Empresa

Ver qué hay de nuevo en v1.14.0 

Ver qué hay de nuevo en v1.14.0 

Developers

Developers

Developers

If you have an idea for a new feature or have found a bug, please open an issue on a repository, or if you would like to contribute code, please fork a repository and create a pull request with your changes.

Oxy Auth at your fingertips.

Oxy Auth at your fingertips.

Oxy Auth at your fingertips.

Implementa Peable Auth en cualquier aplicación en solo cinco minutos

Implementa Peable Auth en cualquier aplicación en solo cinco minutos

Implementa Peable Auth en cualquier aplicación en solo cinco minutos

npm install @oxy.so/services

OxyServices init

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

// Get all conversions with id,

// filtered by page and country.


await analytics.events

.find({

where: {

page: "/pricing"',

country: "NL",

}

})

.conversions({

where: {

id: 231

}

})

// Get all conversions with id,

// filtered by page and country.


await analytics.events

.find({

where: {

page: "/pricing"',

country: "NL",

}

})

.conversions({

where: {

id: 231

}

})