Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Entries

somentelucas edited this page Sep 3, 2018 · 5 revisions

Introduction

TO DO

Features

Index

Get entry

Authorization able
Basic Auth
OAuth
Map<String, Object> entry = Moip.API.entries().get("entry_id", setup);

List entries

Authorization able
Basic Auth
OAuth
Map<String, Object> entries = Moip.API.entries().list(setup);
Clone this wiki locally