Libraries tagged by End to End
dragosprotung/sport-tracker-connector
44 Downloads
A set of tools to dump / upload / port workouts from different online sport trackers to another (ex endomondo.com, flow.polar.com, strava.com). Also provides helper classes for parsing sport data.
bnomei/kirby3-instagram
348 Downloads
Kirby 3 Plugin to call Instagram API Endpoints
sunnysideup/webpack_requirements_backend
3254 Downloads
Silverstripe Module that provides an alternative to the standard Silvertripe Requirements Backend class so that your application can run webpack.
endlessmiles/polyline
1010 Downloads
A comopser package to decode Google Polyline strings into an array of latlng pairs.
tozny/e3db
207 Downloads
PHP client library for Tozny's End-to-End Encrypted Database.
rugk/threema-msgapi-sdk-php
95 Downloads
Threema PHP-SDK to integrate Threema Gateway in your environment. This SDK allows you to send end-to-end-encrypted messages to Threema users using the Threema Gateway.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
hmaus/spas
40 Downloads
API end-to-end testing
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
infinitypaul/laravel-uptime
22 Downloads
Keep track of critical endpoints with this command-line uptime monitor. Add an endpoint, set a frequency and listen to an event if something goes down.
shell/data-and-reporting-sdk
61 Downloads
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.
german/gman-end-point
13 Downloads
Create and make available a custom NOT A REST endpoint 'http://localhost/wordpress/exercise/inpsyde'. When a visitor navigates to that endpoint, the plugin send an HTTP request to a REST API endpoint. The API is available at https://jsonplaceholder.typicode.com/ and the endpoint to call is /users.The plugin will parse the JSON response and will use it to build and display an HTML table.
shortlist-digital/wp-api-custom-posts-on-posts-endpoint
4003 Downloads
Change default wordpress post endpoint to return all available post types
moxie-lean/wp-endpoints-static
2117 Downloads
Generic but customisable endpoint to expose our static data via WP-API.
moxie-lean/wp-endpoints-admin-bar
1898 Downloads
Generic endpoint to expose admin bar configuration via WP-API.