developers.planning-de-garde.fr rapport :   Visitez le site


Titre:planning de garde for developers

La description :nav contactez nous pour obtenir un accès à l'api introduction planning de garde is scheduling software for health profesionals. authentication our api uses an oauth2 authentication strategy based on t...

Classement Alexa Global: # 1,119,573

Server:cloudflare...

L'adresse IP principale: 104.28.2.79,Votre serveur Singapore,Singapore ISP:CloudFlare Inc.  TLD:fr Code postal:sg

Ce rapport est mis à jour en 31-Jul-2018

Created Date:2014-12-01
Changed Date:2016-06-07
Expires Date:2018-07-06

Données techniques du developers.planning-de-garde.fr


Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations. Notre service GeoIP a trouvé l'hôte developers.planning-de-garde.fr.Actuellement, hébergé dans Singapore et son fournisseur de services est CloudFlare Inc. .

Latitude: 1.2896699905396
Longitude: 103.85006713867
Pays: Singapore (sg)
Ville: Singapore
Région: Singapore
ISP: CloudFlare Inc.

the related websites

domaine Titre

Analyse d'en-tête HTTP


Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé cloudflare contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.

Last-Modified:Tue, 17 Jan 2017 14:18:43 GMT
Transfer-Encoding:chunked
Set-Cookie:__cfduid=d2820c37632036ad59f97b48c0607d9701533017417; expires=Wed, 31-Jul-19 06:10:17 GMT; path=/; domain=.planning-de-garde.fr; HttpOnly
Content-Encoding:gzip
Server:cloudflare
x-amz-id-2:N6+WCxjnE2aCVSTbeNT0utJ6k8zZiuW+BoTbTv/eu4ye+n82FDgEPCqdlfcaFPjD6LCkv7n91QY=
Connection:keep-alive
x-amz-request-id:2E34409893569345
Date:Tue, 31 Jul 2018 06:10:17 GMT
x-amz-meta-content-md5:896030b2bbb951a1437b0a695f81beee
Content-Type:text/html; charset=utf-8
CF-RAY:442de6aad40f925a-EWR

DNS

ipv4:IP:104.28.2.79
ASN:13335
OWNER:CLOUDFLARENET - Cloudflare, Inc., US
Country:US
IP:104.28.3.79
ASN:13335
OWNER:CLOUDFLARENET - Cloudflare, Inc., US
Country:US
ipv6:2400:cb00:2048:1::681c:24f//13335//CLOUDFLARENET - Cloudflare, Inc., US//US
2400:cb00:2048:1::681c:34f//13335//CLOUDFLARENET - Cloudflare, Inc., US//US

HtmlToText

