Skip to main content
  • 简体中文
    • English
    • 简体中文
    • Deutsch
    • Polski
    • العربية
    • Nederlands
    • Français
    • Magyar
    • Italiano
    • 日本語
    • 한국어
    • Português
    • Română
    • Русский
    • Español
Home

Certificate Authentication

REST API - wzorzec wymiany informacji między serwisami Certificate for Krzysztof Pałys

Add to LinkedIn

Certificate ID: 
515881
Authentication Code: 
e599b
Certified Person Name: 
Krzysztof Pałys
Trainer Name: 
Łukasz Sokołowski
Duration Days: 
2
Duration Hours: 
14
Course Name: 
REST API - wzorzec wymiany informacji między serwisami
Course Date: 
21 September 2016 09:00 to 22 September 2016 16:00
Course Outline: 

REST - base

  • The need for the exchange of information between sites
  • HTTP POST / GET / PUT / DELETE
  • Services such MushUp and popular applications
  • Services using REST

Conventions Rest

  • Mapping CRUD operations on HTTP calls
  • Conventions API URL structure
  • Passing Parameters
  • Return Values
  • HTTP statuses
  • JSON - a universal format for the exchange of information

Using the API services - customer

  • Examples of the popular API

Create a REST API - Server

  • Gathering requirements and identify functionality
  • Design and API documentation
  • Installing the required libraries
  • Business Object - mapping the class
  • Controller methods
  • Representation of a business object as JSON
  • HTTP Headers - as metadata
  • Testing the API using cURL
  • Authentication mechanisms