Introducing the iOS SDK Beta Program
blog.stackmob.com
on 04/23/2013
Excerpt: If you’re currently using our iOS SDK, we’d like to invite you to join our iOS SDK Beta program. We’re always striving to build the best and most stable SDKs and you can help! As part of the program, beta testers will:
Test out the latest and greatest StackMob features before they’re officially announced. Provide feedback and file bug reports with our iOS SDK team on features in development. Be encouraged to fork our repository, contribute changes and merge code (upon approval from the iOS SDK team). Become part of an active community that is solving cool problems.... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, Beta, IOS, Mobile, SDK
How to perform Callbacks with GroupDocs PHP SDK
groupdocs.com
on 04/19/2013
Excerpt: This article explains the basics of using PHP SDK callbacks. In this article I'll use the Convert API. Find information about other methods in the Swagger explorer. Requirements
Apache ModRewrite
PHP Curl extension
GroupDocs PHP SDK
composer. phar (Download from http://getcomposer. org/download/ or use the included version)
We already know how to install the Fatfree framework and prepare for creating the sample from the previous article. So lets start with the magic. Theory
First of all let's familiarize ourselves with Callback and the logic we will implement. A callback is something like "Action" in HTML forms, a URL that will be executed by the server when a job is done.... read the full post.
Tags: API-Evangelist, API-Stack, Document, PHP, SDK
JavaScript SDK 0.9.0 Released
blog.stackmob.com
on 04/09/2013
Excerpt: The StackMob JavaScript SDK just got better. This update includes support for the latest BackboneJS (1. 0. 0) and Underscore (1. 4. 4), easier-to-use secure API requests, multiple custom user schemas, bulk creation/deletion, more advanced queries with the OR
operator, and more. Previously, you had to hardcode an apiURL
to force API requests to be sent of SSL. Now, your API requests will automatically be sent over SSL when you make requests from an HTTPS URL. If you use PhoneGap or another environment that doesn’t have an HTTPS URL, you can manually set this with secure: StackMob.... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, JavaScript, SDK
The Herding and Migrating of Sample Code
blog.evernote.com
on 04/09/2013
Excerpt: Here at Evernote, we’re big fans of Github (and Git in general, really). Github hosts all of our SDKs and makes it easy for our developer community to help us produce the best software we can. Plus, who doesn’t love Octocat? Nobody, that’s who. We also make rather heavy use of Github’s Gist service for hosting code samples to embed in our documentation. If you’ve read through any of our Quick-start Guides or Core Concepts articles, you’ve probably seen that they’re peppered with Gists. This makes us happy. There was a slight problem, though: as I started producing more documentation and sample code, I was using my personal Github account to create the Gists (upwards of one hundred of them).... read the full post.
Tags: API-Stack, Building Blocks, Code Samples, SDK, Story
iOS SDK 1.5.1
quickblox.com
on 03/12/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, BaaS, IOS, Mobile, SDK
IMA HTML5 SDK v3 released
googleadsdeveloper.blogspot.com
on 02/21/2013
Excerpt:... read the full post.
Tags: Advertising, API-Evangelist, API-Stack, SDK
Ruby and Python SDK Updates
blog.evernote.com
on 01/28/2013
Excerpt: The Evernote Platform team builds sample code and SDKs for many programming languages. In response to a growing number of developers building Ruby and Python applications using our API, I have made some major updates that make our SDKs more powerful and easier to use in those environments. Quick Start Guide for Ruby
For beginner Ruby programmers and experienced developers new to our SDK, we have developed a new getting started to describe how to download, install, and configure the Evernote SDK for Ruby. This is a 10-15 minute walk through that is available on our developer website.... read the full post.
Tags: API-Evangelist, API-Stack, Memory, Notetaking, SDK
Generic vs. generated SDK
www.apiomat.com
on 01/17/2013
Excerpt: The internet is full of great services which can do cool things and maybe provide exactly the missing part needed for ones perfect project. But before using these services, one has to understand the interface (API) of it first. This means lots of reading, coding and testing until everything works. To minimize this barrier of entry, most APIs provide a software development kit (SDK) in parallel. The SDK is delivered in (hopefully) the same language used for the own project and can be integrated rather fast.... read the full post.
Tags: API-Evangelist, API-Stack, Code Samples, SDK
iOS SDK 1.4.1
quickblox.com
on 01/16/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, IOS, SDK
Mobeelizer’s SDKs are Open Source. What are the benefits of that?
mobeelizer.com
on 01/16/2013
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
Excerpt: This article explains the basics of using PHP SDK callbacks. In this article I'll use the Convert API. Find information about other methods in the Swagger explorer. Requirements Apache ModRewrite PHP Curl extension GroupDocs PHP SDK composer. phar (Download from http://getcomposer. org/download/ or use the included version) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article. So lets start with the magic. Theory First of all let's familiarize ourselves with Callback and the logic we will implement. A callback is something like "Action" in HTML forms, a URL that will be executed by the server when a job is done.... read the full post.
Tags: API-Evangelist, API-Stack, Document, PHP, SDK
JavaScript SDK 0.9.0 Released
blog.stackmob.com
on 04/09/2013
Excerpt: The StackMob JavaScript SDK just got better. This update includes support for the latest BackboneJS (1. 0. 0) and Underscore (1. 4. 4), easier-to-use secure API requests, multiple custom user schemas, bulk creation/deletion, more advanced queries with the OR
operator, and more. Previously, you had to hardcode an apiURL
to force API requests to be sent of SSL. Now, your API requests will automatically be sent over SSL when you make requests from an HTTPS URL. If you use PhoneGap or another environment that doesn’t have an HTTPS URL, you can manually set this with secure: StackMob.... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, JavaScript, SDK
The Herding and Migrating of Sample Code
blog.evernote.com
on 04/09/2013
Excerpt: Here at Evernote, we’re big fans of Github (and Git in general, really). Github hosts all of our SDKs and makes it easy for our developer community to help us produce the best software we can. Plus, who doesn’t love Octocat? Nobody, that’s who. We also make rather heavy use of Github’s Gist service for hosting code samples to embed in our documentation. If you’ve read through any of our Quick-start Guides or Core Concepts articles, you’ve probably seen that they’re peppered with Gists. This makes us happy. There was a slight problem, though: as I started producing more documentation and sample code, I was using my personal Github account to create the Gists (upwards of one hundred of them).... read the full post.
Tags: API-Stack, Building Blocks, Code Samples, SDK, Story
iOS SDK 1.5.1
quickblox.com
on 03/12/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, BaaS, IOS, Mobile, SDK
IMA HTML5 SDK v3 released
googleadsdeveloper.blogspot.com
on 02/21/2013
Excerpt:... read the full post.
Tags: Advertising, API-Evangelist, API-Stack, SDK
Ruby and Python SDK Updates
blog.evernote.com
on 01/28/2013
Excerpt: The Evernote Platform team builds sample code and SDKs for many programming languages. In response to a growing number of developers building Ruby and Python applications using our API, I have made some major updates that make our SDKs more powerful and easier to use in those environments. Quick Start Guide for Ruby
For beginner Ruby programmers and experienced developers new to our SDK, we have developed a new getting started to describe how to download, install, and configure the Evernote SDK for Ruby. This is a 10-15 minute walk through that is available on our developer website.... read the full post.
Tags: API-Evangelist, API-Stack, Memory, Notetaking, SDK
Generic vs. generated SDK
www.apiomat.com
on 01/17/2013
Excerpt: The internet is full of great services which can do cool things and maybe provide exactly the missing part needed for ones perfect project. But before using these services, one has to understand the interface (API) of it first. This means lots of reading, coding and testing until everything works. To minimize this barrier of entry, most APIs provide a software development kit (SDK) in parallel. The SDK is delivered in (hopefully) the same language used for the own project and can be integrated rather fast.... read the full post.
Tags: API-Evangelist, API-Stack, Code Samples, SDK
iOS SDK 1.4.1
quickblox.com
on 01/16/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, IOS, SDK
Mobeelizer’s SDKs are Open Source. What are the benefits of that?
mobeelizer.com
on 01/16/2013
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
Excerpt: Here at Evernote, we’re big fans of Github (and Git in general, really). Github hosts all of our SDKs and makes it easy for our developer community to help us produce the best software we can. Plus, who doesn’t love Octocat? Nobody, that’s who. We also make rather heavy use of Github’s Gist service for hosting code samples to embed in our documentation. If you’ve read through any of our Quick-start Guides or Core Concepts articles, you’ve probably seen that they’re peppered with Gists. This makes us happy. There was a slight problem, though: as I started producing more documentation and sample code, I was using my personal Github account to create the Gists (upwards of one hundred of them).... read the full post.
Tags: API-Stack, Building Blocks, Code Samples, SDK, Story
iOS SDK 1.5.1
quickblox.com
on 03/12/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, BaaS, BaaS, IOS, Mobile, SDK
IMA HTML5 SDK v3 released
googleadsdeveloper.blogspot.com
on 02/21/2013
Excerpt:... read the full post.
Tags: Advertising, API-Evangelist, API-Stack, SDK
Ruby and Python SDK Updates
blog.evernote.com
on 01/28/2013
Excerpt: The Evernote Platform team builds sample code and SDKs for many programming languages. In response to a growing number of developers building Ruby and Python applications using our API, I have made some major updates that make our SDKs more powerful and easier to use in those environments. Quick Start Guide for Ruby
For beginner Ruby programmers and experienced developers new to our SDK, we have developed a new getting started to describe how to download, install, and configure the Evernote SDK for Ruby. This is a 10-15 minute walk through that is available on our developer website.... read the full post.
Tags: API-Evangelist, API-Stack, Memory, Notetaking, SDK
Generic vs. generated SDK
www.apiomat.com
on 01/17/2013
Excerpt: The internet is full of great services which can do cool things and maybe provide exactly the missing part needed for ones perfect project. But before using these services, one has to understand the interface (API) of it first. This means lots of reading, coding and testing until everything works. To minimize this barrier of entry, most APIs provide a software development kit (SDK) in parallel. The SDK is delivered in (hopefully) the same language used for the own project and can be integrated rather fast.... read the full post.
Tags: API-Evangelist, API-Stack, Code Samples, SDK
iOS SDK 1.4.1
quickblox.com
on 01/16/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, IOS, SDK
Mobeelizer’s SDKs are Open Source. What are the benefits of that?
mobeelizer.com
on 01/16/2013
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
Excerpt:... read the full post.
Tags: Advertising, API-Evangelist, API-Stack, SDK
Ruby and Python SDK Updates
blog.evernote.com
on 01/28/2013
Excerpt: The Evernote Platform team builds sample code and SDKs for many programming languages. In response to a growing number of developers building Ruby and Python applications using our API, I have made some major updates that make our SDKs more powerful and easier to use in those environments. Quick Start Guide for Ruby
For beginner Ruby programmers and experienced developers new to our SDK, we have developed a new getting started to describe how to download, install, and configure the Evernote SDK for Ruby. This is a 10-15 minute walk through that is available on our developer website.... read the full post.
Tags: API-Evangelist, API-Stack, Memory, Notetaking, SDK
Generic vs. generated SDK
www.apiomat.com
on 01/17/2013
Excerpt: The internet is full of great services which can do cool things and maybe provide exactly the missing part needed for ones perfect project. But before using these services, one has to understand the interface (API) of it first. This means lots of reading, coding and testing until everything works. To minimize this barrier of entry, most APIs provide a software development kit (SDK) in parallel. The SDK is delivered in (hopefully) the same language used for the own project and can be integrated rather fast.... read the full post.
Tags: API-Evangelist, API-Stack, Code Samples, SDK
iOS SDK 1.4.1
quickblox.com
on 01/16/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, IOS, SDK
Mobeelizer’s SDKs are Open Source. What are the benefits of that?
mobeelizer.com
on 01/16/2013
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
Excerpt: The internet is full of great services which can do cool things and maybe provide exactly the missing part needed for ones perfect project. But before using these services, one has to understand the interface (API) of it first. This means lots of reading, coding and testing until everything works. To minimize this barrier of entry, most APIs provide a software development kit (SDK) in parallel. The SDK is delivered in (hopefully) the same language used for the own project and can be integrated rather fast.... read the full post.
Tags: API-Evangelist, API-Stack, Code Samples, SDK
iOS SDK 1.4.1
quickblox.com
on 01/16/2013
Excerpt:... read the full post.
Tags: API-Evangelist, API-Stack, IOS, SDK
Mobeelizer’s SDKs are Open Source. What are the benefits of that?
mobeelizer.com
on 01/16/2013
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
Excerpt: Open Source products have as many followers as opponents. In this article, you don’t find any essay, who have right. I think the suitability of Open Source is best determined on a case-by-case basis. On the internet you can find many articles about pros of Open Source solutions. Really often there are arguments like: no costs, rapid development, free updates and so on. Definitely these are the benefits, but are generally poorly established – the context is missing. Let me give you an example. Open Source ERP system, you may think – great! I can have useful tool for free, but wait… is it really for free? What about implementation costs? What about support? What about updates? What about new dedicated features?... read the full post.
Tags: API-Evangelist, API-Stack, Mobile, Open source, SDK
| 1 2 | Next >> |


