CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 00:10:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100808130916
location: https://web.archive.org/web/20100808130916/https://github.com/sixapart/php-typepad-api
server-timing: captures_list;dur=0.906765, exclusion.robots;dur=0.029192, exclusion.robots.policy;dur=0.013352, esindex;dur=0.015830, cdx.remote;dur=24.531669, LoadShardBlock;dur=336.214358, PetaboxLoader3.resolve;dur=211.877451, PetaboxLoader3.datanode;dur=81.748655
x-app-server: wwwb-app204
x-ts: 302
x-tr: 418
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 00:10:36 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 08 Aug 2010 13:09:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4e00e38f08fb9d2aecccffdb1c5d6853"
x-archive-orig-x-runtime: 78ms
x-archive-orig-content-length: 30275
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 08 Aug 2010 13:09:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 08 Aug 2010 13:09:16 GMT", ; rel="memento"; datetime="Sun, 08 Aug 2010 13:09:16 GMT", ; rel="next memento"; datetime="Sun, 12 Sep 2010 20:51:06 GMT", ; rel="last memento"; datetime="Sun, 16 Oct 2011 03:45:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_17_20100808105200_crawl103-c/52_17_20100808130757_crawl101.arc.gz
server-timing: captures_list;dur=0.947588, exclusion.robots;dur=0.017436, exclusion.robots.policy;dur=0.008957, esindex;dur=0.008809, cdx.remote;dur=14.180667, LoadShardBlock;dur=145.255589, PetaboxLoader3.datanode;dur=207.498205, PetaboxLoader3.resolve;dur=335.826669, load_resource;dur=411.513513
x-app-server: wwwb-app204
x-ts: 200
x-tr: 633
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
sixapart's php-typepad-api at master - GitHub
sixapart / php-typepad-api forked from nataliepo/Claire
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README.mkd
PHP TypePad API Library
This is a PHP library for interacting with the TypePad JSON API. It provides:
- An object-oriented interface with methods for all of the API's supported nouns and endpoints.
- The ability to let users to log in to your PHP-powered site using TypePad as an OAuth provider.
- A batch request library that allows you to combine multiple API requests into a single operation.
Requirements
- PHP 5.x
- MySQL 5.x (if using user authentication features)
- A set of TypePad API keys (if making authenticated API requests; go to Account > Developer when logged in to TypePad to get keys)
Installation and Usage
Please refer to the documentation in the docs
directory in this distribution.