12/28/2012
Apigee API Platform Samples are designed to help developers learn how to use the Apigee API Platform.
Apigee's API Platform provides developers with:
- A RESTful API to enable DIY control and oversight of APIs, apps, and developers
- API Key and OAuth 1 and 2 support
- Out-of-the-box policies for functionality that you would rather not code yourself (like quotas, transformations, response caching, etc.)
- APIs and scripting support for functionality that you would rather innovate and code yourself
- The ability to share your work with other developers, and to reuse it across your own projects, by exposing it as APIs that you own and control
- Scalable, managed test and prod environments with operational analytics
Fully-featured, free accounts are available at:
http://enterprise.apigee.com/signup
Learn more at http://apigee.com/docs
Get started:
All of these samples require you to have an account on: http://enterprise.apigee.com
You can sign up for a trial account at: http://enterprise.apigee.com/signup
You also require:
Python, to use the deployment tool.
=======
/simpleProxy
A basic API proxy that is used in the API Platform Quick Starts at: http://apigee.com/docs/api/quick-starts-index
These Quick Starts show you how to build API facades that run on the API platform, and they include API Keys, OAuth 1 and 2, developer and app provisioning, custom scripting tutorials, and more.
Contains a Python deployment tool (deploy.py) that imports an API proxy to an organization on the Apigee platform and then deploys it to the environment specified.
/twitterproxies
Optimize Twitter activity streams for resource-constrained mobile devices.
fa05a8c4c41ac88c2df4a6d925f040761618dee0
- Mobile-friendly Twitter: Strips out most parameters from a tweet to conserve resources.
=======
- Invoke a remote API to translate Tweets. Demonstrates how to use OAuth access tokens to invoke targets from the API Platform.
Fully configured API proxies that can be immediately deployed and invoked on the API platform, with examples of:
- API key validation
- OAuth 2.0
- Composite services built using policy composition and Javascript, that mashup the Google location and elevation APIs and expose their own API for sharing and reuse.
Copyright 2012 Apigee Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.