nav contactez nous pour obtenir un accès à l'api introduction planning de garde is scheduling software for health profesionals. authentication our api uses an oauth2 authentication strategy based on the following urls: authorization url: https://app.planning-de-garde.fr/oauth/authorize access token url: https://app.planning-de-garde.fr/oauth/access_token tokens do not expire. the access token must be sent via the classic header method: authorization => bearer your_token . integrations ruby a sample rails app using our omniauth gem and api connector is available at : https://planning-de-garde-sample-app.herokuapp.com/users/sign_in (app is hosted on heroku free dyno, please allow 20 seconds for warm up :)) source code omniauth gem api connector common endpoints users user profile get https://api.planning-de-garde.fr/v2/me { "id" : 18 , "first_name" : "bernard" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : "+33612345678" , "speciality_name" : "chirurgie cardiaque et thoracique" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" , "exchanges_email_enabled" : true , "gardes_reminder_email_enabled" : true , "push_notifications_enabled" : true , "lifen_email_notifications_enabled" : true , "linked_vd_enabled" : true } once logged in, you can access the user profile. http request get https://api.planning-de-garde.fr/v2/me access all users get https://api.planning-de-garde.fr/v2/users [ { "id" : 18 , "first_name" : "marc" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : null , "speciality_name" : "hépato-gastro-entérologie" , "city_name" : "paris" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" }, { "id" : 19 , "first_name" : "maurice" , "last_name" : "malbeck" , "email" : " [email protected] " , "portable" : "+33687667676" , "speciality_name" : "hépato-gastro-entérologie" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" } ] retrieves all users who share a planning with the curent user. http request get https://api.planning-de-garde.fr/v2/users updating a user { "user" : { "exchanges_email_enabled" : true , "gardes_reminder_email_enabled" : false , "push_notifications_enabled" : true } } put https://api.planning-de-garde.fr/v2/users/user_id { "id" : 18 , "first_name" : "bernard" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : "+33612345678" , "speciality_name" : "chirurgie cardiaque et thoracique" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" } as for now, only the users’s preferences can be updated via the api. http request put https://api.planning-de-garde.fr/v2/users/user_id url parameters parameter mandatory description example user_id true user id 18 query parameters parameter mandatory description example user[exchanges_email_enabled] false exchanges emails true/false user[gardes_reminder_email_enabled] false weekly emails true/false user[push_notifications_enabled] false push notifications true/false user[lifen_email_notifications_enabled] false lifen emails true/false user[linked_vd_enabled] false linked vd true/false specialities access all specialities get https://api.planning-de-garde.fr/v2/specialities [ { "id" : 1 , "name" : "anatomie et cytologies pathologiques" }, { "id" : 2 , "name" : "anesthésie-réanimation" } ] retrieves all specialities. http request get https://api.planning-de-garde.fr/v2/specialities cities access all cities get https://api.planning-de-garde.fr/v2/cities [ { "id" : 1 , "name" : "amiens" }, { "id" : 2 , "name" : "angers" } ] retrieves all cities. http request get https://api.planning-de-garde.fr/v2/cities holidays access all holidays get https://api.planning-de-garde.fr/v2/holidays [ { "started_on" : "2017-01-01" , "color" : "#bbb" }, { "started_on" : "2017-04-06" , "color" : "#bbb" } ] retrieves all holidays. http request get https://api.planning-de-garde.fr/v2/holidays query parameters parameter mandatory description example start true start date 2017-01-01 end true end date 2017-12-31 plannings acces all plannings get https://api.planning-de-garde.fr/v2/plannings [ { "id" : 67 , "name" : "planning de test" , "started_on" : "2017-09-01" , "ended_on" : "2017-09-30" , "color" : "#00b5dd" , "public_url" : "https://app.planning-de-garde.fr/external/plannings/885afb96f9458e" } ] retrieves all active plannings for the current user. an active planning ended_on is in the futur and is published. http request get https://api.planning-de-garde.fr/v2/plannings acces a specific planning get https://api.planning-de-garde.fr/v2/plannings/planning_id { "id" : 67 , "name" : "planning de test" , "started_on" : "2017-09-01" , "ended_on" : "2017-09-30" , "color" : "#00b5dd" , "public_url" : "https://app.planning-de-garde.fr/external/plannings/885afb96f9458e" , "gardes" : [ { "id" : 6605 , "started_on" : "2017-09-01" , "color" : "#00b5dd" , "user" : { "id" : 18 , "first_name" : "marc" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : null , "speciality_name" : "hépato-gastro-entérologie" , "city_name" : "paris" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" }, "planning" : { "id" : 67 , "name" : "planning de test" , "started_on" : "2017-09-01" , "ended_on" : "2017-09-30" }, "line" : { "id" : 500 , "name" : "ligne 1" } }, { "id" : 6606 , "started_on" : "2017-09-02" , "color" : "#00b5dd" , "user" : { "id" : 19 , "first_name" : "maurice" , "last_name" : "malbeck" , "email" : " [email protected] " , "portable" : "+33687667676" , "speciality_name" : "hépato-gastro-entérologie" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" }, "planning" : { "id" : 67 , "name" : "planning de test" , "started_on" : "2017-09-01" , "ended_on" : "2017-09-30" }, "line" : { "id" : 500 , "name" : "ligne 1" } } ], "lines" : [ { "id" : 500 , "name" : "ligne 1" } ] } retrieves all gardes for a specific planning http request get https://api.planning-de-garde.fr/v2/plannings/planning_id query parameters parameter mandatory description example start false start date 2017-01-01 end false end date 2017-12-31 acces a specific planning’s users get https://api.planning-de-garde.fr/v2/plannings/planning_id/users [ { "id" : 1 , "first_name" : "jean" , "last_name" : "dupont" }, { "id" : 2 , "first_name" : "bernard" , "last_name" : "moler" }, { "id" : 15 , "first_name" : "julie" , "last_name" : "brunet" } ] retrieves all users for a specific planning http request get https://api.planning-de-garde.fr/v2/plannings/planning_id/users gardes acces all gardes get https://api.planning-de-garde.fr/v2/gardes [ { "id" : 6607 , "started_on" : "2017-09-03" , "color" : "#00b5dd" , "user" : { "id" : 18 , "first_name" : "bernard" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : "+33612345678" , "speciality_name" : "chirurgie cardiaque et thoracique" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" }, "planning" : { "id" : 67 , "name" : "planning de test" , "started_on" : "2017-09-01" , "ended_on" : "2017-09-30" , "color" : "#00b5dd" }, "line" : { "id" : 500 , "name" : "ligne 1" } }, { "id" : 6609 , "started_on" : "2017-09-05" , "color" : "#00b5dd" , "user" : { "id" : 18 , "first_name" : "bernard" , "last_name" : "dupond" , "email" : " [email protected] " , "portable" : "+33612345678" , "speciality_name" : "chirurgie cardiaque et thoracique" , "city_name" : "lyon" , "status_name" : "médecin" , "profile_image_url" : "https://app.planning-de-garde.fr/attachments/profile_image.png" }, "pl

