Libraries tagged by retrieve
plutuss/laravel-geonames-api
31 Downloads
The Laravel Geonames API package provides an easy way to integrate the Geonames API into your Laravel application. This package enables developers to effortlessly interact with the Geonames API to retrieve geographic data such as cities, countries, coordinates, time zones, and other location-based information
pingpong/oembed
2090 Downloads
Laravel 4 - Retrieve page info using oembed, opengraph, etc.
pabloacastillo/ruc-paraguay
74 Downloads
This laravel package fetch, search and retrieve RUC codes from the official taxes database from SET. Este es un paquete de laravel para descargar, buscar y brindar información sobre los numeros de RUC desde la fuente oficial del SET en Paraguay.
oza/laravel-database-jsonable
88 Downloads
Laravel package to fill and retrieve your database fields in JSON formats
olliepop/fbpagefeed
308 Downloads
Retrieves posts from a Facebook page for a SilverStripe site, pulling posts and storing them via CliController task
networkrailbusinesssystems/laravel-moodle
155 Downloads
A Laravel package to authenticate against Moodle and retrieve course data
networkrailbusinesssystems/bravo-api
1050 Downloads
Package to send and retrieve data from the Bravo rest API
nersus15/filament-map-picker
5 Downloads
Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications. Forks From https://github.com/dotswan/filament-map-picker
moirei/eloquent-metrics
583 Downloads
Retrieve metric data on Eloquent Models for analytics.
mikejw/elib-siteinfo
653 Downloads
Store and retrieve site information and settings
mediawiki/ldap-provider
2342 Downloads
Provides a mechanism for MediaWiki to retrieve information using the LDAP protocol
martinmulder/openapi-crowdstrike-falcon-php
46 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.
macropage/sdk-ebay-rest-taxonomy
1552 Downloads
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
macropage/sdk-ebay-rest-media
1361 Downloads
The Media API lets sellers to create, upload, and retrieve files, including:videosdocuments (for GPSR regulations)
macropage/sdk-ebay-rest-browse
3075 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.