meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
contacts [2023/12/24 15:30] – [Read - Retrieve contact information (/read.php)] - Convert example to demo.itflow.org wrongechocontacts [2023/12/24 15:31] – convert examples to demo.itflow.org wrongecho
Line 33: Line 33:
  
 <code> <code>
-Invoke-RestMethod -Uri "http://demo.itflow.org/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json+Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json
  
 { {
Line 59: Line 59:
  
 <code> <code>
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/create.php"+$uri = "https://demo.itflow.org/api/v1/contacts/create.php"
  
 $body = @" $body = @"
Line 97: Line 97:
 <code> <code>
  
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/update.php"+$uri = "https://demo.itflow.org/api/v1/contacts/update.php"
  
 $body = @" $body = @"