Informations Whois


Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;

%%
%% This is the AFNIC Whois server.
%%
%% complete date format : DD/MM/YYYY
%% short date format : DD/MM
%% version : FRNIC-2.5
%%
%% Rights restricted by copyright.
%% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%%
%% Use '-h' option to obtain more information about this service.
%%
%% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> planning-de-garde.fr
%%
%% RL Net [##########] - RL IP [#########.]
%%

domain: planning-de-garde.fr
status: ACTIVE
hold: NO
holder-c: ANO00-FRNIC
admin-c: OVH5-FRNIC
tech-c: OVH5-FRNIC
zone-c: NFC1-FRNIC
nsl-id: NSL65632-FRNIC
dsl-id: SIGN553529-FRNIC
registrar: OVH
Expiry Date: 07/06/2018
created: 01/12/2014
last-update: 07/06/2016
source: FRNIC

ns-list: NSL65632-FRNIC
nserver: mary.ns.cloudflare.com
nserver: walt.ns.cloudflare.com
source: FRNIC

ds-list: SIGN553529-FRNIC
key1-tag: 2371
key1-algo: 13 [ECDSAP256SHA256]
key1-dgst-t: 2 [SHA-256]
key1-dgst: 56E5E00B116E1FAA48EB4F91AD718A6C70CA32F66A67705570623166BCF24191
source: FRNIC

registrar: OVH
type: Isp Option 1
address: 2 Rue Kellermann
address: 59100 ROUBAIX
country: FR
phone: +33 8 99 70 17 61
fax-no: +33 3 20 20 09 58
e-mail: support@ovh.net
website: http://www.ovh.com
anonymous: NO
registered: 21/10/1999
source: FRNIC

nic-hdl: ANO00-FRNIC
type: PERSON
contact: Ano Nymous
remarks: -------------- WARNING --------------
remarks: While the registrar knows him/her,
remarks: this person chose to restrict access
remarks: to his/her personal data. So PLEASE,
remarks: don't send emails to Ano Nymous. This
remarks: address is bogus and there is no hope
remarks: of a reply.
remarks: -------------- WARNING --------------
registrar: OVH
changed: 07/06/2016 anonymous@anonymous
anonymous: YES
obsoleted: NO
source: FRNIC

nic-hdl: OVH5-FRNIC
type: ROLE
contact: OVH NET
address: OVH
address: 140, quai du Sartel
address: 59100 Roubaix
country: FR
phone: +33 8 99 70 17 61
e-mail: tech@ovh.net
trouble: Information: http://www.ovh.fr
trouble: Questions: mailto:tech@ovh.net
trouble: Spam: mailto:abuse@ovh.net
admin-c: OK217-FRNIC
tech-c: OK217-FRNIC
notify: tech@ovh.net
registrar: OVH
changed: 11/10/2006 tech@ovh.net
anonymous: NO
obsoleted: NO
source: FRNIC


  REFERRER http://www.nic.fr

  REGISTRAR AFNIC

SERVERS

  SERVER fr.whois-servers.net

  ARGS planning-de-garde.fr

  PORT 43

  TYPE domain
RegrInfo
DISCLAIMER
%
% This is the AFNIC Whois server.
%
% complete date format : DD/MM/YYYY
% short date format : DD/MM
% version : FRNIC-2.5
%
% Rights restricted by copyright.
% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/
%
% Use '-h' option to obtain more information about this service.
%
% [2600:3c03:0000:0000:f03c:91ff:feae:779d REQUEST] >> planning-de-garde.fr
%
% RL Net [##########] - RL IP [#########.]
%

  REGISTERED yes

ADMIN

  HANDLE OVH5-FRNIC

  TYPE ROLE

  CONTACT OVH NET

ADDRESS
OVH
140, quai du Sartel
59100 Roubaix

  COUNTRY FR

  PHONE +33 8 99 70 17 61

  EMAIL tech@ovh.net

TROUBLE
Information: http://www.ovh.fr
Questions: mailto:tech@ovh.net
Spam: mailto:abuse@ovh.net

  ADMIN-C OK217-FRNIC

  TECH-C OK217-FRNIC

  NOTIFY tech@ovh.net

  SPONSOR OVH

  CHANGED 2006-10-11

  ANONYMOUS NO

  OBSOLETED NO

  SOURCE FRNIC

TECH

  HANDLE OVH5-FRNIC

  TYPE ROLE

  CONTACT OVH NET

ADDRESS
OVH
140, quai du Sartel
59100 Roubaix

  COUNTRY FR

  PHONE +33 8 99 70 17 61

  EMAIL tech@ovh.net

TROUBLE
Information: http://www.ovh.fr
Questions: mailto:tech@ovh.net
Spam: mailto:abuse@ovh.net

  ADMIN-C OK217-FRNIC

  TECH-C OK217-FRNIC

  NOTIFY tech@ovh.net

  SPONSOR OVH

  CHANGED 2006-10-11

  ANONYMOUS NO

  OBSOLETED NO

  SOURCE FRNIC

OWNER

  HANDLE ANO00-FRNIC

  TYPE PERSON

  CONTACT Ano Nymous

REMARKS
-------------- WARNING --------------
While the registrar knows him/her,
this person chose to restrict access
to his/her personal data. So PLEASE,
don't send emails to Ano Nymous. This
address is bogus and there is no hope
of a reply.
-------------- WARNING --------------

  SPONSOR OVH

  CHANGED 2016-06-07

  ANONYMOUS YES

  OBSOLETED NO

  SOURCE FRNIC

DOMAIN

  STATUS ACTIVE

  HOLD NO

  DSL-ID SIGN553529-FRNIC

  SPONSOR OVH

  EXPIRY DATE 07/06/2018

  CREATED 2014-12-01

  CHANGED 2016-06-07

  SOURCE FRNIC

  HANDLE NSL65632-FRNIC

NSERVER

  MARY.NS.CLOUDFLARE.COM 173.245.58.134

  WALT.NS.CLOUDFLARE.COM 173.245.59.148

  NAME planning-de-garde.fr

Go to top

Erreurs


La liste suivante vous montre les fautes d'orthographe possibles des internautes pour le site Web recherché.

  • www.udevelopers.com
  • www.7developers.com
  • www.hdevelopers.com
  • www.kdevelopers.com
  • www.jdevelopers.com
  • www.idevelopers.com
  • www.8developers.com
  • www.ydevelopers.com
  • www.developersebc.com
  • www.developersebc.com
  • www.developers3bc.com
  • www.developerswbc.com
  • www.developerssbc.com
  • www.developers#bc.com
  • www.developersdbc.com
  • www.developersfbc.com
  • www.developers&bc.com
  • www.developersrbc.com
  • www.urlw4ebc.com
  • www.developers4bc.com
  • www.developersc.com
  • www.developersbc.com
  • www.developersvc.com
  • www.developersvbc.com
  • www.developersvc.com
  • www.developers c.com
  • www.developers bc.com
  • www.developers c.com
  • www.developersgc.com
  • www.developersgbc.com
  • www.developersgc.com
  • www.developersjc.com
  • www.developersjbc.com
  • www.developersjc.com
  • www.developersnc.com
  • www.developersnbc.com
  • www.developersnc.com
  • www.developershc.com
  • www.developershbc.com
  • www.developershc.com
  • www.developers.com
  • www.developersc.com
  • www.developersx.com
  • www.developersxc.com
  • www.developersx.com
  • www.developersf.com
  • www.developersfc.com
  • www.developersf.com
  • www.developersv.com
  • www.developersvc.com
  • www.developersv.com
  • www.developersd.com
  • www.developersdc.com
  • www.developersd.com
  • www.developerscb.com
  • www.developerscom
  • www.developers..com
  • www.developers/com
  • www.developers/.com
  • www.developers./com
  • www.developersncom
  • www.developersn.com
  • www.developers.ncom
  • www.developers;com
  • www.developers;.com
  • www.developers.;com
  • www.developerslcom
  • www.developersl.com
  • www.developers.lcom
  • www.developers com
  • www.developers .com
  • www.developers. com
  • www.developers,com
  • www.developers,.com
  • www.developers.,com
  • www.developersmcom
  • www.developersm.com
  • www.developers.mcom
  • www.developers.ccom
  • www.developers.om
  • www.developers.ccom
  • www.developers.xom
  • www.developers.xcom
  • www.developers.cxom
  • www.developers.fom
  • www.developers.fcom
  • www.developers.cfom
  • www.developers.vom
  • www.developers.vcom
  • www.developers.cvom
  • www.developers.dom
  • www.developers.dcom
  • www.developers.cdom
  • www.developersc.om
  • www.developers.cm
  • www.developers.coom
  • www.developers.cpm
  • www.developers.cpom
  • www.developers.copm
  • www.developers.cim
  • www.developers.ciom
  • www.developers.coim
  • www.developers.ckm
  • www.developers.ckom
  • www.developers.cokm
  • www.developers.clm
  • www.developers.clom
  • www.developers.colm
  • www.developers.c0m
  • www.developers.c0om
  • www.developers.co0m
  • www.developers.c:m
  • www.developers.c:om
  • www.developers.co:m
  • www.developers.c9m
  • www.developers.c9om
  • www.developers.co9m
  • www.developers.ocm
  • www.developers.co
  • developers.planning-de-garde.frm
  • www.developers.con
  • www.developers.conm
  • developers.planning-de-garde.frn
  • www.developers.col
  • www.developers.colm
  • developers.planning-de-garde.frl
  • www.developers.co
  • www.developers.co m
  • developers.planning-de-garde.fr
  • www.developers.cok
  • www.developers.cokm
  • developers.planning-de-garde.frk
  • www.developers.co,
  • www.developers.co,m
  • developers.planning-de-garde.fr,
  • www.developers.coj
  • www.developers.cojm
  • developers.planning-de-garde.frj
  • www.developers.cmo
 Afficher toutes les erreurs  Cacher toutes les erreurs