Skip to content

Mustafa Bugra

Systems Engineering M.Sc. / Developer

  • Home
  • About Me
  • Contact

Recent Posts

  • Export Multiple Linked Servers
  • Export All SQL Agent Jobs
  • DNS Records
  • Coalesce Function in MSSQL
  • Times and Timezones in PHP

Recent Comments

  1. Saswati on SQLite 3 Docker Compose
  2. mustafabugra on SQLite 3 Docker Compose
  3. Lucian on SQLite 3 Docker Compose
  4. erkin on Güncel Banka Bin Numaraları
  5. Yusuf Koca on Güncel Banka Bin Numaraları

Archives

  • February 2023
  • January 2023
  • December 2022
  • May 2020
  • September 2016
  • February 2016
  • July 2013
  • April 2013
  • December 2012
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • May 2011
  • April 2011
  • March 2011

Categories

  • Development
  • Uncategorized

Tag: API

What is WSDL?

WSDL (Web Services Description Language) is an XML-based language that is used to describe the interface of a web service. It defines the operations that the web service provides, the parameters that the operations accept and return, and the binding information that specifies how to access the web service.

Continue reading What is WSDL?

Posted on 08/01/2023Categories DevelopmentTags API, WSDLLeave a comment on What is WSDL?

REST API Best Practices

Here are a few best practices to consider when designing and using a REST API:

Continue reading REST API Best Practices

Posted on 28/12/2022Categories DevelopmentTags API, REST, REST APILeave a comment on REST API Best Practices
PHP Code used to submit a post to a WordPress site using WordPress REST API

PHP Code used to submit a post to a WordPress site using WordPress REST API

Here is an example of PHP code that can be used to submit a post to a WordPress site using the WordPress REST API:

Continue reading PHP Code used to submit a post to a WordPress site using WordPress REST API

Posted on 27/12/2022Categories DevelopmentTags API, PHP, REST, WordpressLeave a comment on PHP Code used to submit a post to a WordPress site using WordPress REST API
Proudly powered by WordPress