How safe is your API from its users?
apiux.com
on 04/07/2013
Excerpt: Availability and safety are some of the most important implicit factors to the user experience of your platform’s users. When we discuss web security to ensure these factors, images of criminal rings using sophisticated techniques come to mind. Even if your data seems too low of worth for this scenario, perhaps the over-caffeinated, zit-faced script kiddie wreaking havoc on your operations is a fear. However, the all-too-common reality in the API world is that your worst enemies are often your worst customers. Irresponsible or unknowledgeable developers writing super chatty apps. Opportunistic partners who look to take advantage of data that gives them value, in the form of high volume traffic, and no value for you in return.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page, Security
RESTful Web Service for PDF2JSON
www.codeproject.com
on 04/07/2013
Excerpt: pdf2json extends pdf. js with interactive form elements and runs as a node. js module. It takes PDF file as input, parses it then converts it to in-memory objects in node. js. The commandline utility included in pdf2json module takes the in-memory parsing results and writes it out as JSON file, this article presents a different runtime context: to run pdf2json in RESTful web service.... read the full post.
Tags: API-Evangelist, API-Stack, Articles, CodeProject, Googlereader, How-To, Ifttt, Latest, PDF
What Legos Teaches Us About REST API Testing
www.dzone.com
on 04/07/2013
Excerpt: My son loves Legos. He is continually fascinated about the ways he can use and reuse various Lego blocks to build different kinds of towers and other edifices. He also likes to use the same larger Lego blocks as a foundation for a multitude of different towers. Why should REST API testing be any different? Herein, I refer to two main patterns for REST API testing:
Classes in your REST API test infrastructure should reflect a Separation of Concerns. Each class is like a Lego block that contributes its own particular set of functionality. Features for REST API performance testing should be tightly integrated with your test infrastructure from the beginning and utilize the same foundation upon which the functional tests are built.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Getting Started with the Amazon In-App Purchasing API
www.codeproject.com
on 04/07/2013
Excerpt: This article is in the Product Showcase section for our sponsors at CodeProject. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers. The Amazon In-App Purchasing API makes it easy for you to offer digital content and subscriptions —such as in-game currency, expansion packs, upgrades, magazine issues and more— for purchase within your apps. Within minutes you can be up and running, ready to give millions of Amazon customers the ability to purchase engaging digital content using their Amazon 1-Click settings.... read the full post.
Tags: API-Evangelist, API-Stack, Articles, CodeProject, Googlereader, Ifttt, In-App Purchasing, Latest
API Rate Limit Kung-Fu: The Server Side
www.dzone.com
on 02/16/2013
Excerpt: Adam Green has a great post on programmableweb this morning about Twitter API Rate Limits – with great tips on how to get the most out of the Twitter API without hitting rate limits. Sharing API calls between your server side and the client’s browser is actually critical to making some Twitter integrations work and there’s a great tip on how to use server side caching:
You can call the API from the browser, display the results, and then call your server with the data you got from the API. In effect you are using all of the user browsers as a large collection grid. This approach can be used to reduce the amount of API calls you have to do from the server.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Why your API needs web services
www.dzone.com
on 02/16/2013
Excerpt: A few days ago an interesting query was raised by one of our customers. They queried whether it was possible for us to write our PDF2HTML5 Java api in dot net languages or php (Hypertext Preprocessor). According to my colleague Suda, as many of you may be aware integrating the Java api into dot net frameworks consumes a considerable amount of time. In order to answer this query we have decided to provide a PDF to HTML5 Cloud based design solution in our products using web services in order to fulfil our clientâs demands. This encouraged us to move to jax-ws plugins in our online conversion tool.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page, SOA, Web Services
Mules Answer to SOA Security Challenges
www.dzone.com
on 02/16/2013
Excerpt: Reza is a Director of Product Management at MuleSoft. In his spare time likes to code, go wine tasting, and do some road biking. Reza is a DZone MVB and is not an employee of DZone and has posted 2 posts at DZone. You can read more from them at their website. View Full User Profile
Service-Oriented Architectures (SOA) present unique security challenges due to loose service/application coupling and operations running across trust boundaries. To help our customers address these challenges, Mulesoft has extended the Mule ESB platform security in several key areas and are making these extensions available through our Mule Enterprise Security package.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
API Design & Development Guidelines
www.dzone.com
on 02/16/2013
Excerpt: Steven is CEO and Co-founder of 3scale networks: one of the worlds leading providers of API Management Infrastructure (http://www. 3scale. net). Steven is a DZone MVB and is not an employee of DZone and has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile
The 3scale tech team is being increasingly asked information, tips, recommendations, or examples about API design and development best practices. This is great! We love that! It confirms that APIs are hot and a key element of today’s cloud computing, cloud services and cloud apps! And it also underpins the need for great resources about API design and development.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Digging in with SmartBear's API Tools
blog.smartbear.com
on 02/04/2013
Excerpt: In the first two posts of this series, I gave an overview of how APIs come into play when building mobile solutions and emphasized the need to test and monitor the 3rd party APIs that are integrated into your code. After reading those posts, it shouldn’t come as a great surprise that SmartBear provides some awesome tools for API quality:
soapUI - The world leading API testing tool supports both functional and security testing of APIs – and it also allows you to create simulations of 3rd party APIs. soapUI is available both as a free (open-source) version and as a commercial version with extra cool features (including data-driven testing) and the worlds nicest support team.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, Mobile, page
Core JSON Cheat Sheet from DZone Refcardz
refcardz.dzone.com
on 02/04/2013
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Excerpt: pdf2json extends pdf. js with interactive form elements and runs as a node. js module. It takes PDF file as input, parses it then converts it to in-memory objects in node. js. The commandline utility included in pdf2json module takes the in-memory parsing results and writes it out as JSON file, this article presents a different runtime context: to run pdf2json in RESTful web service.... read the full post.
Tags: API-Evangelist, API-Stack, Articles, CodeProject, Googlereader, How-To, Ifttt, Latest, PDF
What Legos Teaches Us About REST API Testing
www.dzone.com
on 04/07/2013
Excerpt: My son loves Legos. He is continually fascinated about the ways he can use and reuse various Lego blocks to build different kinds of towers and other edifices. He also likes to use the same larger Lego blocks as a foundation for a multitude of different towers. Why should REST API testing be any different? Herein, I refer to two main patterns for REST API testing:
Classes in your REST API test infrastructure should reflect a Separation of Concerns. Each class is like a Lego block that contributes its own particular set of functionality. Features for REST API performance testing should be tightly integrated with your test infrastructure from the beginning and utilize the same foundation upon which the functional tests are built.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Getting Started with the Amazon In-App Purchasing API
www.codeproject.com
on 04/07/2013
Excerpt: This article is in the Product Showcase section for our sponsors at CodeProject. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers. The Amazon In-App Purchasing API makes it easy for you to offer digital content and subscriptions —such as in-game currency, expansion packs, upgrades, magazine issues and more— for purchase within your apps. Within minutes you can be up and running, ready to give millions of Amazon customers the ability to purchase engaging digital content using their Amazon 1-Click settings.... read the full post.
Tags: API-Evangelist, API-Stack, Articles, CodeProject, Googlereader, Ifttt, In-App Purchasing, Latest
API Rate Limit Kung-Fu: The Server Side
www.dzone.com
on 02/16/2013
Excerpt: Adam Green has a great post on programmableweb this morning about Twitter API Rate Limits – with great tips on how to get the most out of the Twitter API without hitting rate limits. Sharing API calls between your server side and the client’s browser is actually critical to making some Twitter integrations work and there’s a great tip on how to use server side caching:
You can call the API from the browser, display the results, and then call your server with the data you got from the API. In effect you are using all of the user browsers as a large collection grid. This approach can be used to reduce the amount of API calls you have to do from the server.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Why your API needs web services
www.dzone.com
on 02/16/2013
Excerpt: A few days ago an interesting query was raised by one of our customers. They queried whether it was possible for us to write our PDF2HTML5 Java api in dot net languages or php (Hypertext Preprocessor). According to my colleague Suda, as many of you may be aware integrating the Java api into dot net frameworks consumes a considerable amount of time. In order to answer this query we have decided to provide a PDF to HTML5 Cloud based design solution in our products using web services in order to fulfil our clientâs demands. This encouraged us to move to jax-ws plugins in our online conversion tool.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page, SOA, Web Services
Mules Answer to SOA Security Challenges
www.dzone.com
on 02/16/2013
Excerpt: Reza is a Director of Product Management at MuleSoft. In his spare time likes to code, go wine tasting, and do some road biking. Reza is a DZone MVB and is not an employee of DZone and has posted 2 posts at DZone. You can read more from them at their website. View Full User Profile
Service-Oriented Architectures (SOA) present unique security challenges due to loose service/application coupling and operations running across trust boundaries. To help our customers address these challenges, Mulesoft has extended the Mule ESB platform security in several key areas and are making these extensions available through our Mule Enterprise Security package.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
API Design & Development Guidelines
www.dzone.com
on 02/16/2013
Excerpt: Steven is CEO and Co-founder of 3scale networks: one of the worlds leading providers of API Management Infrastructure (http://www. 3scale. net). Steven is a DZone MVB and is not an employee of DZone and has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile
The 3scale tech team is being increasingly asked information, tips, recommendations, or examples about API design and development best practices. This is great! We love that! It confirms that APIs are hot and a key element of today’s cloud computing, cloud services and cloud apps! And it also underpins the need for great resources about API design and development.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Digging in with SmartBear's API Tools
blog.smartbear.com
on 02/04/2013
Excerpt: In the first two posts of this series, I gave an overview of how APIs come into play when building mobile solutions and emphasized the need to test and monitor the 3rd party APIs that are integrated into your code. After reading those posts, it shouldn’t come as a great surprise that SmartBear provides some awesome tools for API quality:
soapUI - The world leading API testing tool supports both functional and security testing of APIs – and it also allows you to create simulations of 3rd party APIs. soapUI is available both as a free (open-source) version and as a commercial version with extra cool features (including data-driven testing) and the worlds nicest support team.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, Mobile, page
Core JSON Cheat Sheet from DZone Refcardz
refcardz.dzone.com
on 02/04/2013
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Excerpt: This article is in the Product Showcase section for our sponsors at CodeProject. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers. The Amazon In-App Purchasing API makes it easy for you to offer digital content and subscriptions —such as in-game currency, expansion packs, upgrades, magazine issues and more— for purchase within your apps. Within minutes you can be up and running, ready to give millions of Amazon customers the ability to purchase engaging digital content using their Amazon 1-Click settings.... read the full post.
Tags: API-Evangelist, API-Stack, Articles, CodeProject, Googlereader, Ifttt, In-App Purchasing, Latest
API Rate Limit Kung-Fu: The Server Side
www.dzone.com
on 02/16/2013
Excerpt: Adam Green has a great post on programmableweb this morning about Twitter API Rate Limits – with great tips on how to get the most out of the Twitter API without hitting rate limits. Sharing API calls between your server side and the client’s browser is actually critical to making some Twitter integrations work and there’s a great tip on how to use server side caching:
You can call the API from the browser, display the results, and then call your server with the data you got from the API. In effect you are using all of the user browsers as a large collection grid. This approach can be used to reduce the amount of API calls you have to do from the server.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Why your API needs web services
www.dzone.com
on 02/16/2013
Excerpt: A few days ago an interesting query was raised by one of our customers. They queried whether it was possible for us to write our PDF2HTML5 Java api in dot net languages or php (Hypertext Preprocessor). According to my colleague Suda, as many of you may be aware integrating the Java api into dot net frameworks consumes a considerable amount of time. In order to answer this query we have decided to provide a PDF to HTML5 Cloud based design solution in our products using web services in order to fulfil our clientâs demands. This encouraged us to move to jax-ws plugins in our online conversion tool.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page, SOA, Web Services
Mules Answer to SOA Security Challenges
www.dzone.com
on 02/16/2013
Excerpt: Reza is a Director of Product Management at MuleSoft. In his spare time likes to code, go wine tasting, and do some road biking. Reza is a DZone MVB and is not an employee of DZone and has posted 2 posts at DZone. You can read more from them at their website. View Full User Profile
Service-Oriented Architectures (SOA) present unique security challenges due to loose service/application coupling and operations running across trust boundaries. To help our customers address these challenges, Mulesoft has extended the Mule ESB platform security in several key areas and are making these extensions available through our Mule Enterprise Security package.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
API Design & Development Guidelines
www.dzone.com
on 02/16/2013
Excerpt: Steven is CEO and Co-founder of 3scale networks: one of the worlds leading providers of API Management Infrastructure (http://www. 3scale. net). Steven is a DZone MVB and is not an employee of DZone and has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile
The 3scale tech team is being increasingly asked information, tips, recommendations, or examples about API design and development best practices. This is great! We love that! It confirms that APIs are hot and a key element of today’s cloud computing, cloud services and cloud apps! And it also underpins the need for great resources about API design and development.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Digging in with SmartBear's API Tools
blog.smartbear.com
on 02/04/2013
Excerpt: In the first two posts of this series, I gave an overview of how APIs come into play when building mobile solutions and emphasized the need to test and monitor the 3rd party APIs that are integrated into your code. After reading those posts, it shouldn’t come as a great surprise that SmartBear provides some awesome tools for API quality:
soapUI - The world leading API testing tool supports both functional and security testing of APIs – and it also allows you to create simulations of 3rd party APIs. soapUI is available both as a free (open-source) version and as a commercial version with extra cool features (including data-driven testing) and the worlds nicest support team.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, Mobile, page
Core JSON Cheat Sheet from DZone Refcardz
refcardz.dzone.com
on 02/04/2013
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Excerpt: A few days ago an interesting query was raised by one of our customers. They queried whether it was possible for us to write our PDF2HTML5 Java api in dot net languages or php (Hypertext Preprocessor). According to my colleague Suda, as many of you may be aware integrating the Java api into dot net frameworks consumes a considerable amount of time. In order to answer this query we have decided to provide a PDF to HTML5 Cloud based design solution in our products using web services in order to fulfil our clientâs demands. This encouraged us to move to jax-ws plugins in our online conversion tool.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page, SOA, Web Services
Mules Answer to SOA Security Challenges
www.dzone.com
on 02/16/2013
Excerpt: Reza is a Director of Product Management at MuleSoft. In his spare time likes to code, go wine tasting, and do some road biking. Reza is a DZone MVB and is not an employee of DZone and has posted 2 posts at DZone. You can read more from them at their website. View Full User Profile
Service-Oriented Architectures (SOA) present unique security challenges due to loose service/application coupling and operations running across trust boundaries. To help our customers address these challenges, Mulesoft has extended the Mule ESB platform security in several key areas and are making these extensions available through our Mule Enterprise Security package.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
API Design & Development Guidelines
www.dzone.com
on 02/16/2013
Excerpt: Steven is CEO and Co-founder of 3scale networks: one of the worlds leading providers of API Management Infrastructure (http://www. 3scale. net). Steven is a DZone MVB and is not an employee of DZone and has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile
The 3scale tech team is being increasingly asked information, tips, recommendations, or examples about API design and development best practices. This is great! We love that! It confirms that APIs are hot and a key element of today’s cloud computing, cloud services and cloud apps! And it also underpins the need for great resources about API design and development.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Digging in with SmartBear's API Tools
blog.smartbear.com
on 02/04/2013
Excerpt: In the first two posts of this series, I gave an overview of how APIs come into play when building mobile solutions and emphasized the need to test and monitor the 3rd party APIs that are integrated into your code. After reading those posts, it shouldn’t come as a great surprise that SmartBear provides some awesome tools for API quality:
soapUI - The world leading API testing tool supports both functional and security testing of APIs – and it also allows you to create simulations of 3rd party APIs. soapUI is available both as a free (open-source) version and as a commercial version with extra cool features (including data-driven testing) and the worlds nicest support team.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, Mobile, page
Core JSON Cheat Sheet from DZone Refcardz
refcardz.dzone.com
on 02/04/2013
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Excerpt: Steven is CEO and Co-founder of 3scale networks: one of the worlds leading providers of API Management Infrastructure (http://www. 3scale. net). Steven is a DZone MVB and is not an employee of DZone and has posted 3 posts at DZone. You can read more from them at their website. View Full User Profile The 3scale tech team is being increasingly asked information, tips, recommendations, or examples about API design and development best practices. This is great! We love that! It confirms that APIs are hot and a key element of today’s cloud computing, cloud services and cloud apps! And it also underpins the need for great resources about API design and development.... read the full post.
Tags: 3Scale, API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Digging in with SmartBear's API Tools
blog.smartbear.com
on 02/04/2013
Excerpt: In the first two posts of this series, I gave an overview of how APIs come into play when building mobile solutions and emphasized the need to test and monitor the 3rd party APIs that are integrated into your code. After reading those posts, it shouldn’t come as a great surprise that SmartBear provides some awesome tools for API quality:
soapUI - The world leading API testing tool supports both functional and security testing of APIs – and it also allows you to create simulations of 3rd party APIs. soapUI is available both as a free (open-source) version and as a commercial version with extra cool features (including data-driven testing) and the worlds nicest support team.... read the full post.
Tags: API-Evangelist, API-Stack, Dzone.com:, Front, Googlereader, Ifttt, Latest, Mobile, page
Core JSON Cheat Sheet from DZone Refcardz
refcardz.dzone.com
on 02/04/2013
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
Excerpt: JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. This Refcard covers JSON syntax, validation, modeling, and JSON Schema, and includes tips and tricks for using JSON with various tools and programming languages. JSON (JavaScript Object Notation) is a standard text-based data interchange format that enables applications to exchange data over a computer network. Programs written in Ruby, Java/EE, JavaScript, C#/. Net, PHP, etc. can easily consume and produce JSON data because it is independent of languages and computing platforms.... read the full post.
Tags: API-Evangelist, Dzone.com:, Front, Googlereader, Ifttt, Latest, page
| 1 2 3 | Next >> |


