
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 93 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile user process work database share manage hardware professional buy industry internet dance advice installation developer 3d search material access customer camera travel test standard review documentation css money engineering develop webdesign engine device photography digital api speed source program management phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap compare script study market live easy google resource operation startup monitor training
Tag selected: api.
Looking up api tag. Showing 93 results. Clear
Saved by uncleflo on January 29th, 2025.
Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible. libsignal contains platform-agnostic APIs used by the official Signal clients and servers, exposed as a Java, Swift, or TypeScript library. The underlying implementations are written in Rust: This repository is used by the Signal client apps (Android, iOS, and Desktop) as well as server-side. Use outside of Signal is unsupported. In particular, the products of this repository are the Java, Swift, and TypeScript libraries that wrap the underlying Rust implementations. All APIs and implementations are subject to change without notice, as are the JNI, C, and Node add-on "bridge" layers. However, backwards-incompatible changes to the Java, Swift, TypeScript, and non-bridge Rust APIs will be reflected in the version number on a best-effort basis, including increases to the minimum supported tools versions.
typescript rust api android portability repository node client install compiler java signal package build development code application
Saved by uncleflo on November 14th, 2022.
With the ever-changing landscape of technology, it can be difficult to keep up with the latest trends. This is especially true in the field of web development, where new frameworks and programming languages are constantly being created. If you’re interested in becoming a full stack developer, then this blog post is for you. We’ll provide an overview of what full stack development is, as well as a roadmap of what you should learn in order to be successful in this In this blog post, we will discuss how to become a full stack developer. We will also provide a roadmap for full stack development in 2022.
crud stack python proficient developer subversion mastering learn relational coding api web java basics proficiency server database programming explanation howto career development website article roadmap overview post
Saved by uncleflo on January 16th, 2022.
Building the future of digital content together The same API that powers the most powerful DAM on the market is available to support your project. The complexity of managing, organization, manipulating, converting, distributing, and delivery of digital assets is daunting. Brandfolder partners can expediate their projects by offloading many of these areas to our platform. Use the many resources found here to help get your next project started.
python illustrator delivery digital platform content resource project organization support information documentation api development developer manage files
Saved by uncleflo on January 16th, 2022.
This document and the APIs herein are subject to change at any time. We will version the API, but may deprecate early versions aggressively. Please wait at least one second between HTTP queries, or you are likely to get automatically throttled. If you are releasing a library to access the API, you must do this. Please watch for 500 or 999 errors and back-off appropriately. It means that you have been throttled. Please set your User-Agent to something identifiable. The default identifiers like Java/1.4.3 or lwp-perl etc tend to get banned from time to time. If you are releasing software or a service for other people to use, your software or service must not add any links without a user’s explicit direction. Likewise, you must not modify any urls except under the user’s explicit direction. API calls of Objects returns as an Xml object.
commit jump load information delicious identify software service user direction api call object xml create develop development lookup post bookmark past howto reference code old
Saved by uncleflo on May 11th, 2021.
The Intl object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting. The Intl object provides access to several constructors as well as functionality common to the internationalization constructors and other language sensitive functions. The internationalization constructors as well as several language sensitive methods of other constructors (listed under See also) use a common pattern for identifying locales and determining the one they will actually use: they all accept locales and options arguments, and negotiate the requested locale(s) against the locales they support using an algorithm specified in the options.localeMatcher property. The locales argument is used to determine the locale used in a given operation. The JavaScript implementation examines locales, and then computes a locale it understands that comes closest to satisfying the expressed preference.
locale internationalization registry algorithm browser universal support comparison compare list javascript api formatting functionality method website development webdevelopment technical code howto information internet web coding
Saved by uncleflo on April 17th, 2021.
Example Firefox add-ons created using the WebExtensions API WebExtensions are a way to write browser extensions: that is, programs installed inside a web browser that modify the behavior of the browser or web pages loaded by the browser. WebExtensions are built on a set of cross-browser APIs, so WebExtensions written for Google Chrome, Opera, or Edge will, in most cases, run in Firefox too.
browser firefox web extension chrome api github example code development application program create write built behavior google crossbrowser build
Saved by uncleflo on April 17th, 2021.
Bookmarks enable users to collect and organize lists of web pages, so they can easily get back to their favorites. Using the Bookmarks API, your extensions can manipulate bookmarks in much the same way users can. To make use of the Bookmarks API, you need to ask for the "bookmarks" permission in your extension’s manifest.json file: The Bookmarks API lets your extension do the things users can do with bookmarks and includes functions for: To gain an understanding of how to work with the Bookmarks API let’s take a look at the bookmark-it example. This example adds a toolbar icon (browserAction) which, when clicked, adds or removes the current page from bookmarks. If the page is bookmarked (or removed from bookmarks) in some other way, the icon is updated to show the state of the page’s bookmarking.
bookmarks firefox chome toolbar browser state api example include function permission manipulate favorite access action add remove extension development administration webpage list organize user interaction application
Saved by uncleflo on April 10th, 2021.
Python Serverless Microframework for AWS Chalice is a framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda. It provides: You can create Rest APIs:
chalice python deploy lambda tutorial configure api pip directory install documentation module serverless create github code development microframework application amazon aws service download
Saved by uncleflo on April 10th, 2021.
 A global network of support experts available 24x7. We offer simple and flexible support programs to maximize the value of your FireEye products and services. The new standard in threat intelligence. Access for our registered Partners to help you be successful with FireEye.
Collateral, deal registration, request for funds, training, enablement, and more. Read our digital magazine providing expert-authored stories, information, unique insights, and advice on cyber security. 
comprehensive enable alert api hacker threat attack vulnerability privacy intelligence global financial motivate emerge documentation incident detection advantage information lookup understand insight value product service flexible support program maximize
Saved by uncleflo on April 10th, 2021.
Design & document all your REST APIs in one collaborative platform. Standardize your APIs with projects, style checks, and reusable domains. Test and generate API definitions from your browser in seconds. Generate server stubs and client SDKs from OpenAPI Specification definitions API editor for designing APIs with the OpenAPI Specification. Visualize OpenAPI Specification definitions in an interactive UI.
specification schema parameter swagger api validation documentation server openapi generate client sdk definition description explanation collaborative platform project check development administration
Saved by uncleflo on April 10th, 2021.
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.
schema tool specification parameter validation documentation swagger api template header syntax authentication pointer optional authorize token array server understand consumer connect build create website spa definition openapi traffic administration development
Saved by uncleflo on April 10th, 2021.
This year's Postman Galaxy global API conference (held February 2-4, 2021) featured more than a hundred sessions on topics including API collaboration, development, testing, design, architecture, specifications, and more. And because we don’t want you to miss out, we’ve made some of the most popular Postman Galaxy sessions available on demand for you. Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs—faster.
api documentation simulate discover publish collaboration automation manual improvement adopt runner explore session developer server integration connection connect hierarchy structure platform development feature build streamline popular administration system
Saved by uncleflo on April 10th, 2021.
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA. Although JWTs can be encrypted to also provide secrecy between parties, we will focus on signed tokens. Signed tokens can verify the integrity of the claims contained within it, while encrypted tokens hide those claims from other parties. When tokens are signed using public/private key pairs, the signature also certifies that only the party holding the private key is the one that signed it.
token secure header verify authorization authentication credentials apis schema signature algorithm user browser resistant secret standard transmit information json object hmac key integrity web introduction development administration api check identity
Saved by uncleflo on April 10th, 2021.
Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more.
react javascript course guide api crash youtube video start development howto information tutorial
Saved by uncleflo on April 3rd, 2021.
This is a living document, intended to help you enjoy working with Brandfolder's API.  V4 is a RESTful JSON API giving you programmatic access to the same resources you can access as a user of our website. You're probably wondering, "Which resources are those?"
Well each one has its own section in this documentation for you to learn in more detail exactly what operations you can perform in relation to that particular resource, but a bit of an overview here might be helpful. As a Brandfolder user, you are part of one or more Organizations. Organizations can have multiple Brandfolders. Brandfolders have Sections which hold Assets. Assets have Attachments and can also have Tags and Custom Fields.
fetchforpets endpoint clipboard restful request parameter authentication documentation invitation authorization images cdn content storage api internet resource system tool development code curl
Saved by uncleflo on January 20th, 2021.
Welcome to the PowerShell GitHub Community! PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets. Although this repository started as a fork of the Windows PowerShell code base, changes made in this repository do not make their way back to Windows PowerShell 5.1 automatically. This also means that issues tracked here are only for PowerShell Core 6 and higher. Windows PowerShell specific issues should be opened on UserVoice. If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.
repository dashboard desktop automation package documentation submit binary windows fork license framework developer hub github rest api script interface core issue track project code
Saved by uncleflo on January 18th, 2019.
The library comes with code samples for each operation of the API section. To get started with the library, follow the steps on this page. Source distribution of the library. All sources, including code samples that demonstrate the use of the library, are located under this directory. For information about the latest updates to the client libraries for the Merchant Fulfillment API section, see "Client library updates" in the Merchant Fulfillment API section reference.
fulfillment amazon merchant library section reference operation information service code php fba shop integrate howto demonstration example api source sample lookup development
Saved by uncleflo on October 23rd, 2018.
The Exchange API is for developers looking to create automated betting systems or custom betting interfaces for themselves or for Betfair customers. The Exchange API is available for the Global, Spanish and Italian Betfair Exchange. The API contains a powerful set of features that enable advanced market navigation, search, odds retrieval, bet placement and sports related data retrieval. The Exchange API is made up of the following key components: Betting API - Contains Exchange markets navigation, odds retrieval and bet placement operations. Reporting functionality relating to settled bets is also available; Accounts API - Contains account related operations such as the ability to retrieve your available account balance as well as Vendor Services API operations that are available to licensed Software Vendors; Exchange Stream API - allows you to subscribe to market changes (both price and definitions) and orders; Heartbeat API - allows you to automatically cancel unmatched bets in the event of your API client/s losing connectivity; Race Status API - allows you to establish the status of a horse race or greyhound market both prior to and after the start of the race.
bet betting sports developer automated system custom interface exchange api feature advanced market navigation sport data placement operation account customer powerful report software automation subscribe program documentation development administration explanation lookup reference
Saved by uncleflo on October 8th, 2018.
Free and open source software for video recording and live streaming. Download and start streaming quickly and easily on Windows, Mac or Linux. Create Professional Productions. OBS Studio is equipped with a powerful API, enabling plugins and scripts to provide further customization and functionality specific to your needs. Utilize native plugins for high performance integrations or scripts written with Lua or Python that interface with existing sources. Work with developers in the streaming community to get the features you need with endless possibilities. Browse or submit your own in the Resources section.
open source software record live stream windows professional production api plugin script linux performance integration python development streaming feature possibility resource stream specialization opensource fast edit
Saved by uncleflo on September 14th, 2018.
The Monetra (MCVE) PHP API, which depends on libmonetra (C API), is designed to take advantage of all three of our "supported” communication methods, which include Drop-File, Unencrypted IP and Encrypted IP (SSL v3/TLS v1.0). Each method has its advantages and will be explained briefly below. Libmonetra is also the basis of the Perl, PHP and JAVA JNI modules, so the usage of those API's is nearly identical to Libmonetra itself, minus language semantics. In addition, this API was designed to be fully thread-safe and allows interleaving of transactions (streaming of transactions with out-of-order responses). The Drop-File communication method is the most simplistic form of communication with Monetra. A transaction directory is specified where .trn (transaction) files are written, "picked up" and .rtn (response) files are written in reply. Advantages are the debug-ability and the fact that it does not require an IP stack to be present on the local machine. Although this method is not designed for networking, it is possible to share the transaction directory via NFS or SAMBA (for windows), to integrate with legacy applications. Because of security concerns, this should not be utilized for new integrations. Newer monetra releases also support client certificate validation which is available in this API. For any feature/anomaly, requests or support questions regarding libmonetra, feel free to contact our support staff via e-mail at support@mainstreetsoftworks.com
php api payment support communication method include advantage perl java module langage design transaction stream responce explanation guide native development develop application website reference
Saved by uncleflo on April 7th, 2018.
Free yourself from the chains of jQuery by embracing and understanding the modern Web API and discovering various directed libraries to help you fill in the gaps. In this fifth installment of “You Don’t Need jQuery (anymore)”, I’m going to talk about dealing with events in the browser without jQuery. As always, each section will cover the jQuery approach, followed by a solution using the native Web API instead. After reading this post on events, you should be confident enough to deal with events in your own project without using jQuery. As I’ve mentioned (many times) before, this blog is not about bad-mouthing jQuery. jQuery is, without a doubt, ubiquitous in the world of web development. In the earlier days of web development, jQuery was required to smooth out the significant implementation differences and bugs found in various browsers when dealing with the DOM and the Web API as a whole. Also, the Web API was quite primitive at the time, in some respects, and jQuery helped to make development a bit more intuitive.
jquery js alternative development modern web api browser howto replace solution demo reference description anti need event library events dispatch add eventlistener listener implementation code example
Saved by uncleflo on February 26th, 2018.
In information technology, High Availability refers to a system or component that is continuously operational for a desirably long length of time: Wikipedia up time / total time. Here, the presentation discusses MariaDB MaxScale, setup to see how it works.
connector mariadb nosql crud api core application development administration parse plugin source optimise memory connect graph extend high availability available syncronise audit replicate production howto discussion technology cluster tool db dbms distributed databases
Saved by uncleflo on February 11th, 2018.
Largest Bitcoin marketplace in Europe with over 700,000 customers. First and so far only Bitcoin marketplace worldwide trading with audited Bitcoin customer portfolios by a publically accredited auditing company (last audit as per 04/09/2017, next audit scheduled for september 2018). Over 98% of the Bitcoin customer portfolios are stored offline. All Bitcoin.de servers are located in secure data processing centers in Germany. Regular security audits by external companies. Advantage of a market place such as Bitcoin.de: your funds always remain on your own bank account covered by statutory deposit insurance. Most Bitcoin exchanges on the contrary hold your funds as a rule unsecured on the company bank account of the exchange operator with the risk of a total loss should the exchange operator become insolvent. Other advantages are the Bug Bounty program, encrypted email transmission and much more
bitcoin buy purchase sell trade currency virtual money information trading financial bank account exchange program encryption email transmit risk market fund remain integration api howto
Saved by uncleflo on February 11th, 2018.
EXMO Cryptocurrency Exchanger Advantages: Reasonable Commissions, Profitable investment opportunities and conditions. Secure Wallets, Keep your digital assets in user wallets. Algorithmic Trading, API for crossplatform trading robots. Payment Options, More than 10 ways to deposit to an account. 24/7 Support, Instant, friendly and always ready to help. Operating Speed, Maximum processing speed of your transactions.
exchange cryptocurrency crypto trading commission profit investment opportunity condition secure wallet asset api robot payment transaction advantage
Saved by uncleflo on February 7th, 2018.
This section explains how to use the LDAP C API to search the directory and to retrieve entries. LDAP C SDK provides functions that allow you to search a directory and to retrieve results from the server. For example, you can send a search request by calling the synchronous ldap_search_ext_s() function or the asynchronous ldap_search_ext() function and the server sends back matching results.
section ldap directory entries sdk provide search api library information development howto reference function server retrieve result administration entry filter guide mozilla programmer developer