json

  • Code Decryptor for Fallout 76

    I was curious about this after reading an articleabout how to decrypt Fallout76 's codes. I followed the steps and wrote a PHP-script to automate it. Just for fun, since Nukacrypthas hacked it a long time ago and you don't need any of the codes or codeword that reveals itself after the last day of the week. I'm guessing approximateley sunday night depending on where you live in the world??? I'm not sure...but it was fun to do anyway. Read on...

  • Communicating with the REST API

    So our WMS-deliverer has now made a REST API. After testing it I must say that it's a bit easier to handle. Compared to working with SOAP. At least from the client-side. The developer site for this is here: https://developer.ongoingwarehouse.com/REST/v1/index.html#/

  • REST API - create order

    In the Communicating with the REST API-article I got order-info using cURL, HTTP GET - method. Now I'm going to create an order using cURL, JSON-datafile and HTTP PUT - method.