Title: Remote API
Author: Thorsten Ott
Published: <strong>1. februar, 2011</strong>
Last modified: 23. februar, 2011

---

Søk i utvidelser

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

![](https://s.w.org/plugins/geopattern-icon/remote-api.svg)

# Remote API

 Av [Thorsten Ott](https://profiles.wordpress.org/tott/)

[Last ned](https://downloads.wordpress.org/plugin/remote-api.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/remote-api/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/remote-api/#reviews)
 * [Utvikling](https://nb.wordpress.org/plugins/remote-api/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/remote-api/)

## Beskrivelse

A basic use case for this plugin would be lazy loading content segments or performing
cross-blog actions.
 It includes a simple example for lazy loading widgets, but 
is mainly aimed for developers who like to built on top of this functionality.

Features:

 * Url Format in form of `http://<blogname>/<server_entry_key>/<request_string>/
   <server_format_key>/<format>` in order to allow server side caching of requests
   without setting up a huge set of rewrite rules. The request string contains all
   request parameters
 * Variable response formats. Comes with xml and json bundled in response.php but
   can be extended to your needs
 * Exceptions with custom exception handler are used throughout the classes to allow
   error feedback in the requested response format.

Please have a look at the inline documentation starting from `remote-api.php`. To
get a sense of the usage have a look at the examples

### Lazy Loading Widget Example

The Lazy Loading Widget example is a basic use case for this script. It’s UI is 
still not very tuned, but should give an impression on what can be done with this
remote-api.

When you visit your widget administration at `/wp-admin/widgets.php` you’ll notice
a widget called «Remote_API_Lazy_Widget». Drag it to one of your sidebars where 
you would like to have some asynchronously loaded widget appear and give it a Title.
Then reload the widgets.php page.

A new sidebar should appear in which you can drop other widgets. The widgets you’ll
drop in this sidebar will be loaded asynchronously via a ajax request in place of
the placeholder widget.

## Skjermbilder

[⌊Widget admin interface showing the widget (left), the placeholder widget in the
primary sidebar (top-right) and the resulting sidebar / dropzone for the placeholder
widget (bottom-right)⌉⌊Widget admin interface showing the widget (left), the placeholder
widget in the primary sidebar (top-right) and the resulting sidebar / dropzone for
the placeholder widget (bottom-right)⌉[

Widget admin interface showing the widget (left), the placeholder widget in the 
primary sidebar (top-right) and the resulting sidebar / dropzone for the placeholder
widget (bottom-right)

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Remote API» er programvare med åpen kildekode. Følgende personer har bidratt til
denne utvidelsen:

Bidragsytere

 *   [ Thorsten Ott ](https://profiles.wordpress.org/tott/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)

[Oversett «Remote API» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/remote-api)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/remote-api/), sjekk
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/remote-api/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/remote-api/) med [RSS](https://plugins.trac.wordpress.org/log/remote-api/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 0.2

 * Add support for full stops (.) in server parameters and switch to `remote.api`
   as default url to avoid conflicts with page names.
 * Switching to hash_hmac instead of crypt for request format validation string.

#### 0.1

 * Basic implementation

## Meta

 *  Versjon **0.2**
 *  Sist oppdatert **15 år siden**
 *  Aktive installasjoner **10+**
 *  WordPress-versjon ** 3.0 eller nyere **
 *  Testet opp til **3.04**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/remote-api/)
 * Stikkord
 * [api](https://nb.wordpress.org/plugins/tags/api/)[Lazy Loading](https://nb.wordpress.org/plugins/tags/lazy-loading/)
   [remote access](https://nb.wordpress.org/plugins/tags/remote-access/)[remote API](https://nb.wordpress.org/plugins/tags/remote-api/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/remote-api/advanced/)

## Vurderinger

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/remote-api/reviews/#new-post)

[Se alle omtalene](https://wordpress.org/support/plugin/remote-api/reviews/)

## Bidragsytere

 *   [ Thorsten Ott ](https://profiles.wordpress.org/tott/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/remote-api/)