PHP - como usar esta api?

 
Vista:

como usar esta api?

Publicado por midireprivda (4 intervenciones) el 22/05/2018 19:55:55
esa es la api publica
la privada por ejemplo dice q hay que abrir sesion por ejemplo y pone este ejemplo

Session
The We Leak Info API is written entirely in PHP. Therefore, we utilize PHP sessions to keep track of users. Each session is valid for 1 hour. When users start using the API, they will need to request a new session from the API using the POST method to https://api.weleakinfo.com/v2/session/new with the POST body authentication_key => "API Key".

Session request example:

1
2
3
4
5
6
7
URL: https://api.weleakinfo.com/v2/session/new
POST Data: authentication_key => 5d7d7054a8ca229654658358aa8711fd
HTTP Request Method: POST
HTTP Response Code: 200
{
    "Token": "33acc7464a1e62456ba619693787e1e8"
}
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

como usar esta api?

Publicado por midireprivada (4 intervenciones) el 22/05/2018 20:19:05
no tengo mucha idea de porgramacion php. podrias ayudarme?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar