Michael Bonette

Anderson Michael Bonette Rodríguez (born 9 March 1998) is a Uruguayan footballer who plays as a midfielder for Rentistas in the Uruguayan Primera División.[1]

Michael Bonette
Personal information
Full name Anderson Michael Bonette Rodríguez
Date of birth (1998-03-09) 9 March 1998
Place of birth Artigas, Uruguay
Playing position(s) Midfielder
Club information
Current team
Rentistas
Youth career
Peñarol
Senior career*
Years Team Apps (Gls)
2019– Rentistas 9 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 16 July 2020

Career

Rentistas

Bonette made his league debut for the club on 5 May 2019, playing the entirety of a 1-0 away victory over Central Español.[2]

gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.