uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 10 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   camera   search   material   access   customer   travel   test   standard   review   documentation   css   money   engineering   engine   develop   webdesign   device   photography   digital   api   speed   source   management   program   phone   discussion   question   event   client   story   simple   water   marketing   app   yacht   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: rest.

Clear all

Showing 10 results.

Looking up rest tag. Showing 10 results. Clear

GitHub - PowerShell/PowerShell: PowerShell for every system!

https://github.com/PowerShell/PowerShell

Saved by uncleflo on January 20th, 2021.

Welcome to the PowerShell GitHub Community! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets. Although this repository started as a fork of the Windows PowerShell code base, changes made in this repository do not make their way back to Windows PowerShell 5.1 automatically. This also means that issues tracked here are only for PowerShell Core 6 and higher. Windows PowerShell specific issues should be opened on UserVoice. If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

repository dashboard desktop automation package documentation submit binary windows fork license framework developer hub github rest api script interface core issue track project code


Accessing Incoming PUT Data from PHP

https://lornajane.net/posts/2008/accessing-incoming-put-data-from-php

Saved by uncleflo on December 2nd, 2016.

Recently I started writing a REST service. I began in the usual way, writing a php script, calling it with a GET request, accessing the variables using the PHP superglobal variable $_GET. I wrote code to handle a POST request and used the variables I found in $_POST. Then I tried to write a PUT request. PHP doesn't have a built-in way to do this, and at first I was a little confused as to how I could reach this information. It turns out that this can be read from the incoming stream to PHP, php://input.

rest api service php request script data access put howto development code incoming post information personal blog website beautiful nice example


How to make REST calls in PHP

https://support.ladesk.com/061754-How-to-make-REST-calls-in-PHP

Saved by uncleflo on December 2nd, 2016.

Four examples on how to get four different calls in PHP, to send a GET/POST/PUT/DELETE request to an API call, to implement a REST service.

php development analyse check assess request service api rest create develop information lookup code example howto


Poster Plugin REST API

https://addons.mozilla.org/en-US/firefox/addon/poster/

Saved by uncleflo on December 2nd, 2016.

A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results. After you install it, just go to Tools->Poster to open the poster window. After that, try a GET or POST on your favorite web service or site. You may also open Poster using the icon button in the status bar or by a key stroke (see the menu item). The code is available from http://code.google.com/p/poster-extension/ PLEASE: If you find a bug, file an issue on the project page above.

development administration monitor api assess addon mozilla body content type key firefox plugin study analyse code rest service web get post icon site resource information


The HTTP OPTIONS method and potential for self-describing RESTful APIs

http://zacstewart.com/2012/04/14/http-options-method.html

Saved by uncleflo on December 2nd, 2016.

The OPTIONS method is a somewhat obscure part of the HTTP standard that could be used today with a strong impact on the interconnectedness of the interwebs while requiring minimal effort. It's role is well defined in RFC2616, yet no web services that I can find are taking advantage of it. What is the HTTP OPTIONS method? To quote the spec: This method allows the client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action or initiating a resource retrieval. Minimally, the response should be a 200 OK and have an Allow header with a list of HTTP methods that may be used on this resource. As an authorized user on an API, if you were to request OPTIONS /users/me, you should receive something like...

http options rest api self describe description resource data access server methodology capability internet transfer automatic call administration development


IP Geolocation online API - DB-IP

http://db-ip.com/api/

Saved by uncleflo on January 20th, 2013.

Backed by the continuously growing and improving DB-IP database, our online API makes it easy to use real-time IP geolocation without the need of hosting and maintaining hundreds of megabytes of data. With the DB-IP API, your data is always up to date and our server cloud ensure that your application always gets a timely and accurate answer. Here you will find everything you need to seamlessly integrate the DB-IP API into your application.

api db geo location internet service online rest lookup host accurate answer integrate information list


None

http://www.amazon.com/RESTful-Web-Services-Leonard-Richardson/dp/0596529260

Saved by uncleflo on January 14th, 2013.

"Every developer working with the Web needs to read this book." -- David Heinemeier Hansson, creator of the Rails framework. "RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it." -- Adam Trachtenberg, PHP author and EBay Web Services Evangelist. You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages.

wishlist technology book reference information rest service web simple success proper advantage oreilly


None

https://www.twilio.com/user/account/developer-tools/api-explorer

Saved by uncleflo on January 14th, 2013.

Twilio API Explorer makes it even easier to start building applications with Twilio. With the API Explorer, you can make requests to our APIs, copy code snippets for use in your own applications and see how Twilio responds. The API Explorer is great way to try buying phone numbers, sending text messages, making phone calls and more, all through a nifty web interface.

reference json development api twilio curl basic rest post get information call web explore


twilio/twilio-php · GitHub

https://github.com/twilio/twilio-php

Saved by uncleflo on January 5th, 2013.

With the twilio-php library, we've simplified interaction with the Twilio REST API. No need to manually create URLS or parse XML/JSON. You now interact with resources directly. Follow the Quickstart Guide to get up and running right now. The User Guide shows you how to get the most out of twilio-php.

twilio service library download github rest api quickstart guide code development php information


Food and drink - LSE Facilities Guide - Services and ...

http://www2.lse.ac.uk/intranet/LSEServices/LSEFacilitiesGuide/foodAndDrink.aspx

Saved by uncleflo on June 6th, 2011.

There is a diverse range of catering facilities on the School campus offering food and drink for all tastes, dietary needs and budgets. Wherever you decide to eat, please think about reducing the amount of packaging from take-aways and use the communal recycling stations provided around campus to dispose of the packaging and food waste. Please note: the opening times listed below are for term time. Please see the Catering Services web pages in the Services and divisions channel of the LSE intranet – a link to these can be found on the Facilities Guide Useful links web page: www.lse.ac.uk/facilitiesguide/usefullinks – or check at the venues for any amendments to these during vacations.

lse food drink facilities guide information location london uk services bar restaurant rest student university


No further bookmarks found.