CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 11:45:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100912205106
location: https://web.archive.org/web/20100912205106/https://github.com/sixapart/php-typepad-api
server-timing: captures_list;dur=0.643646, exclusion.robots;dur=0.064699, exclusion.robots.policy;dur=0.011191, esindex;dur=0.011567, cdx.remote;dur=88.129908, LoadShardBlock;dur=409.849584, PetaboxLoader3.datanode;dur=127.643105, PetaboxLoader3.resolve;dur=54.612413
x-app-server: wwwb-app221
x-ts: 302
x-tr: 538
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; 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, 22 Aug 2025 11:45:44 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Sun, 12 Sep 2010 20:51:06 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5502f96dacb329b33ee2ac6784605763"
x-archive-orig-x-runtime: 87ms
x-archive-orig-content-length: 32684
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, 12 Sep 2010 20:51:06 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="prev memento"; datetime="Sun, 08 Aug 2010 13:09:16 GMT", ; rel="memento"; datetime="Sun, 12 Sep 2010 20:51:06 GMT", ; rel="next memento"; datetime="Sun, 10 Oct 2010 06:07:12 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: 51_17_20100912132416_crawl103-c/51_17_20100912205101_crawl101.arc.gz
server-timing: captures_list;dur=0.516072, exclusion.robots;dur=0.020124, exclusion.robots.policy;dur=0.008957, esindex;dur=0.011411, cdx.remote;dur=29.173879, LoadShardBlock;dur=210.554954, PetaboxLoader3.datanode;dur=120.293489, PetaboxLoader3.resolve;dur=349.534268, load_resource;dur=299.252182
x-app-server: wwwb-app221
x-ts: 200
x-tr: 604
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)
- 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.
Codebase Overview
docs
: Documentation for the PHP interface to the API, generated by phpDocumentor.examples
: Some examples of pages that communicate with the API in various ways; more to come!extlib
: External libraries used by the TypePad library. This includes pure-PHP replacements for certain compiled extensions, so that the library should have no external dependencies beyond what's included in the code distribution.gen_php.pl
: A Perl script used to generate certain parts of the PHP code based on reflection endpoints in the API; this ensures that the PHP library can easily be updated to reflect API changes.lib
: The API libraries.makedocs
: A shell script that runsphpdoc
, the command-line phpDocumentor tool, with the appropriate parameters to generate thedocs
directory.site
: The bare bones of a "Hello World" site that talks to the TypePad API.tutorials
: Additional documentation, viewable by loadingdocs/index.html
in a web browser.typepad.sql
: SQL table definitions, needed if you're using the library's and API's authentication features.
Author
Resources
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security